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
Server command line argument help
-
- Posts: 6
- Joined: 2016-07-28 14:26
Server command line argument help
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.
- Rudi De Vos
- Admin & Developer
- Posts: 6863
- Joined: 2004-04-23 10:21
- Contact:
Re: Server command line argument help
"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)
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)