Need to access your Ubuntu machine from another device? Whether you’re working remotely, offering support, or just want easy access, AnyDesk is one of the best tools for remote desktop on Linux. It’s fast, lightweight, and easy to set up.
Here’s how to install and configure AnyDesk on Ubuntu step by step.
🧩 What Is AnyDesk?
AnyDesk is a cross-platform remote desktop tool that lets you control your computer from anywhere. It’s known for:
- Low latency
- High performance
- Simple setup
- Cross-device support (Windows, macOS, Linux, Android, iOS)
✅ Step 1: Download AnyDesk for Ubuntu
Open your terminal or browser and go to the official AnyDesk Linux download page:
👉 https://anydesk.com/en/downloads/linux
Choose the Ubuntu/Debian version.
Or use the terminal:
wget -qO - https://keys.anydesk.com/repos/DEB-GPG-KEY | sudo apt-key add -
echo "deb http://deb.anydesk.com/ all main" | sudo tee /etc/apt/sources.list.d/anydesk.list
sudo apt update
sudo apt install anydesk
🛠 Step 2: Launch AnyDesk
Once installed, run AnyDesk:
anydesk
Or find it in your app launcher and click to open.
You’ll see your AnyDesk address — this is the number other devices will use to connect to your Ubuntu system.
🔐 Step 3: Set Up Permissions and Security
By default, AnyDesk will ask you to approve all connections manually. To enable unattended access:
- Click “Set password for unattended access…”
- Check “Enable unattended access”
- Set a strong password
- Click Apply
This lets you connect remotely without needing someone on the other end to approve it.
🌍 Step 4: Connect to Ubuntu from Another Device
From your Windows, Mac, or mobile device:
- Install AnyDesk
- Launch the app
- Enter your Ubuntu machine’s AnyDesk ID
- Enter the password (if unattended access is enabled)
You now have full remote control of your Ubuntu system.
🔒 Security Tips
- Always use strong passwords
- Enable 2FA if available
- Set up access permissions for incoming sessions
- Keep AnyDesk updated for security patches
🧼 How to Uninstall AnyDesk (If Needed)
If you ever want to remove it:
sudo apt remove anydesk
sudo rm /etc/apt/sources.list.d/anydesk.list
Final Thoughts
Setting up AnyDesk on Ubuntu is fast and straightforward. Whether you’re a Linux beginner or an IT pro, it gives you a reliable way to access and control your system remotely — without the hassle.
Got a question or hit a snag during setup? Drop it in the comments below and I’ll help out.
Leave a Reply