[HowTo] Install a vnc server on the Raspberry pi

Hello,

with the help and many tests from Sandbird, I present you a GUI for installing the vnc server on osmc (for raspberry pi only)

Login to your OSMC (putty or else)

Grep the install file:
wget https://raw.githubusercontent.com/MarkusLange/VNC-Server-install-script-for-OSMC/master/osmc_vnc_install_cli.bash

Make it executable:
chmod +x osmc_vnc_install_cli.bash

Start the GUI with:
sudo ./osmc_vnc_install_cli.bash

Now you see this:

Now you can follow the Options…

Also you can use it as CLI installer for automatic installations without interacting:

You can get the help with sudo ./osmc_vnc_install_cli.bash --help or just run it without sudo.

Sandbird and I have test it as best we can but no warranty for 100% working, please feel free to make suggestions.

Markus

7 Likes