Sunday, September 2, 2018

How to Install and Configure VNC on Centos 6

In order to access the GUI of our linux servers

1) yum install tigervnc-server xterm

# vncpasswd
# vi /etc/sysconfig/vncservers

      VNCSERVERS="2:root"
      VNCSERVERARGS[2]="-geometry 1024x768"

# service vncserver start

# chkconfig vncserver on

Regards
Gurudatta N.R

No comments:

Post a Comment