From 5aa5629d142e2365642c40b8a0ff483be1eb79e5 Mon Sep 17 00:00:00 2001 From: Mr-Update <37781396+Mr-Update@users.noreply.github.com> Date: Tue, 5 Sep 2023 00:01:31 +0200 Subject: [PATCH] Update _index.en.md --- .../client-configuration/_index.en.md | 21 +++++++++---------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/content/self-host/client-configuration/_index.en.md b/content/self-host/client-configuration/_index.en.md index b4175b8..c8efd51 100644 --- a/content/self-host/client-configuration/_index.en.md +++ b/content/self-host/client-configuration/_index.en.md @@ -10,7 +10,7 @@ There are a number of ways to configure RustDesk clients to use your own self-ho ### Manual Config -In the main RustDesk Client home click on the 3 dots next to your ID then click on Network, you can now unlock the settings using elevated privileges and set your ID, Relay, API and Keys. +In the main RustDesk Client home click on the Menu button [ ⋮ ] next to your ID then click on Network, you can now unlock the settings using elevated privileges and set your ID, Relay, API and Keys. ![image](/docs/en/self-host/client-configuration/images/network-config.png) @@ -30,20 +30,20 @@ hbbs.example.com:21116 ### Setup Using Import or Export -1. Use the steps [above](/docs/en/self-host/client-configuration/#manual-config) to configure RustDesk Client on a Device -2. Using the above machine go to Settings then Network and unlock -3. Click on `Export Server Config` -4. Paste the copied string into Notepad or similar -5. Go to new client, copy the above to clipboard -6. Go to Settings then Network in RustDesk Client, unlock and click `Import Server Config` -7. It will automatically paste the settings in -8. Click `Apply` +1. Use the steps [above](/docs/en/self-host/client-configuration/#manual-config) to configure RustDesk Client on a Device. +2. Using the above machine go to Settings then Network and unlock. +3. Click on `Export Server Config`. +4. Paste the copied string into Notepad or similar. +5. Go to new client, copy the above to clipboard. +6. Go to Settings then Network in RustDesk Client, unlock and click `Import Server Config`. +7. It will automatically paste the settings in. +8. Click `Apply`. ### Automatic Config The easiest way to setup automatically is using deployment scripts found [here](https://rustdesk.com/docs/en/self-host/client-deployment/). -You can fix the Password is required and use a reverse base64 string in the format `{"host":"HOSTADDRESS","key":"HOSTKEY","api":"http://HOSTADDRESS:21114"}` to automatically configure the clients, this is available automatically with RustDesk Server Pro via the console. +You can fix the Password is required and use a reverse Base64 string in the format `{"host":"HOSTADDRESS","key":"HOSTKEY","api":"http://HOSTADDRESS:21114"}` to automatically configure the clients, this is available automatically with RustDesk Server Pro via the console. You can also use the steps from [above](/docs/en/self-host/client-configuration/#setup-using-import-or-export) to export the string then reverse it using [this site](https://string-functions.com/reverse.aspx). @@ -62,5 +62,4 @@ If there are invalid characters in the key which can not be used in a Windows fi repeat this process until you get valid characters. {{% /notice %}} - ### [Hardcoding](/docs/en/self-host/client-configuration/hardcode-settings/)