VNC Server

How to install and enable a VNC server on your Centos box.

Edit the config file /etc/sysconfig/vncserver

VNCSERVERS="2:root"
VNCSERVERARGS[2]="-geometry 800x600 -nolisten tcp -nohttpd"

Set a VNC password:

vncpasswd

Enable automatic startup of the daemon:

chkconfig --levels 345 vncserver on

Start the daemon:

service vncserver start

Technology:

Recent Updates

  • 2 years 1 hour ago
  • 2 years 1 hour ago
  • 2 years 2 days ago
    php 8.x
  • 2 years 3 days ago
    10.6.7
  • 2 years 5 days ago
    Drop Centos 5/6 stuff