当前位置:网站首页>Rustdesk builds its own remote desktop relay server
Rustdesk builds its own remote desktop relay server
2022-07-06 05:36:00 【Magic lion】
Application background
Now many commercial remote software either charges , Or there are more or less problems . Therefore, there is an urgent need for a customized and convenient remote desktop software to replace them ,rustdesk It is such an open source project
Dry goods download link
github Address :https://github.com/rustdesk/rustdesk
You can download and compile by yourself , Or modify it according to your own needs .
release You can download and release binaries directly
server Terminal Download :https://rustdesk.com/zh/server/
You can set up a transit server by yourself , The same is release download
Build your own rustdesk Transit servers
Server installation
Download Server , Copy files to your own ECS ( Here to linux For example )
Execute the command line in the uploaded directory ,ip Change to ECS Intranet IP. After executing the command, the public key file will be written out in the current directory , It's usually id_ed25519.pub Download the file , Open Notepad to get the public key .
nohup ./hbbs -r ip
nohup ./hbbr
Configure firewall , Open ports
tcp:21115-21119
udp:21116
Client configuration
In the following configuration methods , You can choose any configuration when it is not installed . Configure the second type after installation .
1、exe rename
hold rustdesk.exe It is amended as follows rustdesk-host=<host-ip-or-name>,key=<public-key-string>.exe, for example :rustdesk-host=192.168.1.137,key=xfdsfsd32=32.exe
Then you can run 
2、 Fill in the server and public key in the intermediate server configuration .

Happy use
Enter the control code to initiate remote or file transfer
边栏推荐
- 27io stream, byte output stream, OutputStream writes data to file
- C进阶-数据的存储(上)
- 移植InfoNES到STM32
- P2802 回家
- Modbus协议通信异常
- Application Security Series 37: log injection
- [SQL Server Express Way] - authentification et création et gestion de comptes utilisateurs
- 自建DNS服务器,客户端打开网页慢,解决办法
- 02. Develop data storage of blog project
- 29io stream, byte output stream continue write line feed
猜你喜欢
![[effective Objective-C] - memory management](/img/1e/611aa998486bbac76ac103c3091794.jpg)
[effective Objective-C] - memory management

What is independent IP and how about independent IP host?

B站刘二大人-数据集及数据加载 Lecture 8

(column 22) typical column questions of C language: delete the specified letters in the string.

B站刘二大人-Softmx分类器及MNIST实现-Lecture 9

数字经济破浪而来 ,LTD是权益独立的Web3.0网站?

什么是独立IP,独立IP主机怎么样?

ARTS Week 25

Game push image / table /cv/nlp, multi-threaded start

注释、接续、转义等符号
随机推荐
Easy to understand IIC protocol explanation
02. 开发博客项目之数据存储
[Tang Laoshi] C -- encapsulation: classes and objects
01. Project introduction of blog development project
Anti shake and throttling are easy to understand
Quantitative description of ANC noise reduction
ARTS Week 25
B站刘二大人-数据集及数据加载 Lecture 8
Solution of QT TCP packet sticking
SQLite queries the maximum value and returns the whole row of data
自建DNS服务器,客户端打开网页慢,解决办法
Algorithm -- climbing stairs (kotlin)
Improve jpopup to realize dynamic control disable
Pix2pix: image to image conversion using conditional countermeasure networks
Text classification still stays at Bert? The dual contrast learning framework is too strong
First acquaintance with CDN
59. Spiral matrix
网站进行服务器迁移前应做好哪些准备?
UCF(暑期团队赛二)
【SQL server速成之路】——身份驗證及建立和管理用戶賬戶