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

start service winvnc connect repeater commandline

Post Reply
sort_0010
Posts: 2
Joined: 2015-10-24 07:57

start service winvnc connect repeater commandline

Post by sort_0010 »

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!
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6832
Joined: 2004-04-23 10:21
Contact:

Re: start service winvnc connect repeater commandline

Post by Rudi De Vos »

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
sort_0010
Posts: 2
Joined: 2015-10-24 07:57

Re: start service winvnc connect repeater commandline

Post by sort_0010 »

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
Thanks, Rudi.
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.
Post Reply