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

is it possible to start two instances of ultra vnc?

Post Reply
krad

is it possible to start two instances of ultra vnc?

Post by krad »

i need this because the new version requieres recent java version for the java interface.
redge
1000
1000
Posts: 6797
Joined: 2004-07-03 17:05
Location: Switzerland - Geneva

Post by redge »

possible as user application
winvnc -multi

(not possible as service system , winvnc -multi had no effect)
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
krad

Post by krad »

is possible to start to different versions(1.0.0 - RC18 - which works with old java and 1.0.1 which requires recent java version) of ultravnc on the same machine?
redge
1000
1000
Posts: 6797
Joined: 2004-07-03 17:05
Location: Switzerland - Geneva

Post by redge »

I'm not tried it
rename one winvnc18.exe port 5900 and another winvnc101.exe port 5901
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
krad

Post by krad »

redge wrote:I'm not tried it
rename one winvnc18.exe port 5900 and another winvnc101.exe port 5901
doesn't work with just rename...
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6862
Joined: 2004-04-23 10:21
Contact:

Post by Rudi De Vos »

No rename needed

winvnc.exe (5900)
winvnc.exe -multi (5901)

-multi:
ignore the "multiple instance check"
and use port+1

Take care...possible will not work with driver.
Both versions use same registry, you can not set individual settings.
CarlRodabaugh
8
8
Posts: 10
Joined: 2005-07-01 14:56
Location: Saginaw, MI
Contact:

multi port connections on the same computer

Post by CarlRodabaugh »

Hrmmm. I'm missing something. I have 1.01 installed on a machine. It connects just fine. I also have multiple other pcs on my lan, and unfortunatly my firewall (NAT) doesnt support forwarding of an external port of say, 7000 to anything other than internal port 7000. So, I currently have it setup to forward to my server. I understand I can connnect to the server, then turn around and connect to my workstation, but what I'd really like to do is have 2 instances of VNC running, one on the standard port, and one on some other port. I opened a command prompt and did winvnc -multi, (in the proper directory of course) but when I tried to connect (even internally at this point) on port 5901, nada. So, I'm confused. I also think that it would be great if the -multi parameter could have a parameter following it, like -multi 7000, to start a new instance on port 7000. That way, I could port fwd port 7000 to the server, 7001 to my workstation, 7002 to another wkst, etc etc.

Any thoughts or help?

C
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6862
Joined: 2004-04-23 10:21
Contact:

Post by Rudi De Vos »

If you start -multi you find the current used port in the preoperties
krad

Post by krad »

Rudi De Vos wrote:No rename needed

winvnc.exe (5900)
winvnc.exe -multi (5901)

-multi:
ignore the "multiple instance check"
and use port+1

Take care...possible will not work with driver.
Both versions use same registry, you can not set individual settings.
10x for support and great soft :)
redge
1000
1000
Posts: 6797
Joined: 2004-07-03 17:05
Location: Switzerland - Geneva

Post by redge »

CarlRodabaugh,

did you forget ? ;-)
from vnviewer
you need to use double colons for connect to a non standard port
othervise would fail

standard port (acceptable)
CarlRodabaugh:5900
CarlRodabaugh:5901

or

standard display (display 1-99 allowed only for port 5900 to 5999)
CarlRodabaugh:0 (mean port 5900)
CarlRodabaugh:1 (mean port 5901)

or

non standard port
CarlRodabaugh::7000
CarlRodabaugh::7001
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
maxlaw
Posts: 7
Joined: 2005-07-17 06:47

Re: multi port connections on the same computer

Post by maxlaw »

I got the same problem, but I have figured it out how to make it works. I think that your first server is run in service mode so that the second server has problem to start in user mode.
In such case, you could start the second server as:

winvnc.exe -multi -fus

It works very well for me and I can now use two computers to remote my dual monitors desktop.
Post Reply