目录

RustDesk自建远程桌面服务教程

RustDesk自建远程桌面服务教程

原文: 有几家非要收钱,不收钱就慢得要死,自建一个自己用肯定就快了。

买服务器

首先去这里买一台服务器:https://acck.io/shop/ 五块钱一台。 然后去服务器装docker compose:https://www.dong-blog.fun/post/1980

cat docker-compose.yaml

services: hbbs: container_name: hbbs image: rustdesk/rustdesk-server-pro:latest command: hbbs volumes:

  • ./data:/root network_mode: “host” depends_on:
  • hbbr restart: unless-stopped environment:
  • KEY=mimaxxxxxxxxxx hbbr: container_name: hbbr image: rustdesk/rustdesk-server-pro:latest command: hbbr volumes:
  • ./data:/root network_mode: “host” restart: unless-stopped

启动

docker compose up -d

win客户端

下载客户端安装: 设置好服务器IP和key,key就是mimaxxxxxxxxxx ![外链图片转存失败,源站可能有防盗链机制,建议将图片保存下来直接上传](https://img- home.csdnimg.cn/images/20230724024159.png?origin_url=%2Fstatic%2Fimg%2F4ae2987698b9f3b5daad1ed4634df693.image.webp&pos_id=img-97N8tQak-1742032277197)

就可以输入对方ID访问了