TeamViewer Remote Desktop
2025-11-26
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
Configure system settings
Open system settings and enable remote sharing and login functions.
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.
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."
- 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.
- On the single-board computer, enable remote interaction and then click Share.
- Connection successful.
Note: There is currently a bug; sometimes the software will crash after connecting.