mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2024-12-29 10:29:48 +01:00
custom client in doc
This commit is contained in:
parent
316b2b8148
commit
aee1169c54
@ -8,7 +8,7 @@ pre: "<b>2.3. </b>"
|
||||
|
||||
Es gibt eine Reihe von Möglichkeiten, RustDesk-Clients so zu konfigurieren, dass sie Ihren eigenen, selbst gehosteten Server nutzen können. Einige davon werden im Folgenden beschrieben.
|
||||
|
||||
### 1. Manuelle Konfiguration
|
||||
### 2. Manuelle Konfiguration
|
||||
|
||||
Im Hauptmenü des RustDesk-Clients klicken Sie auf die Menü-Schaltfläche [ ⋮ ] neben Ihrer ID und dann auf Netzwerk. Sie können nun die Einstellungen mit erhöhten Rechten freischalten und Ihre ID, Relay, API und Schlüssel einstellen.
|
||||
|
||||
@ -43,7 +43,7 @@ Wenn Ihr API-Server z. B. auf dem Standard-HTTPS-Port läuft, geben Sie bitte `A
|
||||
|
||||
Wenn Sie den Wert des `API-Servers` immer noch nicht bestätigen können, gehen Sie bitte auf die Willkommenseite der Webkonsole, der `API-Server` ist im obigen Bild zu sehen (das Eingabefeld mit der Bezeichnung `API:`).
|
||||
|
||||
### 2. Mit Import oder Export einrichten
|
||||
### 3. Mit Import oder Export einrichten
|
||||
|
||||
1. Verwenden Sie die Schritte [oben](https://rustdesk.com/docs/de/self-host/client-configuration/#manuelle-konfiguration), um den RustDesk-Client auf einem Gerät zu konfigurieren.
|
||||
2. Gehen Sie für das oben genannte Gerät zu Einstellungen, dann zu Netzwerk und entsperren.
|
||||
@ -54,7 +54,7 @@ Wenn Sie den Wert des `API-Servers` immer noch nicht bestätigen können, gehen
|
||||
7. Die Einstellungen werden dann automatisch eingefügt.
|
||||
8. Klicken Sie auf `Anwenden`.
|
||||
|
||||
### 3. Automatische Konfiguration
|
||||
### 4. Automatische Konfiguration
|
||||
|
||||
Der einfachste Weg zur automatischen Einrichtung ist die Verwendung von Bereitstellungsskripten, die Sie [hier](https://rustdesk.com/docs/de/self-host/client-deployment/) finden.
|
||||
|
||||
@ -62,7 +62,7 @@ Sie können festlegen, dass das Passwort erforderlich ist und einen umgekehrten
|
||||
|
||||
Sie können auch die Schritte von [oben](https://rustdesk.com/docs/de/self-host/client-configuration/#mit-import-oder-export-einrichten) verwenden, um die Zeichenkette zu exportieren und dabei alle `=` am Anfang oder Ende der Zeichenkette entfernen. Starten Sie den RustDesk-Client neu, wenn die Einstellungen nicht angezeigt werden.
|
||||
|
||||
### 4. Konfiguration in den Dateinamen von rustdesk.exe einfügen (nur Windows)
|
||||
### 5. Konfiguration in den Dateinamen von rustdesk.exe einfügen (nur Windows)
|
||||
|
||||
Ändern Sie `rustdesk.exe` in rustdesk-`host=<host-ip-oder-name>,key=<public-key-string>`.exe, z. B. rustdesk-`host=192.168.1.137,key=xfdsfsd32=32`.exe. Das Ergebnis der Konfiguration sehen Sie im untenstehenden Über-Fenster.
|
||||
|
||||
@ -93,9 +93,9 @@ Wir haben festgestellt, dass in einigen Fällen beim doppelten Herunterladen etw
|
||||
|
||||
Durch das Hinzufügen von `--` am Ende direkt nach der Konfigurationszeichenkette wird diese nicht beschädigt. RustDesk kann sie korrekt abrufen, selbst wenn dem Dateinamen etwas hinzugefügt wird.
|
||||
|
||||
### 5. [Benutzerdefinierte Einstellungen fest codieren](https://rustdesk.com/docs/de/self-host/client-configuration/hardcode-settings/)
|
||||
### 6. [Benutzerdefinierte Einstellungen fest codieren](https://rustdesk.com/docs/de/self-host/client-configuration/hardcode-settings/)
|
||||
|
||||
### 6. Befehlszeile `--config` verwenden
|
||||
### 7. Befehlszeile `--config` verwenden
|
||||
`rustdesk.exe --config <config-string>`
|
||||
|
||||
Sie können die Konfigurationszeichenkette über die Webkonsole (wie auf dem obigen Bild zu sehen) oder über den RustDesk-Client unter "Einstellungen → Netzwerk" abrufen ([hier](https://github.com/rustdesk/rustdesk/discussions/7118) gibt es eine Diskussion darüber).
|
||||
|
@ -8,7 +8,11 @@ pre: "<b>2.3. </b>"
|
||||
|
||||
There are a number of ways to configure RustDesk Clients to use your own self-hosted server, we will cover some below.
|
||||
|
||||
### 1. Manual Config
|
||||
### 1. Custom client generator (Pro only)
|
||||
|
||||
![](images/web_console_custom_client_config.jpeg)
|
||||
|
||||
### 2. Manual Config
|
||||
|
||||
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.
|
||||
|
||||
@ -43,7 +47,7 @@ e.g. your API Server runs on default https port, please specify `API Server` wit
|
||||
|
||||
If you still can not confirm the value of `API Server`, please go to the welcome page of web console, the `API Server` is shown in above picture (The input box with `API:` label).
|
||||
|
||||
### 2. Setup Using Import or Export
|
||||
### 3. Setup Using Import or Export
|
||||
|
||||
1. Use the steps [above](https://rustdesk.com/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.
|
||||
@ -54,7 +58,7 @@ If you still can not confirm the value of `API Server`, please go to the welcome
|
||||
7. It will automatically paste the settings in.
|
||||
8. Click `Apply`.
|
||||
|
||||
### 3. Automatic Config
|
||||
### 4. Automatic Config
|
||||
|
||||
The easiest way to setup automatically is using deployment scripts found [here](https://rustdesk.com/docs/en/self-host/client-deployment/).
|
||||
|
||||
@ -62,7 +66,7 @@ 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.
|
||||
|
||||
### 4. Put config in rustdesk.exe file name (Windows only)
|
||||
### 5. Put config in rustdesk.exe file name (Windows only)
|
||||
|
||||
Change `rustdesk.exe` to rustdesk-`host=<host-ip-or-name>,key=<public-key-string>`.exe, e.g. rustdesk-`host=192.168.1.137,key=xfdsfsd32=32`.exe. You can see the config result in the About Window below.
|
||||
|
||||
@ -93,9 +97,9 @@ 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.
|
||||
|
||||
### 5. [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/)
|
||||
|
||||
### 6. Use command line `--config`
|
||||
### 7. Use command line `--config`
|
||||
`rustdesk.exe --config <config-string>`
|
||||
|
||||
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).
|
||||
|
Binary file not shown.
After Width: | Height: | Size: 69 KiB |
Loading…
Reference in New Issue
Block a user