add console

This commit is contained in:
rustdesk 2023-07-02 14:31:15 +08:00
parent 8355b56128
commit d288b64e28
3 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,38 @@
---
title: Web Console
weight: 30
---
Features:
- Add/modify users and user groups
- Modify device access permissions
- Browse device connection logs and the other logs
- Update settings
- Manage client settings sync strategies
## Log in
As mentioned earlier, the default port of the web console is 21114. Enter `http://<hbbs host>:21114` in the browser to enter the console page, as shown in the following figure (hbbs runs on the ip 192.168.1.143 server):
![](/docs/en/self-host/pro/console/images/console-login.png)
If you need https support, please install a web server such as `Nginx`.
The default administrator username/password is admin/test1234, please be sure to change the password after logging in, select "Settings" in the account menu in the upper right corner to enter the password modification page, as shown in the following figure. You can also create another admininistator account and delete this one. You'd better enable email login verification.
<a name=console-home></a>
![](/docs/en/self-host/pro/console/images/console-home.png?v2)
Non-administartor users can also login to browser their device and logs, change their user settings.
## Windows EXE
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`**。
## Device access permissions
There are two ways to associate a device with a user:
- Via console device page
- Log in to the specified user account on the client side
The following two situations will prevent the device from being accessed:
- Make device `disabled` in console devices page
- Make user `disable` in console user page
The associated device can only be accessed by user devices of the same user or user group, or in correct cross-group settings.

Binary file not shown.

After

Width:  |  Height:  |  Size: 568 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 435 KiB