- To allow multiple users to connect to the same vnc display, start vncviewer from the client machine with the following command:
vncviewer --shared VNC-SERVER-IP:DISPLAY
- Make sure, you start vnc server with the
--alwaysshared
option.
vncviewer --shared VNC-SERVER-IP:DISPLAY
--alwaysshared
option.