diff --git a/content/self-host/client-configuration/_index.en.md b/content/self-host/client-configuration/_index.en.md index 63a3dd2..a42cef5 100644 --- a/content/self-host/client-configuration/_index.en.md +++ b/content/self-host/client-configuration/_index.en.md @@ -106,11 +106,15 @@ We have noticed that in some cases, when double downloaded, something like `copy 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. [Hardcoding Custom Settings](https://rustdesk.com/docs/en/self-host/client-configuration/hardcode-settings/) +### 6, Import config from `Pro` via clipboard -### 7. Use command line `--config` +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/) + +### 8. 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). -### 8. [Advanced Settings](https://rustdesk.com/docs/en/self-host/client-configuration/advanced-settings/) +### 9. [Advanced Settings](https://rustdesk.com/docs/en/self-host/client-configuration/advanced-settings/)