mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-09-09 22:11:02 +03:00
Updated FAQ (markdown)
11
FAQ.md
11
FAQ.md
@@ -1360,17 +1360,26 @@ https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/console/#assign-devic
|
||||
|
||||

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

|
||||
|
||||
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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user