Facebook Twitter Instagram
    TecAdmin
    • Home
    • Ubuntu 20.04
      • Upgrade Ubuntu
      • Install Java
      • Install Node.js
      • Install Docker
      • Install LAMP Stack
    • Tutorials
      • AWS
      • Shell Scripting
      • Docker
      • Git
      • MongoDB
    • FeedBack
    • Submit Article
    • About Us
    Facebook Twitter Instagram
    TecAdmin
    Home»Linux Distributions»Debian»How to Install AnyDesk on Debian 10

    How to Install AnyDesk on Debian 10

    RahulBy RahulApril 8, 20202 Mins ReadUpdated:April 14, 2020

    AnyDesk is an remote desktop application available for Linux, Windows and macOS operating system. This is also used as an alternative of the TeamViewer, which is available freely. Anydesk provides a faster remote connection than any other existing remote desktop application. Personally, I also love it and use. This tutorial will help you to install AnyDesk on Debian 10 systems.

    But, if you still love TeamViewer, You can also install TeamViewer using these instructions.

    Step 1 – Install AnyDesk on Debian 10

    You can download Anydesk Debian packages from its official website. Anydesk also provides apt repository for the package installation. Use below commands to install Anydesk using apt manager.

    First of all, add the repository key to trusted software providers list:

    wget -qO - https://keys.anydesk.com/repos/DEB-GPG-KEY | apt-key add -
    

    Now, add the Anydesk official repository to the system

    echo "deb http://deb.anydesk.com/ all main" > /etc/apt/sources.list.d/anydesk.list
    

    Finally, install the Anydesk on Debian system by executing following commands on your system.

    sudo apt update
    sudo apt install anydesk
    

    The above commands will install Anydesk on your Ubuntu system including any dependencies.

    Step 2 – Setup Access for AnyDesk

    Once finished the installation, launch AnyDesk on your Debian 10 system. You will get an AnyDesk ID for connecting from remote systems using AnyDesk. Now, You may need to set a password for unattended access. This will set a fixed password on your system, Which can be used anytime to connect.

    Check the Enable unattended access checkbox and set a secure password.

    Step 3 – Connect AnyDesk

    You also need to install AnyDesk on remote system. Then connect to the remote system using the ID shows on remote system AnyDesk and password set in the previous step.

    All done. You have access to the Desktop of the remote system over Anydesk.

    anydesk remote-desktop
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email WhatsApp
    Previous ArticleHow to Configure X-Frame-Options in Apache
    Next Article How To Install PHP Composer on Fedora 35/34/33

    Related Posts

    How To Install XRDP on Ubuntu 22.04

    3 Mins Read

    How To Enable Multiple RDP Sessions on Windows Server

    Updated:June 9, 20222 Mins Read

    How to Create a Sudo User in Debian

    Updated:June 26, 20212 Mins Read

    How To Install XRDP (Remote Desktop) on Debian 10

    4 Mins Read

    How To Install XRDP (Remote Desktop) on Ubuntu 20.04

    Updated:May 28, 20224 Mins Read

    Initial Server Setup with Debian 10/9/8

    Updated:June 25, 20214 Mins Read

    Leave A Reply Cancel Reply

    Recent Posts
    • Filesystem Hierarchy Structure (FHS) in Linux
    • How to accept user input in Python
    • What is difference between var, let and const in JavaScript?
    • What is CPU? – Definition, Types and Parts
    • What is the /etc/aliases file
    Facebook Twitter Instagram Pinterest
    © 2022 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.