From c64f97fd8c3302d2f26e61fe11ab4107cc2fb6b2 Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Mon, 11 May 2026 10:32:21 +0800 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/FAQ.md b/FAQ.md index ddda514..ddf2bb4 100644 --- a/FAQ.md +++ b/FAQ.md @@ -539,6 +539,10 @@ The controlled side works fine with UDP `21116` port, but it can not connect to Please check `Setting` -> `Network` -> `Id/relay server` on rustdesk client, and the the screenshot of `Settigns` -> `Key` on the web console. Need to confirm they have the same key (public key). +# Failed to secure tcp: deadline has elapsed: Please try later + +If you run `hbbs -k ...`, make sure the the value of `-k` is the private key rather than the public key. + # Deploy RustDesk server in intranet. First you should set relay server with public ip (you need to fix NAT hairping problem to use public ip in intranet first) explicitly on "settings" -> "relay" of web console. Or you can set relay server (public ip) explcitly on controlled side (remote side, the device you want to control).