How To Install RustDesk on Ubuntu 20.04 | 22.04 LTS
RustDesk is a remote access and remote control software, allowing maintenance of computers and other devices.
The RustDesk client is available for different operating systems. RustDesk has the aspiration to be an open source alternative for Remote desktop software like TeamViewer or AnyDesk. Therefore, RustDesk is able to function without additional tools like VPNs or port forwardings, even behind firewalls or NATs. RustDesk used to be based on the proprietary Sciter UI runtime library, but in 2022 plans started to replace it with Flutter.
In this video i will show how to install it on your ubuntu system.
Useful Links:
VPS/VDS – https://www.mivocloud.com/
WARNING – ANGLED BRACKETS AREN’T ALLOWED IN DESCRIPTION SO BE ATTENTIVE TO THE VIDEO IN NANO EDITOR
Commands Used:
wget https://github.com/rustdesk/rustdesk/releases/download/1.1.9/rustdesk-1.1.9.deb
sudo apt install ./rustdesk-1.1.9.deb -y
ubuntu