• Home
  • Ubuntu 18.04
    • Whats New?
    • Upgrade Ubuntu
    • Install Java
    • Install Node.js
    • Install Docker
    • Install Git
    • Install LAMP Stack
  • Tutorials
    • AWS
    • Shell Scripting
    • Docker
    • Git
    • MongoDB
  • Funny Tools
  • FeedBack
  • Submit Article
  • About Us
TecAdmin
Menu
  • Home
  • Ubuntu 18.04
    • Whats New?
    • Upgrade Ubuntu
    • Install Java
    • Install Node.js
    • Install Docker
    • Install Git
    • Install LAMP Stack
  • Tutorials
    • AWS
    • Shell Scripting
    • Docker
    • Git
    • MongoDB
  • Funny Tools
  • FeedBack
  • Submit Article
  • About Us

How to Install Anydesk on Debian 9

Written by Rahul, Updated on December 4, 2020

Anydesk is a free and lightweight remote desktop application for Desktop systems. It is available for Windows, Linux and macOS operating system. It provide quick and easy remote desktop access. This can be the best alternative for your teamviewer application.

Personally, I also prefer to use anydesk as an alternative for your remote desktop application. But, if you still love TeamViewer, You can also install TeamViewer using these instructions.

This tutorial described you to how to install Anydesk on Debian 9 Linux systems.

Step 1 – Install Anydesk on Debian 9

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.

Use the following instructions to install Anydesk on debian 9 system:

  • 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-get update 
    sudo apt-get install anydesk 
    
  • That’s it, You have successfully installed Anydesk on your Debian 9 system.

    Step 2 – Launch AnyDesk Application

    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.

    Conclusion

    This tutorial provides you instruction’s to install Anydesk remote desktop application on Debian 9 Linux system.

Share it!
Share on Facebook
Share on Twitter
Share on LinkedIn
Share on Reddit
Share on Tumblr
Share on Whatsapp
Rahul
Rahul
Connect on Facebook Connect on Twitter

I, Rahul Kumar am the founder and chief editor of TecAdmin.net. I am a Red Hat Certified Engineer (RHCE) and working as an IT professional since 2009..

Leave a Reply Cancel reply

Popular Posts

  • How to Install Python 3.9 on CentOS/RHEL 7 & Fedora 32/31 0
  • How To Install VNC Server on Ubuntu 20.04 1
  • How To Install NVM on macOS with Homebrew 0
  • (Solved) apt-add-repository command not found – Ubuntu & Debian 0
  • How to Install .NET Core on Debian 10 0
© 2013-2020 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy