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
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
can i add command line options, to the vnc server's shortcut
Re: can i add command line options, to the vnc server's shor
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.
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.
Re: can i add command line options, to the vnc server's shor
great man.
thanks a lot
thanks a lot