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

How to change listening port of vnc listening mode

Single Click discussions / bugs
Post Reply
countdown

How to change listening port of vnc listening mode

Post by countdown »

How to change listening port of vnc listening mode
thanks

Excuse my english i am french :tomato:
bevtech
800
800
Posts: 2168
Joined: 2005-08-03 14:07
Location: Pennsylvania, United States

Post by bevtech »

Do you mean in Single Click or in a standard viewer??

Do you use a repeater??

Do you use ID's
Redge wrote this in another posts:


# 1st solution

[HOST]
pc0
-connect 192.168.1.100::5500 -noregistry

[HOST]
pc1
-connect 192.168.1.101::5501 -noregistry

[HOST]
pc2
-connect 192.168.1.102::5502 -noregistry

NAT router config
pc0 external 5500 --> internal 192.168.1.100 port 5500
pc1 external 5501 --> internal 192.168.1.101 port 5501
pc2 external 5502 --> internal 192.168.1.102 port 5502


and your vncviewer -listen port
Start... Run...
pc0 "%programfiles%\UltraVNC\vncviewer.exe" -listen 5500
pc1 "%programfiles%\UltraVNC\vncviewer.exe" -listen 5501
pc2 "%programfiles%\UltraVNC\vncviewer.exe" -listen 5502


# 2nd solution for viewers

[HOST]
pc0
-connect 192.168.1.100::5500 -noregistry

[HOST]
pc1
-connect 192.168.1.101::5501 -noregistry

[HOST]
pc2
-connect 192.168.1.102::5502 -noregistry
Hope this answers your question.
Bevtech

Windows XP Home, Pro SP2, Windows 2003 SBS server SP2(EN), Windows Media Center Editon 2005,Windows Vista Home Prem.,Fedora Core 6,Win9X, PChelpware Rel 1.0,
UVNC V 1.0.8.2

User not developer..;)
icon58
Posts: 5
Joined: 2005-07-27 00:04
Location: North west

How to change listening port of vnc listening mode RE??

Post by icon58 »

Hello:
Different person same question??? It seems that the reply you gave was for SC but not the listening viewer. I bring up the listening viewer and cannot find a place to change what port it is listening to IE 5001, 5002 etc.
Thank you Icon58
Jcopeland

Icon58 read above

Post by Jcopeland »

to get your viewer to listen on different ports just do the following:

right click on the viewer icon on your desktop or startment - where ever you put it - and choose properties. In the target field you will see at the very end "-listen" add your desierd port after that. Example is if you want to listen on 5690 it should read "-listen 5690" without ".

close the tray icon and reopen and there you go.
Post Reply