Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: viewtopic.php?t=37864

Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://twitter.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

CheckRide open source remote support tool based on UltraVNC

This forum is for VNC related products | This means not only UltraVNC | It even is allowed to announce or describe commercial (and of course non-commercial) programs here (but not anywhere else in the forum)
Post Reply
BigChimip
8
8
Posts: 13
Joined: 2011-10-10 09:04

CheckRide open source remote support tool based on UltraVNC

Post by BigChimip »

I've written a helpdesk program that lets you take over a person's desktop: CheckRide:
https://bitbucket.org/reiniero/checkride/

Yes, yet another tool.

Why? Because I think these features are worth it:
  • Helped person just has to run the CheckRide program to connect; it runs UltraVNC with a reverse connection, so no fiddling with firewalls necessary.
  • Helper only has to forward a port on router and run CheckRideHelper
  • Encrypted connection: the UltraVNC connection is tunneled through an SSL/TLS tunnel for security (uses stunnel).
  • Checkride destination server/port can be changed by: 1. distributing checkride.conf with checkride.exe, 2. modifying embedded checkride.conf using resource editor, 3. modifying embedded checkride.conf by recompilation
  • Helper program can be replaced by batch file/calling stunnel and vncviewer, useful if you're on Linux/OSX
  • Programmed in Lazarus/FreePascal
  • Open source (MIT) license for wrapper program
Many thanks to the UltraVNC, stunnel Lazarus, FreePascal developers!
BigChimip
8
8
Posts: 13
Joined: 2011-10-10 09:04

Re: CheckRide open source remote support tool based on Ultra

Post by BigChimip »

Updated programs:
  • command line options that specify which host/port to connect to override CheckRide.conf file
  • added menus, readme, license info to CheckRide and CheckRideHelper
  • added external IP and portscan my external IP buttons to CheckRideHelper: helper can more easily check IP address and port status
BigChimip
8
8
Posts: 13
Joined: 2011-10-10 09:04

Re: CheckRide open source remote support tool based on Ultra

Post by BigChimip »

Another update: use medium speed quickmode, which will probably help a lot with slower connections.
Post Reply