diff --git a/FAQ.md b/FAQ.md index c7fa50a..e79f27e 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1257,26 +1257,6 @@ Yes, https://github.com/rustdesk/rustdesk-server-pro/discussions/911#discussionc The license can only be used on one machine, but you can migrate it to another machine if current machine gets down, https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/license/#invoices-license-retrieval-and-migration -# How can we set up a client with a fixed password for unattended remote access? - -- Method 1 - -![image](https://github.com/user-attachments/assets/3ab16446-6d94-4fbb-851b-d2292ef4cf20) - -- 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) - - -# Unattended access - -You can get unattended access after you set permanent password on the controlled side or preset password on custom client, or set password from command line `rustdesk.exe --password `. - -![image](https://github.com/user-attachments/assets/9b1c58b5-f565-49d0-9143-34d09f51708d) -![image](https://github.com/user-attachments/assets/d4dbc318-148e-4170-b2d4-d50383f136c3) - # Reset password/email verification / 2fa verification in Pro of web console https://github.com/rustdesk/rustdesk-server-pro/discussions/183 @@ -1305,6 +1285,23 @@ https://rustdesk.com/docs/en/self-host/client-configuration/advanced-settings/#p https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/console/#assign-device-usersgroupsstrategiesdevicegroup-to-devices +# How can we set up a client with a fixed password for unattended remote access? + +- Method 1 + +![image](https://github.com/user-attachments/assets/3ab16446-6d94-4fbb-851b-d2292ef4cf20) + +- 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) + +- 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.