Monday, May 11, 2020

How To Install AnyDesk On Ubuntu 20.04 LTS Desktop

Video Tutorial - https://youtu.be/-xAOQJg09Bw

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

AnyDesk is a remote support solution that helps users access files and documents on any device across multiple locations. Key features of this platform include online collaboration, file sharing, access control and personalized user interface.

Offcial Website - https://anydesk.com/en  ; AnyDesk Feature - https://anydesk.com/en/features
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Our Server Specification:-
Os : Ubuntu 20.04 LTS (focal fossa) 64Bit   |  Hostname: www.yourdomain.com   |  IP Address of Server:192.168.1.50
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
lsb_release -cd  ; getconf LONG_BIT ; hostname ; hostname -I && apt install -y build-essential net-tools curl git software-properties-common

wget -qO - https://keys.anydesk.com/repos/DEB-GPG-KEY | apt-key add -
echo "deb http://deb.anydesk.com/ all main" > /etc/apt/sources.list.d/anydesk.list
sudo apt update ; sudo apt install anydesk -y
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

No comments:

Post a Comment