Skip to content

Commit

Permalink
remove duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
rustdesk committed Mar 16, 2024
1 parent c9e40ac commit 6ad8d18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 37 deletions.
2 changes: 1 addition & 1 deletion content/self-host/rustdesk-server-oss/install/_index.de.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Standardmäßig lauscht `hbbs` auf 21115 (TCP), 21116 (TCP/UDP) und 21118 (TCP),

Wenn Sie einen eigenen Port auswählen möchten, geben Sie bitte die Option `-h` ein, um die Hilfe anzuzeigen.

#### Schritt 3: hbbs/hbbr-Adresse auf der Client-Seite einstellen
#### Schritt 3: [hbbs/hbbr-Adresse auf der Client-Seite einstellen](/docs/de/self-host/client-configuration/)

Klicken Sie auf die Menü-Schaltfläche [ ⋮ ] rechts neben ID, wie unten gezeigt, und wählen Sie "ID/Relay-Server".

Expand Down
37 changes: 1 addition & 36 deletions content/self-host/rustdesk-server-oss/install/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,42 +97,7 @@ By default, `hbbs` listens on 21115 (TCP), 21116 (TCP/UDP) and 21118 (TCP), `hbb

Please run with the `-h` option to see help if you want to choose your own port.

#### STEP 3: Set hbbs/hbbr address on client-side

Click on the Menu button [ ⋮ ] on the right side of ID as shown below, and choose "ID/Relay Server".

![](/docs/en/self-host/rustdesk-server-oss/install/images/server-set-menu.png)

Enter the `hbbs` host or IP Address in the **ID Server** input box (local side + remote side). The other two addresses can be left blank, RustDesk will automatically deduce (if not specially set), and the Relay Server refers to `hbbr` (port 21117).

e.g.

```nolang
hbbs.example.com
```

or

```nolang
hbbs.example.com:21116
```

![](/docs/en/self-host/rustdesk-server-oss/install/images/server-set-window.png)

##### 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.

<a name="invalidchar"></a>
{{% notice note %}}
You need to set both `host` and `key`, missing either one will not work.

Optionally add a `,` (comma) character after the key, before the `.exe` part as a delimiter, to avoid the key being mangled if Windows or the browser renames the file when downloading duplicated names.

If there are invalid characters in the key which can not be used in a Windows file name, please remove the
`id_ed25519` file from your server and restart `hbbs`/`hbbr`. This will cause the `id_ed25519.pub` file to regenerate. You may need to
repeat this process until you get valid characters.
{{% /notice %}}
#### STEP 3: [Set hbbs/hbbr address on client-side](/docs/en/self-host/client-configuration/)

### Key

Expand Down

1 comment on commit 6ad8d18

@xlionjuan
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The mention of the Put config in rustdesk.exe file name (Windows only) is removed, your comment message said duplicate, but I didn't find elsewhere mentioned that (by GitHub search.

Please sign in to comment.