From 7b412168ef7b7f361bcacddb556ffdc96972657c Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Fri, 16 May 2025 08:49:30 +0800 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/FAQ.md b/FAQ.md index 15710bd..c171df6 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1057,16 +1057,20 @@ There is an icon to indicate if it is encrypted, please hover mouse there, you w ![image](https://github.com/user-attachments/assets/5c07faba-fa5f-4af0-9858-b62ab32fa22b) - # How to make RustDesk work properly in restricted network with 80/443 only. +# How to make RustDesk work properly in restricted network with 80/443 only. There are two ways. -1. Set up http proxy: https://github.com/rustdesk/rustdesk/wiki/Set-up-http-proxy-server +## http proxy -2. Build a custom client with [WebSocket allowed](https://rustdesk.com/docs/en/self-host/client-configuration/advanced-settings/#allow-websocket), you also need to set up server correctly with [WebSocket support](https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/#6-set-up-websocket). If all your clients use WebSocket, you can close 21114-21119 UDP/TCP ports on firewall of self-host server, only open the 443 port. +Set up http proxy: https://github.com/rustdesk/rustdesk/wiki/Set-up-http-proxy-server + +## WebSocket + +Build a custom client with [WebSocket allowed](https://rustdesk.com/docs/en/self-host/client-configuration/advanced-settings/#allow-websocket), you also need to set up server correctly with [WebSocket support](https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/#6-set-up-websocket). If all your clients use WebSocket, you can close 21114-21119 UDP/TCP ports on firewall of self-host server, only open the 443 port. # Pracise of backup server - Follow https://github.com/rustdesk/rustdesk-server-pro/discussions/184 to backup files and sync database on backup server - Migrate license to backup server -- Change your dns ip to backup server +- Change your dns (or reverse proxy, cloudflare etc, since now the Pro can support WebSockets) to backup server