当前位置:网站首页>RustDesk 搭建一个自己的远程桌面中继服务器
RustDesk 搭建一个自己的远程桌面中继服务器
2022-07-06 05:31:00 【魔法狮子】
应用背景
现在很多商业远程软件要么收费,要么有或多或少的问题。因此急需一个可以自定义且方便快捷的远程桌面软件代替他们,rustdesk就是这样一个开源项目
干货下载链接
github地址:https://github.com/rustdesk/rustdesk
可以自行下载编译,或者按照自己的需求修改。
release 可直接下载发布二进制
server端下载:https://rustdesk.com/zh/server/
可以自行搭建中转服务器,同样是release 下载
搭建自己的rustdesk中转服务器
服务端安装
下载服务端,将文件复制到自己的云服务器(此处以linux为例)
在上传的目录执行命令行,ip换为云服务器的内网IP。执行完命令后会在当前目录写出公钥文件,一般为id_ed25519.pub下载该文件,记事本打开即可得到公钥。
nohup ./hbbs -r ip
nohup ./hbbr
配置防火墙,开放端口
tcp:21115-21119
udp:21116
客户端配置
以下配置方法中,未安装时可以任意选择一种配置。安装后配置第二种。
1、exe重命名
把rustdesk.exe
修改为rustdesk-host=<host-ip-or-name>,key=<public-key-string>
.exe, 例如:rustdesk-host=192.168.1.137,key=xfdsfsd32=32
.exe
之后即可运行
2、在中级服务器配置处填写服务器以及公钥即可。
愉快使用
输入控制码即可发起远程或文件传输
边栏推荐
- Fluent implements a loadingbutton with loading animation
- HAC cluster modifying administrator user password
- 【云原生】3.1 Kubernetes平台安装KubeSpher
- 2022 half year summary
- Summary of deep learning tuning tricks
- Rce code and Command Execution Vulnerability
- [QNX Hypervisor 2.2用户手册]6.3.3 使用共享内存(shmem)虚拟设备
- 初识CDN
- Excel转换为Lua的配置文件
- Deep learning -yolov5 introduction to actual combat click data set training
猜你喜欢
02. 开发博客项目之数据存储
The ECU of 21 Audi q5l 45tfsi brushes is upgraded to master special adjustment, and the horsepower is safely and stably increased to 305 horsepower
In 2022, we must enter the big factory as soon as possible
ARTS Week 25
Imperial cms7.5 imitation "D9 download station" software application download website source code
Vulhub vulnerability recurrence 69_ Tiki Wiki
Easy to understand I2C protocol
Ora-01779: the column corresponding to the non key value saving table cannot be modified
05. Security of blog project
Easy to understand IIC protocol explanation
随机推荐
MySQL time processing
Mysql高级篇学习总结9:创建索引、删除索引、降序索引、隐藏索引
Game push: image / table /cv/nlp, multi-threaded start!
Sliding window problem review
The ECU of 21 Audi q5l 45tfsi brushes is upgraded to master special adjustment, and the horsepower is safely and stably increased to 305 horsepower
03. 开发博客项目之登录
Nacos TC setup of highly available Seata (02)
05. 博客项目之安全
改善Jpopup以实现动态控制disable
【云原生】3.1 Kubernetes平台安装KubeSpher
01. 开发博客项目之项目介绍
js Array 列表 实战使用总结
Vulhub vulnerability recurrence 73_ Webmin
Summary of redis basic knowledge points
Pointer classic written test questions
剑指 Offer II 039. 直方图最大矩形面积
2022 half year summary
【torch】|torch.nn.utils.clip_grad_norm_
Figure database ongdb release v-1.0.3
Golang -- TCP implements concurrency (server and client)