HomeHow ToHow to Install TeamViewer on Raspberry Pi

How to Install TeamViewer on Raspberry Pi

Personally, we have tried installing VNC as well as much other software that can provide remote GUI access to the Raspberry Pi, but we were quietly not satisfied with it. So here in this tutorial, we are going to install TeamViewer on Raspberry Pi within a minute.

Why we don’t like VNC much?

The first thing is that the VNC server has to be started manually (at least in our case) with certain resolution parameters so that it can fit our screen every time. This is a tedious as well as a very time-consuming task, and we don’t like that.

Update: You can use “sudo raspi-config” or Raspberry Pi Configuration on GUI to allow VNC to start automatically at boot. But still it do not allow you to connect to your Pi from anywhere in the world unless you have a static IP and have port forwarding enabled. And for sure it is not a secure way to implement that. :)

Tightvnc Viewer

Also, another drawback of the VNC is that you can’t use the host screen directly. That means a virtual instance is created and then it can be accessed via VNC. As soon as we close the VNC server all the instances are destroyed.

Also read: TeamViewer Alternatives: 10 Best Remote Desktop Software

Why we love TeamViewer?

First of all, we love to use the Raspberry Pi without a screen for our Internet of Things projects i.e. headless configuration. We usually have a laptop with us, and we certainly want the laptop’s display to work with Raspberry Pi.

But that is not simply possible. This is where TeamViewer comes in. You can set up unattended access as well as set TeamViewer to auto start on boot. Also, unlike VNC to remotely access the Raspberry Pi over the internet requires a public static IP address while TeamViewer just requires ID and Password for the access. So you won’t have to worry about getting a public static IP address which can cost you a few bucks.

Teamviewer

We are searching for the tutorials on installing TeamViewer, and we found some, but unfortunately, we found none of them worked for us. This was because we were trying to install the version that was available for normal computer processor not ARM processors.

Luckily there is a beta version of TeamViewer that is specially designed to work with Raspberry Pi 2, 3 and 4. However, Raspberry Pi Zero, as well as version 1, are currently not supported.

Steps to Install TeamViewer on Raspberry Pi

First of all, make sure that your Raspberry Pi meets the following requirements


Protect Your Online Privacy With Surfshark
[The VPN that we use here at Tech Arrival]


  • It has at least 35MB of disk space.
  • You have Raspbian 8.0 Jessie with X-Server or Framebuffer VT.

Before starting here is what we have used in the tutorial:

  1. First of all download the latest TeamViewer host from this link.Install Teamviewer On Raspberry Pi
  2. Now transfer the deb file to your Raspberry Pi and open up the terminal.
  3. Install the deb file like we do on the Ubuntu. The command is “sudo dpkg -i filename.deb” or just simple use “apt install ./filename.deb” as instructed in TeamViewer manual.
  4. Let the process complete. Now there will be several unmet dependencies.
  5. To fix this first type “sudo apt-get update” and wait until all the packages details are downloaded.
  6. Now use “sudo apt-get -f install” to install all the dependencies or use “sudo apt-get -f upgrade” to install dependencies as well as upgrade other modules.
  7. You are good to go. By default, the TeamViewer will start at the boot, and you can also connect it using the headless mode.
  8. Type “teamviewer help” for more details.

After the installation here is something you can do:

If you Have a Display/Monitor and GUI Access

Teamviewer Gui Raspberry Pi
  1. You can simply open the TeamViewer from the menu -> Internet -> TeamViewer or if it’s already running then you can see the little TeamViewer logo in the top taskbar.
  2. Note down the ID and Password. Now you can connect to your Raspberry Pi from anywhere.
  3. From the settings menu, you can also set up unattended access and set a permanent password to access it.

For Headless Access

Teamviewer Raspberry Pi Headless Ssh
  1. Connect to your Raspberry Pi via SSH.
  2. To find out the id, you can type “teamviewer info” or to setup headless access you can type “sudo teamviewer setup”.

So that was very easy. We hope that you have enjoyed this tutorial and you were able to install TeamViewer successfully on your Raspberry Pi. If you encountered any problem while performing the installation, then do let us know using the comment section below.

Also, don’t forget to share it with your friends who are using or are interested in Raspberry Pi tutorials and Internet of Things.


“As an Amazon Associate & Affiliate Partners of several other brands we earn from qualifying purchases.” [Read More Here]


Mehul Boricha
Mehul Boricha
Mehul Boricha is the founder of Tech Arrival & Astute Links. He is a computer and smartphone geek from Junagadh, Gujarat, India. He is a Computer Engineer by Education & an Entrepreneur by Passion. Apart from technology geek, he is an audiophile & loves to connect with people.

32 COMMENTS

  1. I was searching all over the internet looking for a way to use Teamviewer with RaspBerry Pi – and I had given up because everything was so confusing or cost money. I then tired using the different VNC options and actually got it working but I could not see the web browser on the client. I finally came across your instructions, and I cannot express my gratitude enough on how much easier this was. I could not install it within a minute lol because it takes so long to install and update everything but it was extremely easy. Thank you for making this so much clearer.

    • Hello Lee,

      To fix the problem, first of all, I will have to look what is causing the problem. Can you talk over skype? Here is my handle @boricha.mehul5

  2. Hi @all,
    I´ve installed teamviewer host. (everything is fine)
    Now I would like to connect my computer to the raspberry pi.
    When I open teamviewer on my computer an I enter the Partner ID (wich I´ve found on “teamviewer info”) I can´t connect to the raspberry because I don´t have the password.
    Can you please tell me where I can get the password (headless access). Because I didn´t assigned a password.

    • Hello Robert,

      As I mentioned in the article, to setup headless access use command “sudo teamviewer setup”. Let me know if you face any problem.

      • Hi Mehul,
        thanks for your answer.
        I don´t have the desktop version for my Pi and I have no monitor or a display for my Pi.
        Sometimes, when I want to connect to my Pi, especially my IPhone, I have to enter a password.

        “Please enter your partner´s password”
        Is the massage of my IPhone.

        My question is: Where can I find this password?
        What can I do to connect to my Pi?

        • Yes, you can do that by connecting to your pi via terminal and setting up headless TeamViewer access. But I think that I have a little confusion understanding you. You can connect with me directly on skype @ boricha.mehul5

  3. I am using Raspbian stretched lite, installed TeamViewer successfully but only can connect when terminal is running. I made it to run chromium-browser in kiosk mode using openbox, but when browser is running I can’t connect to my raspberry pi.

    • First, Connect the Pi to a display and setup a static password to connect to the teamviewer. Then reboot and check teamviewer GUI is started when Pi boots. I think this will resolve your problem.

  4. The problem is switching between the tty’s. I can connect it from tty2 but when I enter startx to start Openbox (tty1) to run my program I cannot connect to my pi. It shows online though.

  5. Hi mehul, I’ve downloaded teamviewer onto my raspberry pi but it won’t open. I use noobs so the icon shows on my desktop but when you double click it starts to load but the teamviewer box never pops up…. I’ve uninstalled and reinstalled but same thing… any ideas?

  6. I might be having the same problem.
    The program itself is installed and working, but most of the files are missing.
    For example, the “teamviewer help” and “start” commands work, but anything with the daemon and repo just gives me the reply “file or directory not found”. The command is recognized and executed, but the required files are missing.
    The icon is there as well, but the window doesn’t pop up.
    Lastly, when I tried the ziplog command the only thing it did was write “file or directory not found” 7 times.

  7. Also, when I used the “sudo apt-get -f install” – command it tried to remove the teamviewer package instead of downloading the required files.

  8. Hello Mehul. I have a different request. I want to setup Zorin OS as a virtual Machine and RPI3+ and RPI4 users (21 in all ) in my lab will access it remotely through TeamViewer or any other remote access tool that works. your article refers to downloading the HOST. Is there a client file that i can download unto each RPI? The host file will be downloaded and installed on the Zorin OS.

  9. Well, I followed this guide, and now sadly, although it installed, my Pi (v3) has slowed down to an absolute crawl to the point it is unusable. I think I now need instructions as to how to remove Teamviewer!

    • Hey Simon,

      That is unfortunate. Can you please check htop and tell us what is causing this much load. Because in our case, TeamViewer was barely consuming any resources. We have tried it on Raspberry Pi 2 and it was running smoothly at the time of writing. Still, if you want to uninstall TeamViewer, you can remove it using apt-get and dpkg; just google “uninstall deb package”. Sorry for the trouble!

Leave a Comment

Please enter your comment!
Please enter your name here

By submitting the above comment form, you agree to our Privacy Policy and agree with the storage and handling of your data by this website.


Stay Connected

Subscribe to our Newsletter

Stay updated with all the latest news, offers and special announcements.

By signing up, you agree to our Privacy Policy and agree with the storage and handling of your data by this website.

Latest Posts

How to Install Chrome OS Flex on Windows & Mac Computer

Google announced Chrome OS Flex in February 2022. Before that, only Chromebook users had access to Chrome OS. Users who wanted to use the...

How To Create a Fake Email Address Within Seconds

Using your primary email ID to sign up for web services is never a good idea. Some of these services send dozens of daily...

12 Best Benchmark Software for Your PC

To get the most out of your computer, you must test its performance and capabilities. This can be done with the help of PC...

How to Install Windows 11 on Mac

Imagine running both macOS and Windows 11 on your Mac computer. Wouldn't it be great to have the best of both worlds in a...

13 Best Guitar Apps for Android & iPhone

Learning to play the guitar is not as easy as you would imagine. It requires endless effort and rigorous practice even to play a...

All Time Favorites

18 Best WiFi Hacking Apps for Android

When you enter the hacking world, you would know that almost every basic tutorial you would search for on the net won’t be possible...

21 Best Android Apps Not on Google Play Store

Google Play Store has the most extensive collection of apps for Android. Almost everyone downloads apps from the Play Store. But many excellent apps...

15 Best Game Hacking Apps for Android (With/Without) Root

Are you a mobile gamer? If you are, then you've come to the right place. This post will tell you about the Best Game...

How to Download Torrent Files with IDM (Torrent to IDM)

Hey guys, you may all have heard about different ways to download torrent files. And some of you may also have downloaded them using...

11 Best Download Managers for Windows

The Internet is a vast resource of a lot of things which includes music, videos, movies and a lot of other things. The ability...