Skip to content
Follow
Ubuntu Linux

How to Install RustDesk on Ubuntu Linux

Richard
Written by
Richard
Oct 14, 2022 Updated Jun 20, 2026 2 min read
How to Install VMware Workstation Player on Ubuntu Linux
How to Install VMware Workstation Player on Ubuntu Linux

You can install RustDesk on Ubuntu Linux by downloading the appropriate package from their official releases page.

RustDesk is a free, open-source, and secure remote desktop application, functioning much like AnyDesk or TeamViewer but with a focus on privacy and ease of self-hosting.

This powerful tool provides end-to-end encryption and robust permission settings directly within its user interface, allowing you to securely connect to and control your Ubuntu desktop or other compatible devices remotely.

You’ll typically find stable releases available for versions like Ubuntu 20.04 LTS and newer, making it accessible for most modern Linux users.

⚡ Quick Answer

Install RustDesk on Ubuntu Linux by opening a terminal and running `sudo apt update`, `wget https://github.com/rustdesk/rustdesk/releases/download/1.1.9/rustdesk-1.1.9.deb`, and `sudo apt install ./rustdesk-1.1.9.deb`. Alternatively, download the .deb file and install it via your file manager.

How to install RustDesk remote desktop support tool on Ubuntu Linux

Installing RustDesk on Ubuntu Linux is straightforward using terminal commands to quickly set up this free, open-source remote desktop tool.

Below is how to install it on Ubuntu Linux.

To install RustDesk on Ubuntu Linux, run the commands below.

🐧Bash / Shell
sudo apt update
wget https://github.com/rustdesk/rustdesk/releases/download/1.1.9/rustdesk-1.1.9.deb
sudo apt install ./rustdesk-1.1.9.deb

Alternatively, you can download the RustDesk Deb file from the link below. To install it, right-click the file on your Ubuntu desktop and choose Install.

Once installed, open the Activities panel and search for and select RustDesk on the dashboard.

RustDesk icon on Ubuntu Linux desktop
ubuntu linux rustdesk icon

When the app opens, type in the remote ID of the machine you wish to connect to, then click the Connect button.

RustDesk dashboard interface on Ubuntu Linux
rustdesk ubuntu linux dashbaord

If you want to allow a remote connection to your machine, provide the remote client your ID and password to let them connect to your computer.

Windows client

Windows users can easily install RustDesk by downloading it from the official website, and it works without needing special admin rights.

As mentioned above, RustDesk can be installed on Windows without administrative privileges.

Any standard account should be able to install and use it without any issues.

If you still can’t install or don’t want to install anything, use RustDesk web to connect to a remote computer.

Type in the remote ID and connect.

You will see a prompt to Accept or Dismiss when a connection comes in.

Accept or dismiss connection prompt in RustDesk on Ubuntu
rustdesk ubuntu linux accept dismiss connection

That should do it!

Conclusion:

  • RustDesk is a versatile and user-friendly remote desktop tool for accessing and controlling devices from anywhere at any time
  • The installation process on Ubuntu Linux is straightforward, and with the Windows client, it can be used without administrative privileges
  • RustDesk’s end-to-end encryption and easy remote connection make it a reliable choice for secure and efficient remote support
  • For those who prefer not to install anything, RustDesk web offers a convenient solution for connecting to remote computers
  • Users can contribute feedback or suggestions via the comment section for further enhancements and improvements

Was this guide helpful?

Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

📚 Related Tutorials

How to Install Ubuntu Linux
Ubuntu Linux How to Install Ubuntu Linux
How to Install GNOME Desktop on Ubuntu 24.04
Ubuntu Linux How to Install GNOME Desktop on Ubuntu 24.04
How to Install KDE Desktop on Ubuntu 24.04
Ubuntu Linux How to Install KDE Desktop on Ubuntu 24.04
How to Add or Remove Remote Desktop Users in Windows 11
Windows How to Add or Remove Remote Desktop Users in Windows 11

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *