From 7d94a55b999dd7f3c72a9650974c986d078b9942 Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Sat, 6 Jul 2024 08:45:44 +0800 Subject: [PATCH] Update _index.en.md --- content/self-host/rustdesk-server-pro/_index.en.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/self-host/rustdesk-server-pro/_index.en.md b/content/self-host/rustdesk-server-pro/_index.en.md index 4d60204..27726a5 100644 --- a/content/self-host/rustdesk-server-pro/_index.en.md +++ b/content/self-host/rustdesk-server-pro/_index.en.md @@ -51,6 +51,10 @@ Almost the same as [the open source version](https://rustdesk.com/docs/en/self-h - `-k _` is set by default - `-r ` is not needed any more if the relay server runs on the same machine with hbbs, and you can set multiple relay servers in the web console +#### Docker Installation + +[Here](docs/en/self-host/rustdesk-server-pro/installscript/docker/) + #### Ports Required You need port 21114-21119 TCP and 21116 UDP open, please ensure these ports are setup when you set firewall rules and Docker port mapping. @@ -58,3 +62,7 @@ You need port 21114-21119 TCP and 21116 UDP open, please ensure these ports are {{% notice note %}} You should use a proxy like Nginx to deliver this over HTTPS requiring port 443 to be opened. {{% /notice %}} + +### Upgrade + +[Here](/docs/en/self-host/rustdesk-server-pro/faq/#there-is-a-new-version-of-rustdesk-server-pro-out-how-can-i-upgrade)