naming exe

This commit is contained in:
rustdesk
2022-05-17 14:35:52 +08:00
parent 69c89701f3
commit 7eff2be8da
6 changed files with 32 additions and 2 deletions

View File

@@ -104,7 +104,13 @@ hbbs.yourhost.com:21116
![](/docs/en/self-host/install/images/server-set-window.png)
![](/docs/en/self-host/install/images/lic.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 as below.
| Menu | About Page |
| -- | -- |
![](/docs/en/self-host/install/images/aboutmenu.png) | ![](/docs/en/self-host/install/images/lic.png) |
## Key
-----------
@@ -122,4 +128,4 @@ If you wanna prohibit users without key from establishing non-encrypted connecti
./hbbr -k _
````
If you wanna change key, please remove `id_ed25519` and `id_ed25519.pub` files and restart hbbs/hbbrhbbs will generate new key pair.
If you wanna change key, please remove `id_ed25519` and `id_ed25519.pub` files and restart hbbs/hbbrhbbs will generate new key pair.