Enable RealVNC Server on your Raspberry Pi

Access your Raspberry Pi's console using either an SSH connection or with a keyboard and monitor attached directly to it.

Run the following command:

sudo raspi-config

You will see this menu:

mceclip0.png

Choose #5, "Interfacing Options".

mceclip1.png

Choose P3, "VNC".

mceclip2.png

Answer "Yes".

mceclip3.png

Press "Enter" to close the confirmation dialog.

mceclip4.png

Press "Tab" twice to highlight "Finish", then press "Enter".

VNC is now enabled.  You can confirm this using the following command:

sudo netstat -lpn | grep tcp | grep vnc

mceclip5.png

 

 

Was this article helpful?
0 out of 0 found this helpful