mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2024-11-12 19:37:00 +01:00
add console
This commit is contained in:
parent
8355b56128
commit
d288b64e28
38
content/self-host/pro/console/_index.en.md
Normal file
38
content/self-host/pro/console/_index.en.md
Normal 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.
|
BIN
content/self-host/pro/console/images/console-home.png
Normal file
BIN
content/self-host/pro/console/images/console-home.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 568 KiB |
BIN
content/self-host/pro/console/images/console-login.png
Normal file
BIN
content/self-host/pro/console/images/console-login.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 435 KiB |
Loading…
Reference in New Issue
Block a user