Installation:
- yum install tigervnc-server
Configure for Single/Multiple users:
- Edit vi /etc/sysconfig/vncservers and add the following
- VNCSERVERS=”<<display_number>>:<<user_name>>”
- Login to each user and set VNC password using command : vncpasswd
- Then from the user login, start the server using command : vncserver :<<display_number>>
List all running VNC servers;
- vncserver -list
Kill VNC display:
- vncserver -kill :2
Advertisements