User Tools

Site Tools


headless_ubuntu_server_with_a_thin_vnc_gui

This is an old revision of the document!


Headless Ubuntu server with a thin VNC GUI

Install Ubuntu. I used 9.04. Then, as root, do:

# apt-get update
# apt-get dist-upgrade
# apt-get install --no-install-recommends xfce4 vnc4server xfce4-terminal xfce4-icon-theme gksu synaptic

Edit ~/.vnc/xstartup, comment out or delete what's there, and put:

xfce4-session
vncserver -kill $DISPLAY
exit

This way the VNC session is destroyed when you log out.

To run the vnc server:

$ vncserver
headless_ubuntu_server_with_a_thin_vnc_gui.1250545801.txt.gz · Last modified: 2009/08/17 14:50 by tkbletsc

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki