Hey everyone
I tried to setup the VNC in listen mode on a Windows Terminal server 2003. It works when 1 user remotes in but when the 2nd user tries to start the listening session, i get the error: "can't create flasher socket" this is because its already running in the other users session. Is there anywhat to have multiple flasher sessions on the same machine? What if they were dedicated to distinct ports?
Thanks.
what a great piece of software.
After more 1 000 000 (one million) views on forum for 1.5.0.x development versions... and 1.6.0.0 version
A new stable version, UltraVNC 1.6.1.0 and UltraVNC SC 1.6.1.0 have been released: https://forum.uvnc.com/viewtopic.php?t=38080
Feedback is welcome
Celebrating the 22th anniversary of the UltraVNC (25th anniversary since the laying of the foundation stone): https://forum.uvnc.com/viewtopic.php?t=38031
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Forum password change request: https://forum.uvnc.com/viewtopic.php?t=38078
Development: UltraVNC development is always here... Any help is welcome.
A new development version, UltraVNC 1.6.2.0-dev has been released, please test it: https://forum.uvnc.com/viewtopic.php?t=38083
Feedback is welcome
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- 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
A new stable version, UltraVNC 1.6.1.0 and UltraVNC SC 1.6.1.0 have been released: https://forum.uvnc.com/viewtopic.php?t=38080
Feedback is welcome
Celebrating the 22th anniversary of the UltraVNC (25th anniversary since the laying of the foundation stone): https://forum.uvnc.com/viewtopic.php?t=38031
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Forum password change request: https://forum.uvnc.com/viewtopic.php?t=38078
Development: UltraVNC development is always here... Any help is welcome.
A new development version, UltraVNC 1.6.2.0-dev has been released, please test it: https://forum.uvnc.com/viewtopic.php?t=38083
Feedback is welcome
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- 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
Single Click mode in Terminal Server
Re: Single Click mode in Terminal Server
winvnc.exe -multi -fus
http://doc.uvnc.net/install/cmdline.html-multi
WinVNC is being run as a user-level program. Multiple simultaneous instances are allowed.
-fus
WinVNC is being run as a user-level program. Warning about multiple instances is disabled.
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: Single Click mode in Terminal Server
I am not running the winvnc.exe server, I am trying to use the viewer in listen mode. I want to put the following startup program in for all uses.
vncviewer.exe -listen
I would like to have each remote session only listen on a specific port if possible.
Are there any switches for the vncviewer.exe?
Michael.
vncviewer.exe -listen
I would like to have each remote session only listen on a specific port if possible.
Are there any switches for the vncviewer.exe?
Michael.
Re: Single Click mode in Terminal Server
sorry,
vncviewer -listen 5501 (example user1)
vncviewer -listen 5502 (example user2)
vncviewer -listen 5503 (example user3)
vncviewer -listen 5501 (example user1)
vncviewer -listen 5502 (example user2)
vncviewer -listen 5503 (example user3)
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