Raspberry Pi VNC Server installation

I assume that you have configured your Pi's network interface and already connected to the Internet. You also have the console access to the board through the USB to TTL serial cable . First you need to install a VNC server. We will use the tightVNC server. $ sudo apt-get install tightvncserver Then you will run the server first time to configure a password and optional view only password. $ tightvncserver Now you can start the VNC server with the below command and it will run as a background process. $ vncserver :0 -geometry 1280x800 -depth 24 -dpi 96 From a PC in the same network, you can use a VNC client and connect to your Raspberry Pi board by using its IP address and entering the password that you have configured on the board. Here is a snapshot of my Raspberry Pi desktop from my MAC book VNC client.