diff --git a/content/self-host/install/_index.en.md b/content/self-host/install/_index.en.md index 21d8eba..1fc2d73 100644 --- a/content/self-host/install/_index.en.md +++ b/content/self-host/install/_index.en.md @@ -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=,key=`.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/hbbr,hbbs will generate new key pair. +If you wanna change key, please remove `id_ed25519` and `id_ed25519.pub` files and restart hbbs/hbbr,hbbs will generate new key pair. \ No newline at end of file diff --git a/content/self-host/install/_index.ru.md b/content/self-host/install/_index.ru.md index 494bb8c..5221954 100644 --- a/content/self-host/install/_index.ru.md +++ b/content/self-host/install/_index.ru.md @@ -106,6 +106,14 @@ hbbs.yourhost.com:21116 ![](/docs/en/self-host/install/images/server-set-window.png) +#### поместить конфигурацию в имя исполняемого файла (только для Windows) + +Замените `rustdesk.exe` на rustdesk-`host=,key=<строка-открытого-ключа>`.exe, например: rustdesk-`host=192.168.1.137,key=xfdsfsd32 =32`.exe, вы можете увидеть результат настройки в окне «О программе», как показано ниже. + +|Меню |О странице | +| -- | -- | +![](/docs/en/self-host/install/images/aboutmenu.png) | ![](/docs/ru/self-host/install/images/lic.png) | + ## Ключ шифрования ----------- В отличии от предыдущих версий, в текущей версии ключ шифрования обязателен, но нет необходимости устанавливать его самостоятельно. Когда hbbs запускается в первый раз, он автоматически сгенерирует пару из зашифрованных приватного и публичного ключей (в файлах `id_ed25519` и `id_ed25519.pub` соответственно, в директории запуска). diff --git a/content/self-host/install/_index.zh-cn.md b/content/self-host/install/_index.zh-cn.md index 9c31832..c58bfe1 100644 --- a/content/self-host/install/_index.zh-cn.md +++ b/content/self-host/install/_index.zh-cn.md @@ -101,6 +101,14 @@ hbbs.yourhost.com:21116 ``` ![](/docs/en/self-host/install/images/server-set-window-zh.png) +#### 把配置放在可执行文件名里 (Windows only) + +把`rustdesk.exe` 修改为 rustdesk-`host=,key=`.exe, 例如: rustdesk-`host=192.168.1.137,key=xfdsfsd32=32`.exe,你可以在About窗口看到配置结果,如下图所示。 + +| Menu | About Page | +| -- | -- | +![](/docs/en/self-host/install/images/aboutmenu.png) | ![](/docs/en/self-host/install/images/lic.png) | + ## Key ----------- 同上个版本不同,本版本中的key是强制的,但是不用你自己设置。hbbs在第一次运行时,会自动产生一对加密私钥和公钥(分别位于运行目录下的`id_ed25519`和`id_ed25519.pub`文件中),其主要用途是为了通讯加密。 diff --git a/content/self-host/install/_index.zh-tw.md b/content/self-host/install/_index.zh-tw.md index 17c0328..2bdf3f1 100644 --- a/content/self-host/install/_index.zh-tw.md +++ b/content/self-host/install/_index.zh-tw.md @@ -103,6 +103,14 @@ hbbs.yourhost.com:21116 ``` ![](/docs/en/self-host/install/images/server-set-window.png) +#### 把配置放在可執行文件名里 (Windows only) + +把`rustdesk.exe` 修改為 rustdesk-`host=,key=`.exe, 例如: rustdesk-`host=192.168.1.137,key=xfdsfsd32=32`.exe,你可以在About窗口看到配置結果,如下圖所示。 + +| Menu | About Page | +| -- | -- | +![](/docs/en/self-host/install/images/aboutmenu.png) | ![](/docs/en/self-host/install/images/lic.png) | + ## Key ----------- 同上個版本不同,本版本中的key是強制的,但是不用你自己設置。hbbs在第一次運行時,會自動產生一對加密私鑰和公鑰(分別位於運行目錄下的`id_ed25519`和`id_ed25519.pub`文件中),其主要用途是為了通訊加密。 diff --git a/content/self-host/install/images/aboutmenu.png b/content/self-host/install/images/aboutmenu.png new file mode 100644 index 0000000..e394608 Binary files /dev/null and b/content/self-host/install/images/aboutmenu.png differ diff --git a/content/self-host/install/images/lic.png b/content/self-host/install/images/lic.png index e10a0ea..630b87a 100644 Binary files a/content/self-host/install/images/lic.png and b/content/self-host/install/images/lic.png differ