Hello,
First, yes I searched the FAQ and the whole forum for this.
Question about setting up unattended access on a client using the repeater in Mode 2.
How do you get the client machine to login to the Repeater automatically on bootup (or on switching users)
Everything else seems to be working.
I have the Repeater running on a Win7 box.
On the client machine I have UVNC Server running as a service. If I ADD CLIENT then enter my Repeater IP and ID:XXXX, it works and shows up on the Repeater under Waiting Servers on the repeater. I can then login remotly using UVNC Viewer with my client ID:XXXX and checking Proxy and providing Repeater IP:port. It all works.
But... How do you get the client machine using UVNC Server as a service to login to the Repeater automatically on bootup (or on switching users)??
Thanks,
Rob
Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/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://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/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://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
Setting up unattended access using repeater
- Rudi De Vos
- Admin & Developer
- Posts: 6863
- Joined: 2004-04-23 10:21
- Contact:
Re: Setting up unattended access using repeater
the magic trick is the "service_commandline" in the ultravnc.ini file.
sample
In that case the server try in a loop to make connections to the repeater and each time the connect drop he reconnect.
command line is the same, but you need to add -run at the end
sample
sample
Code: Select all
service_commandline=-autoreconnect ID:1234 -connect x.x.x.x (repeater)
command line is the same, but you need to add -run at the end
sample
Code: Select all
winvnc.exe -autoreconnect ID:1234 -connect x.x.x.x -run
Re: Setting up unattended access using repeater
Thank you! That worked!
I searched thru the Docs looking for this info before I posted for help but didn't fint it.
Shouldn't this be added, its very important?
Regards,
Rob
I searched thru the Docs looking for this info before I posted for help but didn't fint it.
Shouldn't this be added, its very important?
Regards,
Rob
- Rudi De Vos
- Admin & Developer
- Posts: 6863
- Joined: 2004-04-23 10:21
- Contact: