Another remote desktop software that features complete control. Unlike TeamViewer and AnyDesk, there are not only client-side desktop software programs, but also server-side programs so you can set up your own cloud servers and relays. It’s free for personal and commercial use, with no restrictions.

rustdesk.com

www.v2ex.com/t/712086

Main features:

  1. Custom picture quality
  2. Encryption direct connection, first try to hole direct connection, not by the server forward
  3. Built-in file transfer and TCP tunnel functions
  4. Supports self-built trunk servers

How do I build a trunk

1: downloads the server software program

Download the server program at the following link.

Gitee.com/rustdesk/ru…

There are two executables:

  • HBBS – RustDesk ID Registration server
  • HBBR – RustDesk relay server

Built on Centos7, tested on centos 7/8, Ubuntu 18/20.

2: Run HBBS and HBBR on the server

Run HBBS/HBBR (Centos or Ubuntu) on the server.

You need to run HBBR first, with no arguments. Then run HBBS:

HBBS -r < address of host where HBBR runs >Copy the code

By default, HBBS listens on 21115(TCP) and 21116(TCP/UDP), and HBBR listens on 21117(TCP). Be sure to enable these ports on the firewall.

If you want to select your own port, use the “-h” option to see help.

3: Sets the HBBS/HBBR address on the client

Click the menu button below to the right of ID and select “ID/ Relay Server”.

Enter the HBBS host or IP address in the ID server input box and the HBBR host or IP address in the trunk server input box.

Such as:

hbbs.yourhost.com
hbbr.yourhost.com
Copy the code

or

hbbs.yourhost.com:21116
hbbr.yourhost.com:21117
Copy the code