From 0de76ce26fd257077aa84801645ffd283619362a Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Sun, 5 May 2024 12:17:40 +0800 Subject: [PATCH] Update _index.en.md --- .../rustdesk-server-oss/synology/dsm-7/_index.en.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/content/self-host/rustdesk-server-oss/synology/dsm-7/_index.en.md b/content/self-host/rustdesk-server-oss/synology/dsm-7/_index.en.md index a4e8d1ca..ba60d014 100644 --- a/content/self-host/rustdesk-server-oss/synology/dsm-7/_index.en.md +++ b/content/self-host/rustdesk-server-oss/synology/dsm-7/_index.en.md @@ -61,10 +61,12 @@ services: # Because using docker host mode # Just in case you forgot the ports: -# 21115 TCP For NAT type test +# 21114 TCP for web console, only available in Pro version +# 21115 TCP for NAT type test # 21116 TCP TCP hole punching -# 21116 UDP Heartbeat/ID server -# 21117 TCP Relay +# 21116 UDP heartbeat/ID server +# 21117 TCP relay +# 21118/21119 TCP for web socket if you want to run web client ``` Please skip `Web portal settings` then done. @@ -103,7 +105,10 @@ Go to your router's admin webpage, find anything related to `Port forwarding`, i If you still can't find the setting, Google search `{Router brand} + port forwarding` or `{Router model} + port forwarding`. If this device is from your ISP, ask them. Open these required ports: + * `21114` TCP for web console, only available in Pro version * `21115` `TCP` For NAT type test * `21116` `TCP` TCP hole punching * `21116` `UDP` Heartbeat/ID server * `21117` `TCP` Relay + * `21118/21119` TCP for web socket if you want to run web client +