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

Can't set port from command line

Post Reply
tudy88
Posts: 2
Joined: 2015-08-07 06:42

Can't set port from command line

Post by tudy88 »

Hello, i have a problem. I want to start the unvc from command line ( for example: winvnc -connect 192.168.205.31:10 -run ). The service start but the port remains on auto. If i set manually the port from the admin properties or from the ultravnc.ini it works. Is there any way that i can set port from command line? What am I doing wrong? Thanx
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6838
Joined: 2004-04-23 10:21
Contact:

Re: Can't set port from command line

Post by Rudi De Vos »

small ports <1024 require :: else 10 get translated in 5010 ( old unix behaviour, small numbers indicate display number)
try
192.168.205.31::10
tudy88
Posts: 2
Joined: 2015-08-07 06:42

Re: Can't set port from command line

Post by tudy88 »

I tried 192.168.205.31::10 and 192.168.205.31:5910 but nothing works. Proxy remains on auto
Post Reply