Merge pull request #293 from dinger1986/master

added some extra bits for renaming exe with string from web console and changed info in web console EXE
This commit is contained in:
RustDesk 2023-09-14 22:38:39 +08:00 committed by GitHub
commit 970a5be3f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -51,6 +51,8 @@ You can also use the steps from [above](/docs/en/self-host/client-configuration/
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. 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.
As a Pro user you will be able to retrieve the whole encrypted string from the web console https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/console/ then download and rename the RustDesk Client exe, you can upload this somewhere easy for your customers to use.
<a name="invalidchar"></a> <a name="invalidchar"></a>
{{% notice note %}} {{% notice note %}}
You need to set both `host` and `key`, missing either one will not work. You need to set both `host` and `key`, missing either one will not work.

View File

@ -24,10 +24,12 @@ After logging in please be sure to change the password, select `Settings` in the
Non-administrator users can also login to browse their device and logs, change their user settings. Non-administrator users can also login to browse their device and logs, change their user settings.
## Windows EXE is where the configs are shown ## By Clicking on EXE you will be able to get the configs for your own RustDesk server Pro, this will help configure your clients
For Windows clients, you can leave out the custom server configuration and put the configuration information in the `rustdesk.exe` filename instead. As shown above, please go to the console welcome page and click on `Windows EXE`. **Client >=1.1.9 Required**. For Windows clients, you can leave out the custom server configuration and put the configuration information in the `rustdesk.exe` filename instead. As shown above, please go to the console welcome page and click on `Windows EXE`. **Client >=1.1.9 Required**.
You can use this in conjuction with [client config](https://rustdesk.com/docs/en/self-host/client-configuration/) and [deployment scripts](https://rustdesk.com/docs/en/self-host/client-deployment/) to setup your clients.
## Creating a new user other than the default `admin` user ## Creating a new user other than the default `admin` user
1. Create another account with `administrator` enabled. 1. Create another account with `administrator` enabled.
2. Log in with the new administrative account. 2. Log in with the new administrative account.