Table of Contents

VNC - Server - Client - Setup

Server

root> apt-get install vnc4server

USER> vnc4passwd

USER> vnc4server -geometry 800×600 -depth 24

New 'SERVER_IP:1 (USER)' desktop is SERVER_IP:1

Creating default startup script /home/USER/.vnc/xstartup
Starting applications specified in /home/USER/.vnc/xstartup
Log file is /home/USER/.vnc/SERVER_IP:1.log

Client

root> apt-get install xvnc4viewer

USER> xvnc4viewer SERVER_IP:1

Stop VNC-Server

On Server:
USER> vnc4server -kill :1