diff --git a/content/self-host/client-configuration/_index.en.md b/content/self-host/client-configuration/_index.en.md index a42cef5..80954e5 100644 --- a/content/self-host/client-configuration/_index.en.md +++ b/content/self-host/client-configuration/_index.en.md @@ -75,46 +75,15 @@ You can fix the Password is required and use a reverse Base64 string in the form You can also use the steps from [above](https://rustdesk.com/docs/en/self-host/client-configuration/#setup-using-import-or-export) to export the string, remove any `=` at the start or end of the string. Restart RustDesk Client if settings don't show. -### 5. Put config in rustdesk.exe file name (Windows only) - -Change `rustdesk.exe` to rustdesk-`host=,key=`.exe, e.g. rustdesk-`host=192.168.1.137,key=xfdsfsd32=32`.exe. You can see the config result in the About Window below. - -As a `Pro` user you will be able to retrieve the whole encrypted string from the [web console](https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/console/) then download and rename the RustDesk Client exe, you can upload this somewhere easy for your customers to use. +### 5, Import config from `Pro` via clipboard ![](/docs/en/self-host/rustdesk-server-pro/console/images/console-home.png?v2) - -{{% notice note %}} -You need to set both `host` and `key`, missing either one will not work. - -Optionally add a `,` (comma) character after the key, before the `.exe` part as a delimiter, to avoid the key being mangled if Windows or the browser renames the file when downloading duplicated names, e.g. `host=,key=,.exe`. - -If there are invalid characters in the key which can not be used in a Windows file name, please remove the -`id_ed25519` file from your server and restart `hbbs`/`hbbr`. This will cause the `id_ed25519.pub` file to regenerate. You may need to -repeat this process until you get valid characters. -{{% /notice %}} - -#### Embrase config string with `--` in the name - -Example: `rustdesk--{config-string}--.exe` - -{{% notice note %}} -Please do not use `-licensed-` together with `--`, e.g. `rustdesk-licensed-{config-string}--.exe` does not work in version 1.2.3. We will fix it in version 1.2.4. -{{% /notice %}} - -We have noticed that in some cases, when double downloaded, something like `copy (1)` is added to the end of the file name, and this ruins the config. - -By adding `--` at the end right after our config string, even if something is added to the file name, it won't corrupt the config string, and RustDesk will correctly retrieve it. - -### 6, Import config from `Pro` via clipboard - https://github.com/rustdesk/rustdesk-server-pro/discussions/372#discussioncomment-10473298 -### 7. [Hardcoding Custom Settings](https://rustdesk.com/docs/en/self-host/client-configuration/hardcode-settings/) +### 6. [Hardcoding Custom Settings](https://rustdesk.com/docs/en/self-host/client-configuration/hardcode-settings/) -### 8. Use command line `--config` +### 7. Use command line `--config` `rustdesk.exe --config ` You can get the config string from web console (you can see it on above picture) or from RustDesk client "Settings → Network" ([here](https://github.com/rustdesk/rustdesk/discussions/7118) is a discussion about this). - -### 9. [Advanced Settings](https://rustdesk.com/docs/en/self-host/client-configuration/advanced-settings/)