Skip to content
Follow
Ubuntu Linux

How to Install RustDesk on Ubuntu Linux

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

Installing RustDesk on Ubuntu Linux lets you control your computer from another device using a free remote desktop app. RustDesk works just like TeamViewer or AnyDesk, but puts privacy first by letting you host your own connection server.

Stable software versions run on Ubuntu 20.04 LTS and newer releases. Getting started takes just a few clicks once you download the correct package file.

⚡ 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

Prefer using the terminal? You can also install the software with a few quick commands. Follow these steps to get set up:

🐧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, grab the RustDesk Deb file from the link below. Right-click the file on your Ubuntu desktop and choose Install to handle it manually.

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

RustDesk icon on Ubuntu Linux desktop
ubuntu linux rustdesk icon

Type the remote ID of the machine you want to reach into the app, then click the Connect button.

RustDesk dashboard interface on Ubuntu Linux
rustdesk ubuntu linux dashbaord

Allowing a remote connection to your machine requires sharing your ID and password with the other person.

Windows client

Grab the installation package directly from the official RustDesk website (https://rustdesk.com/) to get started on Windows. Administrative privileges are unnecessary here, allowing any user to set things up rapidly.

https://rustdesk.com/

As mentioned above, RustDesk installs on Windows without administrative privileges.

Standard accounts handle deployment and operation without friction.

Blocked installations or personal preferences against local software call for using RustDesk web to connect to a remote computer.

Type in the remote ID and establish the connection.

Incoming connections trigger a prompt asking you to Accept or Dismiss the request.

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

That completes the setup process.

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 Allow Remote Access to MariaDB in Ubuntu Linux
Ubuntu Linux How to Allow Remote Access to MariaDB in Ubuntu Linux
How to Install WildFly on Ubuntu Linux
Ubuntu Linux How to Install WildFly on Ubuntu Linux
How to Install Chatwoot on Ubuntu Linux
Ubuntu Linux How to Install Chatwoot on Ubuntu Linux
Working with Sudo and Su Commands in Ubuntu Linux
Ubuntu Linux Working with Sudo and Su Commands in Ubuntu Linux

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

Leave a Comment

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