RustDesk部署的笔记

RustDesk部署的笔记
SunwayRustDesk部署笔记
自建 Server
搭建中转服务器
一些有用的链接:
1 | https://github.com/infiniteremote/installer/blob/main/install.sh |
搭建api server
api server是高级版的功能,但是我们可以通过自建api server实现设备id同步等部分操作。推荐使用:
1 | https://github.com/kingmo888/rustdesk-api-server |
1 | https://github.com/sctg-development/sctgdesk-server |
这个是带web console的用户名和密码分别是admin和Hello,world!
1 | https://github.com/lantongxue/rustdesk-api-server |
1 | https://github.com/v5star/rustdesk-api |
更多的实现,可以去Github 搜一搜 https://github.getafreenode.com/topics/rustdesk-api-server
客户端自定义部署
基于Github Action
参考官方
对于arm版本的自动化构建,Github Action暂时不提供arm64的runner
基于配置文件和命令行
RustDesk的配置文件,windows为”%appdata%\RustDesk\config\RustDesk2.toml”linux则为~/.config/rustdesk/RustDesk2.toml,下面是一个完整的配置文件示例:
1 | rendezvous_server = 'rustdesk.xxxx.tech:21116' |
这样可以结合命令行参数和配置文件进行rustdesk的自动化配置,然后通过–import-config导入配置。对于key配置项,需要服务器也开启key认证。
可以通过
1 | rustdesk://connection/new/{{agent.rustdeskid}}?password={{agent.rustdeskpwd}} |
这样的私有协议在web上进行rustdesk的唤起连接。
评论
匿名评论隐私政策
✅ 你无需删除空行,直接评论以获取最佳展示效果