Skip to content
Follow
Ubuntu Linux

How to Install RustDesk on Ubuntu Linux

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

RustDesk is a free remote desktop application that lets you control your Ubuntu computer from another device. Similar to TeamViewer or AnyDesk, the software connects to remote machines while keeping your data private by letting you host your own connection server.

Advertisement

Stable versions run smoothly on Ubuntu 20.04 LTS and newer releases. Getting the program running takes just a few clicks after 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.

Advertisement

How to install RustDesk remote desktop support tool on Ubuntu Linux

You can install RustDesk Ubuntu through your terminal using a few quick commands to download and set up the remote desktop tool. Run the update command, grab the installation package with wget, and use apt install to finish the setup process on your computer.

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.

Advertisement

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

You can download the Windows client directly from the official RustDesk website without needing administrator permissions. Standard user accounts can run the installation file and set up remote access right away without changing system settings or entering an admin password.

Advertisement

https://rustdesk.com/

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

Standard accounts handle deployment and operation without friction.

If you cannot install software or prefer not to, use the web version at http://web.rustdesk.com/ to connect.

Advertisement

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.

Advertisement

📚 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 Install ClamAV Antivirus on Ubuntu Linux
Ubuntu Linux How to Install ClamAV Antivirus on 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 *