From 705202a73667736aaa62e8e661e80670870706fa Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Thu, 27 Feb 2025 01:34:21 +0800 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index b9c4356..9ef0e38 100644 --- a/FAQ.md +++ b/FAQ.md @@ -446,13 +446,15 @@ This is usually because your custom client was built before you set up `https`. Please go to custom clients of web console, modify `API` below to correct url, e.g. https://rustdesk.example.com (please remember to remove `:21114`), then rerun the build to get a new custom client with the new `API` value. If it is not custom client, please go to RustDesk client `Settings` -> `Network`, set correct `API` (the same as web console address). -![image](https://github.com/rustdesk/rustdesk/assets/71636191/2f16a17e-7ba4-4c6b-bbef-dbe72e582eb9) +![image](https://github.com/user-attachments/assets/d060bb34-0217-4598-adfb-d2cf4014e312) Here is a good example, https://github.com/rustdesk/rustdesk/discussions/8999 # Connection Log or device name on devices page of web console is empty Actually it is the same problem as above, [set correct `API` (the same as web console address)](https://github.com/rustdesk/rustdesk/wiki/FAQ#failed-to-log-in-with-custom-client-build-or-public-release-with-wrong-api-settings), you have wrong API settings. +![image](https://github.com/user-attachments/assets/d060bb34-0217-4598-adfb-d2cf4014e312) + Please confirm the [API address](https://github.com/rustdesk/rustdesk-server-pro/discussions/540#discussioncomment-12203843 ) again.