doc.rustdesk.com/content/self-host/rustdesk-server-pro/permissions/_index.en.md

31 lines
1.3 KiB
Markdown
Raw Normal View History

2023-07-14 15:44:35 +02:00
---
2023-08-29 05:04:44 +02:00
title: Access Control
2023-09-03 13:01:18 +02:00
weight: 16
2023-07-14 15:44:35 +02:00
---
## Device access permissions
2023-07-15 22:04:41 +02:00
2023-07-14 15:44:35 +02:00
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:
2023-07-15 22:04:41 +02:00
- Make device `disable` in console devices page
2023-07-14 15:44:35 +02:00
- Make user `disable` in console user page
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
Please go to group page in the web console, click on `Edit` to edit cross group settings as below.
Your modifications to `Access with other groups` take effect immediately without requiring you to click the `OK` button.
Both `Can access to` and `Can be accessed from` serve almost the same function, we provide both options for your convenience. However, this may cause some confusion.
2023-07-17 16:10:29 +02:00
{{% notice note %}}
The user and group assigned to the controlling side are determined by the user who logs in, rather than the user who is assigned from the web console. We designed it this way because certain controlling sides do not have a device ID, such as the iOS client and web client.
{{% /notice %}}
2023-08-23 05:45:37 +02:00
![](/docs/en/self-host/rustdesk-server-pro/permissions/images/crossgrp.png)