AnyDesk on Ubuntu 24.04: Install Guide

Share
  • Post Updated: February 25, 2025

AnyDesk remote desktop on Ubuntu

Accessing remote desktops on Ubuntu 24.04 is effortless with AnyDesk, a free, lightweight tool for seamless connections.

In 2025, AnyDesk offers Ubuntu users a fast, secure way to manage systems across Windows, macOS, and more.

Whether you’re providing IT support or working remotely, this guide makes installing AnyDesk on Ubuntu 24.04 a breeze, so let’s get connected.

How to Install AnyDesk on Ubuntu 24.04

Choose your method to install AnyDesk, all verified for Ubuntu 24.04:

Method 1: Install via Official APT Repository (Recommended)

  1. Open your terminal.
  2. Update your system and add prerequisites:
    sudo apt update
    sudo apt install curl ca-certificates -y
  3. Add AnyDesk’s GPG key:
    curl -fsSL https://keys.anydesk.com/repos/DEB-GPG-KEY | sudo gpg --dearmor -o /etc/apt/keyrings/anydesk.gpg
  4. Set up the AnyDesk repository:
    echo "deb [signed-by=/etc/apt/keyrings/anydesk.gpg] http://deb.anydesk.com/ all main" | sudo tee /etc/apt/sources.list.d/anydesk.list
  5. Install AnyDesk:
    sudo apt update
    sudo apt install anydesk -y
  6. Launch it from your applications menu, or type:
    anydesk
  7. Sign in or connect to a remote ID.

Method 2: Install via Snap

  1. Open your terminal.
  2. Install AnyDesk with Snap:
    sudo snap install anydesk
  3. Launch it from your applications menu, or type:
    anydesk
  4. Connect to your remote desktop.

Method 3: Install via Flatpak

  1. Open your terminal.
  2. Install Flatpak if needed:
    sudo apt install flatpak -y
  3. Add the Flathub repository:
    flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
  4. Install AnyDesk:
    flatpak install flathub com.anydesk.Anydesk
  5. Launch it:
    flatpak run com.anydesk.Anydesk
  6. Start your remote session.

Tip: APT offers the latest stable release (10.0.0 as of Feb 2025) with direct updates, Snap and Flatpak provide sandboxed simplicity, all work smoothly on 24.04.

What Makes AnyDesk Special

AnyDesk, launched in 2014 by AnyDesk Software GmbH, is a free, high-performance remote desktop tool powered by the DeskRT codec. With low latency and lightweight design, it’s ideal for Ubuntu 24.04:

  • Fast 60 FPS remote access
  • Low latency (16ms locally)
  • Secure TLS 1.2 encryption
  • Portable, no-install option
  • Cross-platform support

System Requirements

  • OS: Ubuntu 20.04 or newer (optimized for 24.04)
  • Processor: Dual-core CPU at 1.5 GHz
  • Memory: 2GB RAM (4GB recommended)
  • Storage: 100MB free space
  • Internet: Required for remote access

AnyDesk in Action: Screenshots

Video: Install AnyDesk on Ubuntu

Watch this setup guide:

How to Uninstall AnyDesk

  1. Open your terminal.
  2. For APT installs:
    sudo apt remove anydesk -y
    sudo rm /etc/apt/sources.list.d/anydesk.list
    sudo rm /etc/apt/keyrings/anydesk.gpg
  3. For Snap installs:
    sudo snap remove anydesk
  4. For Flatpak installs:
    flatpak uninstall com.anydesk.Anydesk
  5. Clear residual files (optional):
    rm -rf ~/.anydesk

More Ubuntu Remote Tools

Check out: Discord for Ubuntu, TeamViewer for Ubuntu, Remmina for Ubuntu