{"id":1358,"date":"2021-12-16T12:21:44","date_gmt":"2021-12-16T09:21:44","guid":{"rendered":"https:\/\/files2.tojikon.net\/files-cloud\/2021\/08\/24\/how-to-use-rustdesk-on-linux\/https:\/\/files2.tojikon.net\/files-cloud\/2021\/08\/24\/how-to-use-rustdesk-on-linux\/"},"modified":"2021-12-16T12:21:44","modified_gmt":"2021-12-16T09:21:44","slug":"how-to-use-rustdesk-on-linux","status":"publish","type":"post","link":"https:\/\/tojikon.net\/en\/1358-how-to-use-rustdesk-on-linux\/","title":{"rendered":"How to use RustDesk on Linux"},"content":{"rendered":"<section id=\"related_posts\">\n<div class=\"block-head\">\n<h3>Related Articles<\/h3>\n<\/div>\n<\/section>\n<p>RustDesk is an excellent, open-source remote desktop application. It is similar to Teamviewer and Anydesk. However, it is better as it allows users to host their own connection server if they choose (it is not required, though). Here\u2019s how to use RustDesk on Linux.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignleft size-full wp-image-407061\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-rustdesk-on-linux.png\" alt=\"\" width=\"1200\" height=\"782\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-rustdesk-on-linux.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-rustdesk-on-linux-2.png 300w, https:\/\/www.addictivetips.com\/app\/uploads\/2021\/08\/rustdesk-1-1024x667.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-rustdesk-on-linux-3.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<h2>Installing RustDesk on Linux<\/h2>\n<p>Before using RustDesk to connect to remote computers, you\u2019ll first have to install the application on your Linux PC. To start the installation process, open up a terminal window on the Linux desktop.<\/p>\n<p>You can open up a terminal window on the Linux desktop by pressing\u00a0<strong>Ctrl + Alt + T<\/strong> on the keyboard. Or, search for \u201cTerminal\u201d in the app menu and launch it that way. Once the terminal window is open, follow along with the installation instructions below that correspond with the Linux OS you use.<\/p>\n<h4>Ubuntu<\/h4>\n<p>The RustDesk application supports the Ubuntu operating system officially on the website. However, you\u2019ll need to download the latest DEB package from the RustDesk GitHub page to start the installation.<\/p>\n<p>To start the download of the DEB package onto your computer, use the following <strong>wget<\/strong> command down below. The\u00a0<strong>wget<\/strong> command below will download the DEB package to your home folder.<\/p>\n<pre>\nwget https:\/\/github.com\/rustdesk\/rustdesk\/releases\/download\/1.1.6\/rustdesk-1.1.6-ubuntu16.deb\n<\/pre>\n<p>After downloading the DEB package to your computer using <strong>wget<\/strong>, the installation of RustDesk on Ubuntu can begin. Use the <strong>apt install<\/strong> command down below to set up the app.<\/p>\n<pre>\nsudo apt install .\/rustdesk-1.1.6-ubuntu16.deb\n<\/pre>\n<h4>Debian<\/h4>\n<p>To get RustDesk up and running on Debian, you\u2019ll have to download the DEB RustDesk package to your computer. Using the <strong>wget<\/strong> command down below, grab the latest DEB package.<\/p>\n<pre>\nwget https:\/\/github.com\/rustdesk\/rustdesk\/releases\/download\/1.1.6\/rustdesk-1.1.6.deb\n<\/pre>\n<p>After downloading the latest DEB release of RustDesk to your Debian Linux PC, you can start the installation process. Using the <strong>dpkg<\/strong> command, install the RustDesk DEB package to your computer.<\/p>\n<pre>\nsudo dpkg -i rustdesk-1.1.6.deb\n<\/pre>\n<p>Following the installation of RustDesk, you\u2019ll have to clean up the dependencies that may not have been fully installed with the package.<\/p>\n<pre>\nsudo apt-get install -f\n<\/pre>\n<h4>Arch Linux<\/h4>\n<p>RustDesk is not listed on the GitHub release page for the app, but it is in the Arch Linux AUR. So, if you want to get it working on your system, you will have to get it working with the Trizen AUR helper.<\/p>\n<p>Using the <strong>pacman<\/strong> command, set up the \u201cGit\u201d and \u201cBase-devel\u201d packages onto your system. These two packages are required to get the Trizen helper working.<\/p>\n<pre>\nsudo pacman -S base-devel git\n<\/pre>\n<p>With the two packages set up, enter the commands below in succession to get the Trizen helper working.<\/p>\n<pre>\ngit clone https:\/\/aur.archlinux.org\/trizen.git\ncd trizen\/\nmakepkg -sri\n<\/pre>\n<p>Finally, you\u2019ll be able to install the RustDesk application using the <strong>trizen -S<\/strong> command.<\/p>\n<pre>\ntrizen -S rustdesk-bin\n<\/pre>\n<h4>Fedora<\/h4>\n<p>Fedora is supported with RustDesk via an RPM package file on the official GitHub page. To get it working, use the following <strong>wget<\/strong> download command down below. It will place the RPM package file in your home folder.<\/p>\n<pre>\nwget https:\/\/github.com\/rustdesk\/rustdesk\/releases\/download\/1.1.6\/rustdesk-1.1.6-fedora28-centos8.rpm\n<\/pre>\n<p>When the download is complete, the installation can begin. From here, use the <strong>dnf install<\/strong> command below to install the program.<\/p>\n<pre>\nsudo dnf install rustdesk-1.1.6-fedora28-centos8.rpm\n<\/pre>\n<h4>OpenSUSE<\/h4>\n<p>RustDesk can be used on OpenSUSE because they distribute an RPM package file on the RustDesk GitHub page. To start the installation, use the <strong>wget<\/strong> downloader command down below to grab the RPM package file.<\/p>\n<pre>\nwget https:\/\/github.com\/rustdesk\/rustdesk\/releases\/download\/1.1.6\/rustdesk-1.1.6-fedora28-centos8.rpm\n<\/pre>\n<p>With the download complete, use the <strong>zypper install<\/strong> command to set up the RustDesk application on OpenSUSE.<\/p>\n<pre>\nsudo zypper install rustdesk-1.1.6-fedora28-centos8.rpm\n<\/pre>\n<h2>How to use RustDesk on Linux<\/h2>\n<p>To use RustDesk, open up the application on the desktop. Then, follow along with the step-by-step instructions down below.<\/p>\n<p><strong>Step 1:<\/strong> Ensure that the RustDesk app is installed on both the computer you wish to connect to, as well as the computer accessing it remotely.<\/p>\n<p>When the app is open on both machines, locate the ID code and password and share it with the other computer that wishes to connect to you.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignleft size-full wp-image-407062\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-rustdesk-on-linux-1.png\" alt=\"\" width=\"1200\" height=\"781\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-rustdesk-on-linux-1.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-rustdesk-on-linux-4.png 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-rustdesk-on-linux-5.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-rustdesk-on-linux-6.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<p><strong>Step 2:<\/strong> Paste the connect ID code into the text box. After you do that, click on the \u201cConnect\u201d button with the mouse. When you click on the \u201cConnect\u201d button, you\u2019ll be prompted to enter the connection password given to you by the other user.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignleft size-full wp-image-407061\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-rustdesk-on-linux.png\" alt=\"\" width=\"1200\" height=\"782\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-rustdesk-on-linux.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-rustdesk-on-linux-2.png 300w, https:\/\/www.addictivetips.com\/app\/uploads\/2021\/08\/rustdesk-1-1024x667.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-rustdesk-on-linux-3.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<p><strong>Step 3:<\/strong> When you enter your password, you\u2019ll be able to access the remote machine in RustDesk. From here, you\u2019ll have complete access to the remote desktop: keyboard access, mouse access, and even the clipboard.<\/p>\n<p>Need to end the remote connection in RustDesk? Find the red \u201cDisconnect\u201d button and select it with the mouse. When you choose this button, the RustDesk remote connection will end.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Related Articles RustDesk is an excellent, open-source remote desktop application. It is similar to Teamviewer and Anydesk. However, it is better as it allows users to host their own connection server if they choose (it is not required, though). Here\u2019s how to use RustDesk on Linux. Installing RustDesk on Linux Before using RustDesk to connect &hellip;<\/p>\n","protected":false},"author":1,"featured_media":1359,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[21],"tags":[33],"_links":{"self":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1358"}],"collection":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/comments?post=1358"}],"version-history":[{"count":0,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1358\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media\/1359"}],"wp:attachment":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media?parent=1358"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/categories?post=1358"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/tags?post=1358"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}