RustDesk the alternative to TeamViewer and AnyDesk for Windows, Linux and Mac

by time news

2023-07-11 08:00:01

RustDesk is a free and open source desktop application that allows remote access over the Internet to other devices. It is designed to be easy to use, secure, and reliable, and is especially popular with users who want to provide remote technical support, access their computers remotely, or collaborate on projects.

One of RustDesk’s distinctive features is that it is written in the Rust programming language, known for its focus on security and performance. This provides a solid foundation for application development and ensures that it is efficient and resilient to common security vulnerabilities.

RustDesk offers an intuitive user experience, with a clean and simple interface. It allows users to establish remote connections over the Internet using networking technology such as NAT traversal and Universal Plug and Play (UPnP). In addition, it supports end-to-end encryption based on the NaCl encryption library to ensure the privacy and security of connections.

The app is cross-platform and available for Windows, macOS, and Linux, allowing users to seamlessly connect and control different operating systems. In addition, it offers convenient features like real-time chat, file transfer, and automatic reboot and reconnection capabilities.

Being an open source project, RustDesk encourages community participation and allows developers to contribute, improve, and customize the app to suit their needs. This has led to a rapid evolution and improvement of the application over time.

Remote Desktop Service is a popular and widely used remote access protocol that provides an efficient and easy-to-use way for users to connect to their devices. It is particularly valuable to help desk and IT support teams in troubleshooting user devices that are not physically accessible.

Written in the programming language Rust , RustDesk is a free and open source desktop software application that just works out of the box with no configuration required. It allows you to easily access and control your desktop PC and Android devices from anywhere at any time.

Rust Desk Features

Take a look, Rustdesk offers the following key features:

great performance : Rustdesk is fast and lightweight, making it a reliable remote desktop application.
End-to-end encryption : Rustdesk provides end-to-end encryption, ensuring your data is safe and secure.
Multiplataform : Rustdesk works on multiple platforms, including macOS, Windows, Linux, Android, and iOS. You can also use the web to connect to a remote device.
File transfer and TCP tunneling – Rustdesk’s file manager allows you to easily transfer files between your current device and the remote client. You can also set up TCP tunnels with Rustdesk.
Modality self-hosted: Rustdesk allows users to create their own server to initiate connections. This improves security and provides more data privacy.

How to Install RustDesk on Linux

For Windows and Mac users, Go to their website and download it.

For almost any Linux distro go to:

Now let’s change gears and instalemos RustDesk . For demonstration purposes, we will run Ubuntu 20.04 .

The easiest way to install Rustdesk is by running the executable binary for your Linux distribution.

For Ubuntu, let’s first update the package lists

$ sudo apt update

RustDesk binaries are hosted on GitHub and, at the time of writing this guide, the latest version is v1.1.7 . In our case, we will download the file .deb using the wget command as follows.

The version number of the binary will probably have changed by the time you read this guide, so take note and update the command accordingly.

[ Para Debian y Ubuntu ]

$ wget /download/1.1.9/rustdesk-1.1.9.deb

[ Para distros basadas en RHEL, como Fedora, CentOS, AlmaLinux, RockyLinux, etc)
yum -y install /download/1.1.9/rustdesk-1.1.9-fedora28-centos8.rpm

A continuación, ejecute el archivo binario como se muestra.

        [ En Debian y Ubuntu ]
$ sudo apt install ./rustdesk-1.1.9.deb -y

The installation takes up approximately 1 GB on your hard drive and will take just a few minutes.

Once installed, you can start Rustdesk from the command line as follows.

$ rustdesk

Run Rustdesk on Linux

Alternatively, you can launch it from the application manager by searching for it as shown.

Rustdesk: connect to a remote desktop PC on Ubuntu

As a prerequisite, you must have RustDesk installed on two devices: your local device and the remote device. In our configuration, we install RustDesk in Ubuntu 20.04 which is our local device, and Linux Mint 20 which is the remote device.

Just like Teamviewer, enter the connection ID of the remote device on your local PC as shown and click ‘ To connect ‘.

Rustdesk Connect Linux Remote Desktop

Next, provide the password for the remote device and click ” Accept “.

Remote Linux Desktop Password

Thereafter, the local PC will initiate a connection with the remote device. This will take you to the remote PC as you can see.

Rustdesk: remote access to linux desktop

RustDesk is a great alternative to popular remote desktop applications like TeamViewer y AnyDesk . As you have seen, it is easy to install and use to start a remote connection.

#RustDesk #alternative #TeamViewer #AnyDesk #Windows #Linux #Mac

You may also like

Leave a Comment