Update _index.en.md

This commit is contained in:
Mr-Update 2023-08-31 21:56:30 +02:00 committed by GitHub
parent 51f6266d0a
commit 49ec3f1a44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,19 +32,18 @@ hbbs.example.com:21116
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" icon
4. Paste the copied string into notepad or similar
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"
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
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/)
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).