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
is it possible to start two instances of ultra vnc?
is it possible to start two instances of ultra vnc?
i need this because the new version requieres recent java version for the java interface.
- Rudi De Vos
- Admin & Developer
- Posts: 6862
- Joined: 2004-04-23 10:21
- Contact:
-
- 8
- Posts: 10
- Joined: 2005-07-01 14:56
- Location: Saginaw, MI
- Contact:
multi port connections on the same computer
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
Any thoughts or help?
C
- Rudi De Vos
- Admin & Developer
- Posts: 6862
- Joined: 2004-04-23 10:21
- Contact:
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
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
OS Win: xp home + vista business + 7 home
only experienced user, not developer
Re: multi port connections on the same computer
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.
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.