From 17491f8eab16c5407771793b0786c46576223722 Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Thu, 24 Jul 2025 22:11:48 +0800 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/FAQ.md b/FAQ.md index 863ea37..024dc37 100644 --- a/FAQ.md +++ b/FAQ.md @@ -736,18 +736,6 @@ https://github.com/rustdesk/rustdesk/discussions/6008#discussioncomment-7268951  https://rustdesk.com/docs/en/self-host/client-configuration/advanced-settings/#hide-tray -# 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) - # Set up http proxy https://github.com/rustdesk/rustdesk/wiki/Set-up-http-proxy-server @@ -960,9 +948,23 @@ This video tutorial https://www.youtube.com/watch?v=MclmfYR3frk also covers this # Migrate license to another machine 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.com --password `. +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)