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

Server command line argument help

Post Reply
whatsyoursteezo
Posts: 6
Joined: 2016-07-28 14:26

Server command line argument help

Post by whatsyoursteezo »

I am trying to create a script that will launch a UVNC server, run as a service and then initiate a reverse connection to a listening VNC viewer. I am tried to piece together how to do this from the command line and nothing is working.
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6832
Joined: 2004-04-23 10:21
Contact:

Re: Server command line argument help

Post by Rudi De Vos »

"service_commandline" in ultravnc.ini is possible what you are looking for.
http://www.uvnc.com/docs/uvnc-server/69 ... ncini.html
sample
ultravnc.ini
[admin]
service_commandline = -autoreconnect ID:xxxx -connect repeater_IP:5500

winvnc.exe -connect myip -run
from service
service_commandline=-connect myip (same without -run)
Post Reply