TeamViewer Remote Desktop

TeamViewer is a software that enables remote support, remote access, remote management, home office, online collaboration, and conferencing functions. It supports multiple platforms such as Windows, Mac, and Linux.

Update the software

sudo apt update && sudo apt upgrade

Download the TeamViewer Deb binary file

wget https://download.teamviewer.com/download/linux/teamviewer_arm64.deb

Install TeamViewer

sudo dpkg -i teamviewer_arm64.deb

If there are dependency issues, enter the following command to fix the dependencies.

sudo apt --fix-broken install

Configure the TeamViewer service

# Enable the TeamViewer service to start on boot
sudo systemctl enable teamviewerd
sudo systemctl start teamviewerd
# Check the service status
sudo systemctl status teamviewerd
image-20251101132144947

Configure system settings

Open system settings and enable remote sharing and login functions.

image-20251108172603007 image-20251108172629464

Launch TeamViewer

# Method 1: Launch via command line
# Enter teamviewer in the terminal
# Method 2: Launch via desktop environment
# Find TeamViewer in the application menu

Register an account and log in. The system defaults to English display. You can change the language in Extras->Options->Advanced, click OK, and it will take effect after re-login.

image-20251103100819534

Remote connection

  • On a Windows system, open TeamViewer and log in to your account. First-time device login requires verification; simply open the verification message and select "Trust this device."
image-20251101104227688
  • First, enter the remote control ID of the single-board computer, then click Connect, and then enter the connection password for the remote control ID.
image-20251104105625856
  • On the single-board computer, enable remote interaction and then click Share.
image-20251103101058404
  • Connection successful.
image-20251101130822153

Note: There is currently a bug; sometimes the software will crash after connecting.