Updated FAQ (markdown)

21pages
2026-08-25 11:45:03 +08:00
parent be35116e7a
commit 7be10394ae

11
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 <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.