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.3.0-dev has been released, please test it: https://forum.uvnc.com/viewtopic.php?t=38091
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

Set server to show individual display based on port number?

Post Reply
swalter
Posts: 3
Joined: 2021-03-16 06:36

Set server to show individual display based on port number?

Post by swalter »

I apologize if this is a duplicate post -- I thought I posted a few hours ago but I don't see my message on the board.

I just started using uVNC again after several years, and I do not see a way to connect to a uVNC server using a port number to indicate which display should be shared. With most/all other VNC servers I have used, connecting to computer:590x will show all active displays when x=0, display #1 when x=1, display #2 when x=2, etc. Is this possible, and if so, how do I configure it?

All my machines are Win10 64-bit, and I am using uVNC version 1.3.2. Please let me know if there's a way to accomplish this -- I often need to access machines using VNC clients other than uVNC (e.g., connect from my phone) and being able to use this standard method to select a display is really helpful.

Thanks, and apologies if this is addressed elsewhere. I searched the forums and the documentation, and nothing came up.
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6952
Joined: 2004-04-23 10:21
Contact:

Re: Set server to show individual display based on port numb

Post by Rudi De Vos »

computer:590x
On linux the x is indeed a display number, you have a vnc server for each session.
Each vnc start his own X session, display:0 display:1.
On linux, vnc works like a windows rdp server, you don't clone the desktop but start a seperate session.

On windows multiple monitors are all connected to the same session, so when you connect to the vnc server running on a port you have access to all monitors. There is only when vnc server.
UltraVNC links (join us on social networks):
- Website: https://uvnc.com/
- Forum: https://forum.uvnc.com/
- GitHub sourcecode: https://github.com/ultravnc/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
- uvnc2me: https://uvnc2me.com/
swalter
Posts: 3
Joined: 2021-03-16 06:36

Re: Set server to show individual display based on port numb

Post by swalter »

Thanks for that clarification. Now that I think about it, on Windows I am pretty sure I was previously using TIghtVNC server, where you can configure it to show different desktop geometries based on port number. Might be a cool feature addition for uVNC :)
Post Reply