Hello everyone, how are you all doing today? Have any of you heard of AnyDesk for Linux? Quite possibly, rather in my opinion, the best alternative to TeamViewer for Ubuntu. I just received an email a few hours ago from someone who works over at the Germany company behind AnyDesk asking me to highlight their remote desktop software to our viewers and after reading about it, I decided why not? So please, read on.
Today we will highlight AnyDesk for Ubuntu, a remote desktop software that rivals TeamViewer to the core. AnyDesk works naturally for your Linux Distro’s not only Ubuntu but even the likes of Linux Mint, Fedora etc. It allows you to easily connect and access your remote devices including easily being able to access Windows, iOS, Android and perhaps your MacOS device at work, school or at home. Let’s find out what else makes AnyDesk one of the best remote desktop software’s on the market for Ubuntu users like yourself.
How to install AnyDesk on Ubuntu
What Is AnyDesk About?
AnyDesk is a high-performance remote desktop software designed to provide the fastest and most reliable remote connections available. Built with DeskRT, a unique video codec specifically developed for graphical user interfaces, AnyDesk delivers a smooth, lag-free experience that makes remote work feel as if you’re directly using the remote device. Whether you’re working from home, offering IT support, or need access to your personal computer from anywhere, AnyDesk makes it possible with minimal latency and high frame rates. It stands out as one of the most efficient and user-friendly remote desktop applications available today.
Key Features of AnyDesk:
- High Frame Rate: AnyDesk transmits up to 60 frames per second on local networks and many internet connections, providing smooth on-screen movement that closely matches native display rates.
- Low Latency: With latency below 16 milliseconds on local networks, AnyDesk ensures near-instantaneous responses, crucial for tasks that require quick input and feedback.
- Efficient Data Transmission: DeskRT codec optimizes data transmission, reducing bandwidth usage while maintaining high-quality visuals, making it ideal for remote desktop scenarios with limited connectivity.
- Secure Remote Access: AnyDesk uses banking-standard TLS 1.2 encryption and RSA 2048 asymmetric key exchange to verify connections, ensuring your data remains secure.
- Portable and Lightweight: The software is highly portable, requiring no installation or administrative privileges. The entire application is contained in a single, small executable file, allowing you to run it directly from a USB stick or download it in seconds.
- Cross-Platform Compatibility: AnyDesk is available on all major platforms, including Windows, macOS, Linux, Android, and iOS, providing seamless cross-platform connectivity.
- Reliable Server Infrastructure: AnyDesk connections are routed through Erlang-based servers, known for their robustness and reliability, ensuring that the service is available whenever you need it.
- Customizable Access Permissions: Control who can access your computer and what they can do once connected, with customizable access permissions to keep your system secure.
- Session Recording: Capture and record remote sessions for auditing or training purposes, making it a versatile tool for professional use.
How to manually install AnyDesk
Step 1: Update Your System
Before installing AnyDesk, ensure that your Ubuntu system is up-to-date by running the following commands:
sudo apt update
sudo apt upgrade
Step 2: Install AnyDesk Using the APT Repository
To install AnyDesk from its official APT repository, follow these steps:
- Install Required Dependencies: Make sure you have the necessary packages to add repositories and import GPG keys:
sudo apt install dirmngr ca-certificates software-properties-common apt-transport-https curl -y
- Add AnyDesk GPG Key: Import the GPG key for the AnyDesk repository:
curl -fsSL https://keys.anydesk.com/repos/DEB-GPG-KEY | gpg --dearmor | sudo tee /usr/share/keyrings/anydesk.gpg > /dev/null
- Add AnyDesk Repository: Add the AnyDesk APT repository to your system:
echo 'deb [signed-by=/usr/share/keyrings/anydesk.gpg] http://deb.anydesk.com/ all main' | sudo tee /etc/apt/sources.list.d/anydesk.list
- Update APT Cache: Update your package list to include the AnyDesk repository:
sudo apt update
- Install AnyDesk: Finally, install AnyDesk with the following command:
sudo apt install anydesk
Step 3: Launch AnyDesk
After installation, you can launch AnyDesk either via the terminal or through your system’s application menu:
- Via Terminal:
anydesk
- Via GUI: Open the Activities menu, search for “AnyDesk,” and click on the icon.
Optional: Install AnyDesk via Flatpak
Alternatively, you can install AnyDesk using Flatpak if you prefer using sandboxed applications:
- Enable Flathub: Add the Flathub repository if it’s not already enabled:
sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
- Install AnyDesk via Flatpak: Install AnyDesk using the following Flatpak command:
flatpak install flathub com.anydesk.Anydesk -y
To Uninstall AnyDesk
If you need to remove AnyDesk from your system:
- For APT Installation:
sudo apt remove anydesk
sudo rm /etc/apt/sources.list.d/anydesk.list
sudo rm /usr/share/keyrings/anydesk.gpg
- For Flatpak Installation:
flatpak uninstall com.anydesk.Anydesk
AnyDesk Screenshots
AnyDesk Video Tutorial
Quick Links: Discord for Ubuntu, CrossOver for Ubuntu & Top 5 Ubuntu Antivirus Apps