RustDesk自建远程服务器

目录

服务端

环境linux

安装

开放端口

客户端配置

下载客户端

安装后配置网络


参考:RustDesk自建远程服务器_rustdesk自建服务器-CSDN博客

服务端

环境

linux

安装

下载

复制代码
wget https://github.com/rustdesk/rustdesk-server/releases/download/1.1.8-2/rustdesk-server-linux-amd64.zip

解压

复制代码
unzip rustdesk-server-linux-amd64.zip

重命名解压后文件(方便管理)

复制代码
mv amd64 RustDesk

hbbr 和 hbbs 程序配置为systemd服务

root@huaweiyun RustDesk\]# vi /etc/systemd/system/hbbs.service [Unit] Description=HBBS Server After=network.target [Service] ExecStart=/root/rustdesk/RustDesk/hbbs WorkingDirectory=/root/rustdesk/RustDesk/ User=root Group=root Restart=always [Install] WantedBy=multi-user.target \[root@huaweiyun RustDesk\]# vi /etc/systemd/system/hbbr.service [Unit] Description=HBBR Server After=network.target [Service] ExecStart=/root/rustdesk/RustDesk/hbbr WorkingDirectory=/root/rustdesk/RustDesk/ User=root Group=root Restart=always [Install] WantedBy=multi-user.target 重新加载 systemd 配置 sudo systemctl daemon-reload 启动服务 systemctl start hbbr systemctl start hbbs 开机自启 systemctl enable hbbr systemctl enable hbbs ###Key### [root@huaweiyun RustDesk]# cat id_ed25519.pub KtYweq17a2dsdasdK2erwq2oVwQ= #### 开放端口 * TCP: 21115, 21116, 21117, 21118, 21119 * UDP: 21116 **注意:如果只开放21116端口,客户端会提示:rustdesk未就绪,请检查网络连接** **连接其他客户端,提示:ID不存在** ### 客户端配置 #### 下载客户端 [RustDesk 客户端 Github 发布地址](https://github.com/rustdesk/rustdesk/releases "RustDesk 客户端 Github 发布地址") #### 安装后配置网络 ![](https://i-blog.csdnimg.cn/direct/d838d487123b4db0a9724349fb993674.png)

相关推荐
尤达c26 分钟前
Jenkins on Mesos 高可用高并发部署
运维·ci/cd·devops
落笔画忧愁e4 小时前
扣子Coze飞书多维表插件添加数据记录
java·服务器·飞书
GuokLiu6 小时前
250708-Debian系统安装Edge浏览器并配置最小中文输入法
运维·edge·debian
Code Warrior6 小时前
【Linux】基础开发工具(3)
linux·服务器
guygg887 小时前
ubuntu手动编译VTK9.3 Generating qmltypes file 失败
linux·运维·ubuntu
先做个垃圾出来………8 小时前
自动化一次通过率
运维·自动化
夕泠爱吃糖9 小时前
Linux中的静态库和动态库
linux·运维·服务器
Vic101019 小时前
Java 开发笔记:多线程查询逻辑的抽象与优化
java·服务器·笔记
比奥利奥还傲.10 小时前
Linux运维安全新范式:基于TCPIP与SSH密钥的无密码认证实战
linux·运维·安全
moppol10 小时前
探索下一代云存储技术:对象存储、文件存储与块存储的区别与选择
服务器