Star InactiveStar InactiveStar InactiveStar InactiveStar Inactive
 
To install Teamviewer Host ( server only, no client functions) Open a terminal, copy and paste the highlighted code below pressing ENTER between each stage.

First make sure your packages are all up to date

sudo apt-get update
sudo apt-get upgrade


Next download the package

wget https://download.teamviewer.com/download/linux/teamviewer-host_armhf.deb

Install the package

sudo dpkg -i teamviewer-host_armhf.deb

You will see a lot of errors during the install - fix as below

sudo apt --fix-broken install

Teamviewer should now be running (if not try the fix broken install again)

The GUI will start and you will need to accept the agreement.

Hit the Teamviewer icon in the task bar and set up via an account or a personal password.