Hi, I am using UltrVNC 1.2.0.6.
I'd like to ask how to start the winvnc connecting repeater as service in commandline?
I followed the following commandline specs but not working.
http://www.uvnc.com/docs/uvnc-server/51 ... eters.html
Please give me a hint, thanks in advance!
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
start service winvnc connect repeater commandline
- Rudi De Vos
- Admin & Developer
- Posts: 6863
- Joined: 2004-04-23 10:21
- Contact:
Re: start service winvnc connect repeater commandline
search service_commandline
You can use the same commandline from the app mode
sample
ultravnc.ini
[admin]
service_commandline = -autoreconnect ID:xxxx -connect repeater_IP:5500
You can use the same commandline from the app mode
sample
ultravnc.ini
[admin]
service_commandline = -autoreconnect ID:xxxx -connect repeater_IP:5500
Re: start service winvnc connect repeater commandline
Thanks, Rudi.Rudi De Vos wrote:search service_commandline
You can use the same commandline from the app mode
sample
ultravnc.ini
[admin]
service_commandline = -autoreconnect ID:xxxx -connect repeater_IP:5500
I have solved the problem. I did it in following way.
1. Have the winvnc run as service.
2. Whenever I want the winvnc to connect repeater, I run the commandline like this:
winvnc.exe -ID:xxxx -connect repeater_IP:5500 -service -run
So that's all.