From 3e96df4aa043640aa45e3865361bce76a9dabd38 Mon Sep 17 00:00:00 2001 From: Gaetan Date: Fri, 22 Nov 2024 14:43:42 +0100 Subject: [PATCH 1/2] Update _index.en.md --- .../rustdesk-server-oss/Docker/_index.en.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/content/self-host/rustdesk-server-oss/Docker/_index.en.md b/content/self-host/rustdesk-server-oss/Docker/_index.en.md index 1dcd1cd..6d7dd83 100644 --- a/content/self-host/rustdesk-server-oss/Docker/_index.en.md +++ b/content/self-host/rustdesk-server-oss/Docker/_index.en.md @@ -8,10 +8,17 @@ weight: 7 #### Requirements You need to have Docker/Podman installed to run a rustdesk-server as a Docker container. If in doubt, install Docker with this [guide](https://docs.docker.com/engine/install) to ensure it's the most up to date! -By default, `hbbs` listens on 21114 (TCP, for web console, only available in Pro version), 21115 (TCP), 21116 (TCP/UDP) and 21118 (TCP), `hbbr` listens on 21117 (TCP) and 21119 (TCP). Be sure to open these ports in the firewall. **Please note that 21116 should be enabled both for TCP and UDP.** 21115 is used for the NAT type test, 21116/UDP is used for the ID registration and heartbeat service, 21116/TCP is used for TCP hole punching and connection service, 21117 is used for the Relay services, and 21118 and 21119 are used to support web clients. *If you do not need web client (21118, 21119) support, the corresponding ports can be disabled.* +Be sure to open these ports in the firewall: +- `hbbs`: + - `21114` (TCP): used for web console, only available in Pro version. + - `21115` (TCP): used for the NAT type test. + - `21116` (TCP/UDP): **Please note that 21116 should be enabled both for TCP and UDP.** 21116/UDP is used for the ID registration and heartbeat service. 21116/TCP is used for TCP hole punching and connection service. + - `21118` (TCP): used to support web clients. +- `hbbr`: + - `21117` (TCP): used for the Relay services. + - `21119` (TCP): used to support web clients. -- TCP (**21114, 21115, 21116, 21117, 21118, 21119**) -- UDP (**21116**) +*If you do not need web client support, the corresponding ports 21118, 21119 can be disabled.* #### Docker examples From 49778151f28a66fa9a23b7defe7f93873e8986cb Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Fri, 22 Nov 2024 21:50:04 +0800 Subject: [PATCH 2/2] Update _index.en.md --- content/self-host/rustdesk-server-oss/Docker/_index.en.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/self-host/rustdesk-server-oss/Docker/_index.en.md b/content/self-host/rustdesk-server-oss/Docker/_index.en.md index 6d7dd83..f0ee05e 100644 --- a/content/self-host/rustdesk-server-oss/Docker/_index.en.md +++ b/content/self-host/rustdesk-server-oss/Docker/_index.en.md @@ -10,15 +10,15 @@ You need to have Docker/Podman installed to run a rustdesk-server as a Docker co Be sure to open these ports in the firewall: - `hbbs`: - - `21114` (TCP): used for web console, only available in Pro version. + - `21114` (TCP): used for web console, only available in `Pro` version. - `21115` (TCP): used for the NAT type test. - - `21116` (TCP/UDP): **Please note that 21116 should be enabled both for TCP and UDP.** 21116/UDP is used for the ID registration and heartbeat service. 21116/TCP is used for TCP hole punching and connection service. + - `21116` (TCP/UDP): **Please note that `21116` should be enabled both for TCP and UDP.** `21116/UDP` is used for the ID registration and heartbeat service. `21116/TCP` is used for TCP hole punching and connection service. - `21118` (TCP): used to support web clients. - `hbbr`: - `21117` (TCP): used for the Relay services. - `21119` (TCP): used to support web clients. -*If you do not need web client support, the corresponding ports 21118, 21119 can be disabled.* +*If you do not need web client support, the corresponding ports `21118`, `21119` can be disabled.* #### Docker examples