diff --git a/FAQ.md b/FAQ.md index 2ad6179..cb764ab 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1347,12 +1347,14 @@ 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:///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. +BTW, WebSockets ≠ web client. They are two entirely different things. WebSockets is a technology that works in both native and web clients. + +We mentioned a web client requiring a higher plan on the pricing page before, but then everyone emailed us asking about what a web client is. So we removed it from the pricing page. + Failure case: > User: “Failed to connect to relay server, wss://[my-server-ip]:21119.”