|
@@ -63,6 +63,22 @@ popd
|
|
|
|
|
|
**服务端:**
|
|
|
|
|
|
+* hbbs- RustDesk ID/Rendezvous 服务器
|
|
|
+
|
|
|
+* hbbr- RustDesk 中继服务器
|
|
|
+
|
|
|
+开放端口:
|
|
|
+TCP(21115、21116、21117、21118、21119)
|
|
|
+
|
|
|
+UDP ( 21116 )
|
|
|
+
|
|
|
+其中hbbs侦听 21115 (TCP)、21116 (TCP/UDP) 和 21118 (TCP),hbbr侦听 21117 (TCP) 和 21119 (TCP)
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+服务器配置: 2核4G内内存
|
|
|
+
|
|
|
+
|
|
|
https://github.com/rustdesk/rustdesk-server/releases/latest
|
|
|
|
|
|
https://rustdesk.com/docs/en/self-host/rustdesk-server-oss/install/
|
|
@@ -116,4 +132,18 @@ services:
|
|
|
network_mode: "host"
|
|
|
restart: unless-stopped
|
|
|
|
|
|
-```
|
|
|
+```
|
|
|
+
|
|
|
+启动服务:
|
|
|
+
|
|
|
+```
|
|
|
+docker compser -d up
|
|
|
+
|
|
|
+# 查询key并记录
|
|
|
+cat ·/data/id_xx.pub
|
|
|
+
|
|
|
+docker logs -f hbbs
|
|
|
+
|
|
|
+```
|
|
|
+
|
|
|
+然后在客户端配置服务器地址和Key
|