From 689d086df49df4598f04a31433685988bcc02bf5 Mon Sep 17 00:00:00 2001 From: dinger1986 Date: Mon, 28 Aug 2023 21:32:32 +0100 Subject: [PATCH] Update _index.en.md --- .../self-host/client-configuration/_index.en.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/content/self-host/client-configuration/_index.en.md b/content/self-host/client-configuration/_index.en.md index 761641a..58ad5ff 100644 --- a/content/self-host/client-configuration/_index.en.md +++ b/content/self-host/client-configuration/_index.en.md @@ -15,3 +15,18 @@ In the main RustDesk Client home click on the 3 dots next to your ID then click ![image](/docs/en/self-host/client-configuration/images/network-config.png) +### Automatic Config + +The easiest way to setup automatically is using deployment scripts found [here](/docs/en/client/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. + + +### URL + +To ease integration with other systems you can call RustDesk using a URL, it should be in the following format + +`rustdesk://connection/new/agentid?password=agentpassword` + + +