From 4a5032f3bd1670a7d5ece39193eb926ad230ca64 Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Fri, 20 Oct 2023 20:36:29 +0800 Subject: [PATCH] Update _index.en.md --- content/self-host/rustdesk-server-pro/FAQ/_index.en.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/self-host/rustdesk-server-pro/FAQ/_index.en.md b/content/self-host/rustdesk-server-pro/FAQ/_index.en.md index b4444b0..26d5320 100644 --- a/content/self-host/rustdesk-server-pro/FAQ/_index.en.md +++ b/content/self-host/rustdesk-server-pro/FAQ/_index.en.md @@ -142,3 +142,10 @@ cd C:\Temp Invoke-WebRequest "https://github.com/rustdesk/rustdesk/releases/download/1.2.2/rustdesk-1.2.2-x86_64.exe" -Outfile "rustdesk.exe" Start-Process .\rustdesk.exe --silent-install -wait ``` + +### `Key mismatch` error. +Please configure your client with correct key. https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/relay/ + +## `Failed to connect to relay server` error. +Please make sure `hbbr` is running. More inforamtion about `hbbr`, you can find here, https://rustdesk.com/docs/en/self-host/rustdesk-server-oss/install/. +If your `hbbr` does not run on the same machine of `hbbs`, or you have multiple relay servers, or you do not run it on default port `21117`, you have to tell it to `hbbs` explictly. please check here, https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/relay/