Updated FAQ (markdown)

RustDesk
2025-12-22 16:49:54 +08:00
parent 0550b82e6f
commit 1ec079b39d

2
FAQ.md

@@ -1347,6 +1347,8 @@ Solution: Please change scope from one to sub.
# Is web client integrated into RusetDesk server pro?
Yes, it is integrated, but it requires the $39.90/month plan or higher. Once the Pro server is installed, you can access the web client via `https://<your-server-pro-dns>/web`.
BTW, WebSockets ≠ web client. They are two entirely different things. WebSockets is a technology that works in both native and web clients.
For example, if your web console is `https://rustdesk.hello.com/static/index.html`, your web client will be `https://rustdesk.hello.com/web`.
To enable the self-hosted web client, you must configure your reverse proxy to support WebSocket Secure (WSS). Please follow [this](https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/faq/#8-add-websocket-secure-wss-support-for-the-id-server-and-relay-server-to-enable-secure-communication-for-all-platforms) to make the necessary changes.