How to Install and Use AnyDesk on Ubuntu Easily
What is AnyDesk?
AnyDesk is a cross-platform remote desktop application that allows you to access and control other computers in real time. Compared to alternatives like TeamViewer, AnyDesk is known for its speed, stability, and low resource usage — especially on Linux systems like Ubuntu.
Prerequisites
Before you begin, ensure the following:
-
You’re using Ubuntu 18.04 or newer (20.04, 22.04 supported).
-
You have sudo/root access.
-
You’re connected to the internet.
How to Install AnyDesk on Ubuntu
1. Add the Official AnyDesk GPG Key
wget -qO - https://keys.anydesk.com/repos/DEB-GPG-KEY | sudo apt-key add -
2. Add the AnyDesk Repository
echo "deb http://deb.anydesk.com/ all main" | sudo tee /etc/apt/sources.list.d/anydesk.list
3. Update Your Package List
sudo apt update
4. Install AnyDesk
sudo apt install anydesk
💡 Note: This command automatically installs the correct
.deb
package for your system architecture.
How to Use AnyDesk on Ubuntu
1. Launch the Application
After installation, run AnyDesk from the terminal or applications menu:
anydesk
2. Get Your AnyDesk Address
On the main screen, you’ll see your AnyDesk ID. Share this ID to receive remote connections.
3. Connect to Another Computer
-
Enter the target device’s AnyDesk ID in the “Remote Desk” field.
-
Click Connect.
-
Wait for approval from the target device.
Common Issues & Troubleshooting
Issue | Solution |
---|---|
AnyDesk won't open | Check if the service is running: systemctl status anydesk.service |
Network connection failure | Ensure firewalls or VPNs are not blocking the connection |
Dependency or installation errors | Run: sudo apt update && sudo apt upgrade |
How to Uninstall AnyDesk from Ubuntu
To completely remove AnyDesk:
sudo apt remove anydesk
sudo apt purge anydesk
Extra Tips
-
Enable Unattended Access in settings for password-protected remote control.
-
Always set a strong password for remote access.
-
Check your installed version using:
anydesk --version
.
Final Thoughts
With this guide, you can now install and use AnyDesk on Ubuntu easily and securely. Whether you're working remotely, providing IT support, or accessing a second device, AnyDesk is a reliable solution.
🧑💻 Successfully installed AnyDesk on Ubuntu? Try connecting to another device and experience seamless remote access. If this article helped, consider sharing it!
Tidak ada komentar untuk "How to Install and Use AnyDesk on Ubuntu Easily"
Posting Komentar