Setup tightvncserver - hydrogeologger/pyduino GitHub Wiki

To install

sudo apt-get update
sudo apt-get install tightvncserver

To start up, execute the following command, a prompt will ask to set password for connection

tightvncserver

To change password, will prompt for password on start

cd ~/.vnc
rm passwd

To get tightvncserver to start on reboot if rpi is set to boot to gui. # Please make sure password is set

cd ~/.config
mkdir autostart
cd autostart

Make a file called tightvnc.desktop with the following content

[Desktop Entry]
Type=Application
Name=TightVNC
Exec=vncserver :1
StartupNotify=false