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

Port Redirection

Single Click discussions / bugs
Post Reply
Mirin
Posts: 2
Joined: 2005-05-13 13:34

Port Redirection

Post by Mirin »

Hi.

Can any one help with this question...

I need to change da port that Ultr@VNC Viewer (Listen Mode) is wathing by default (port 5500) to another one. Is this possible????

This is because the cliente request comes in port 5514 and my router only translate ip(public):port request to ip (private), soo the request arrives to my computer in port 5514 but Ultr@VNC Viewer (Listen Mode) is wathing in port 5500.

Thanks in advanced.
redge
1000
1000
Posts: 6797
Joined: 2004-07-03 17:05
Location: Switzerland - Geneva

Post by redge »

correct: SC standard port
winvnc -connect main.enterprise.tld:5500
vncviewer -listen 5500

correct: SC (non standard port)
winvnc -connect main.enterprise.tld:5514
vncviewer -listen 5514

wrong:
winvnc -connect main.enterprise.tld:5914
vncviewer -listen 5500
Last edited by redge on 2005-05-13 16:38, edited 1 time in total.
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
Mirin
Posts: 2
Joined: 2005-05-13 13:34

Post by Mirin »

Hi again.

Many thanks for your replay.

It works just fine.
krein

Change listening port on listener to 5901

Post by krein »

start - run -

"C:\Program Files\UltraVNC\vncviewer.exe" -listen 5501

This will launch the listener on a different port allowing you to setup more than one workstation on the same network to listen.
Post Reply