How To – Raspberry – Remote desktop with VNC Server

HOW TO – Raspberry Pi

Meccanismo Complesso - Raspberry How To

How can I access remote desktop with Raspbian?

Server VNC activation on Raspberry

First, you need to install TightVNCServer on Raspbian.

$ sudo apt-get install tightvncserver

Once you have installed the program you can start the VNC server.

$ tightvncserver

Now you can start your VNC session on Raspberry

$ vncserver :1 -geometry 1024x728 -depth 24

VNC Client settings

Install the free version of RealVNC.

The insert the IP address. You will see a new window containing the remote desktop of your Raspberry.[:]

Leave a Reply