From 7be10394aec06dfbc5394d6ebc6c683240367e8a Mon Sep 17 00:00:00 2001 From: 21pages Date: Tue, 25 Aug 2026 11:45:03 +0800 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 570b9c1..a00f792 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1360,17 +1360,26 @@ https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/console/#assign-devic ![image](https://github.com/user-attachments/assets/3ab16446-6d94-4fbb-851b-d2292ef4cf20) +Please also make sure the following options are configured: + +* `Accept sessions via both` or `Accept sessions via password` +* `Use both passwords` or `Use permanent password` + - Method 2 You can preset password with custom client. We do not support password-less access yet, but you can share passwords easily with shared address books. If you want to disable random (one-time) password and hide popup, please follow [this](https://github.com/rustdesk/rustdesk/wiki/FAQ#hide-connection-popup). You can also set [advanced option](https://rustdesk.com/docs/en/self-host/client-configuration/advanced-settings/#verification-method) to disable random password. ![image](https://github.com/user-attachments/assets/f8234ce1-f09c-4b49-b98f-0d08165bb319) +You can preconfigure these options in Override Settings: + +* `approve-mode=password-click` or `approve-mode=password` +* `verification-method=use-both-passwords` or `verification-method=use-permanent-password` + - Method 3 You can also set password from command line `rustdesk.exe --password `. - # Easy access mode We do not have password-less easy access mode for the time being yet. But you can implement it via preset permanent password in custom client on controlled side.