1. Установите пароль с помощью
vncpasswd
2. Отредактируйте /etc/sysconfig/vncservers
# The VNCSERVERS variable is a list of display:user pairs.
#
# Uncomment the line below to start a VNC server on display :1
# as my 'myusername' (adjust this to your own). You will also
# need to set a VNC password; run 'man vncpasswd' to see how
# to do that.
#
# DO NOT RUN THIS SERVICE if your local area network is
# untrusted! For a secure way of using VNC, see
# <URL:http://www.uk.research.att.com/vnc/sshvnc.html>;.
VNCSERVERS="1:fred 2:joe"
# fred's VNC options
VNCSERVERARGS[1]="-geometry 1024x768"
# joe's VNC options
VNCSERVERARGS[2]="-geometry 1280x1024"
3. Активируйте автоматический запуск сервиса командой
chkconfig vncserver on
4. Запустите сервис командой
service vncserver start
5. Отредактируйте файл /home/username/.vnc/xstartup, если вам нужна среда отличная от twm и xterm
vncservers