device group

Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
21pages
2025-02-17 21:59:03 +08:00
parent 8312506fa9
commit e0b670a839
16 changed files with 213 additions and 78 deletions
@@ -15,7 +15,7 @@ The following two situations will prevent the device from being accessed:
The associated device can only be accessed by the devices of the same user or user group, or in correct cross-group settings.
### Cross group settings
### User Group Access Settings
Please go to group page in the web console, click on `Edit` to edit cross group settings as below.
@@ -28,3 +28,15 @@ The user and group assigned to the controlling side are determined by the user w
{{% /notice %}}
![](/docs/en/self-host/rustdesk-server-pro/permissions/images/crossgrp.png)
### Device Group Access Settings
Device groups provide another way to manage access permissions. Here are the key rules:
1. A device can only be added to one device group
2. You can set access permissions for users or user groups to device groups. These permissions are cumulative with user group access permissions - meaning access is granted if either the user group permissions or device group permissions allow it
3. When an unassigned device is added to a device group, it is no longer considered "unassigned"
{{% notice note %}}
Device group feature requires RustDesk client >= 1.3.8 and RustDesk Server Pro >= 1.5.0
{{% /notice %}}