Best VNC Server for Raspberry Pi

In configuring my Google Calendar Raspberry Pi, I found that x11vnc was more useful than TightVNC, primarily because it allowed me to mirror my local desktop image ball-63527_640to my computer.

Install and Set Password

sudo apt-get install x11vnc
x11vnc -storepasswd

Create Autostart Entry

cd .config
mkdir autostart
cd autostart
nano x11vnc.desktop
[Desktop Entry]
Encoding=UTF-8
Type=Application
Name=X11VNC
Comment=
Exec=x11vnc -forever -usepw -display :0 -ultrafilexfer
StartupNotify=false
Terminal=false
Hidden=false

Posted

in

by

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *