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

can i add command line options, to the vnc server's shortcut

Post Reply
menash
8
8
Posts: 16
Joined: 2009-07-17 09:13

can i add command line options, to the vnc server's shortcut

Post by menash »

that tell the server to add a new client(reverse connection) to a certain ip and port?
i want that when the user will open the server, the server will automatically connect to me.

thanks :-)
YY
200
200
Posts: 996
Joined: 2006-11-13 15:11

Re: can i add command line options, to the vnc server's shor

Post by YY »

Yes you can.

There may be two situations.

1. The UVNC server is already started at that pc (e.g. it is installed as a service), then the user should run this command:
winvnc.exe -connect xx.xx.xx.xx:port_no


2. If the UVNC server is not started at that pc, then the user should run:
winvnc.exe -connect xx.xx.xx.xx:port_no -run


You may want to add some extra options for your convenience such -sc_prompt, -autoreconnect, etc. Reference the [topic=15505]doc proj of Server command[/topic] for detail.
menash
8
8
Posts: 16
Joined: 2009-07-17 09:13

Re: can i add command line options, to the vnc server's shor

Post by menash »

great man.
thanks a lot :)
Post Reply