Raspberry Pi and VNC

Steps to run VNC server on Raspberry Pi

1. Install UltraVNC viewer on your laptop
2. Install PuTTY on your laptop
3.Connect to your Raspberry Pi from your laptop via the PuTTY (using the IP address of the RaspPi)
4. Install VNC server on your RaspPi by typing this command in the PuTTY: sudo apt-get install tightvncserver
4. Start the VNC server on your RaspPi by typing this command in the PuTTY: vncserver :1 -geometry 1280x800 -depth 16 -pixelformat rgb565
5 Start the VNC Viewer from your laptop and type the IP address of the RaspPi. This way you'll have direct GUI connection to your Raspberry Pi.


Comments