> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/ribbon-menu-bar/administration/user-group-management.md).

# User group management

{% tabs %}
{% tab title="Windows" %}
User groups in Remote Desktop Manager manage multiple users at the same time by grouping them. The management of permissions granted to user groups is quite similar to the corresponding notions for users, but instead of a single user, they apply to all users to which you have assigned the user groups.

{% hint style="info" %}
This feature is only available for [Devolutions Server and Devolutions Cloud](https://docs.devolutions.net/rdm/workspaces/workspace-types/native-workspaces/).
{% endhint %}

#### User groups in Devolutions Server

User groups in Devolutions Server are in fact links to Active Directory groups. By leveraging Active Directory integration you can easily define access rights for all domain users in your organization. Once a domain user log in the Devolutions Server workspace, their user account will be created if needed and users rights will be controlled by the defined groups.

{% hint style="danger" %}
Unsecured group permissions (the ones above the grid) are ignored. They must be set for each user individually.
{% endhint %}

### Create user groups

User Groups in Remote Desktop Manager are mainly used to group users. You can assign multiple user groups to each user. The end result is the union of all permissions given to the user groups.

To create a user groups, in the ***User and security management*** window, click the ***Add user group*** button in the ***User groups*** section. From the same menu, you can also edit, assign users, delete, or refresh.

<figure><img src="https://cdnweb.devolutions.net/docs/RDMW6059_2024_3.png" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="macOS" %}
User groups in Remote Desktop Manager manage multiple users at the same time by grouping them. The management of permissions granted to user groups is quite similar to the corresponding notions for users, but instead of a single user, they apply to all users to which you have assigned the user groups.

{% hint style="info" %}
This feature is only available for [Devolutions Server and Devolutions Cloud](https://docs.devolutions.net/rdm/workspaces/workspace-types/native-workspaces/).
{% endhint %}

#### User groups in Devolutions Server

User groups in Devolutions Server are in fact links to Active Directory groups. By leveraging Active Directory integration you can easily define access rights for all domain users in your organization. Once a domain user log in the Devolutions Server workspace, their user account will be created if needed and users rights will be controlled by the defined groups.

{% hint style="danger" %}
Unsecured group permissions (the ones above the grid) are ignored. They must be set for each user individually.
{% endhint %}

### User groups in Remote Desktop Manager macOS

User groups in Remote Desktop Manager macOS are simply permission sets that you assign to a user. You can assign multiple user groups to each user and the end result is the union of all permissions.

Create a new user groups in ***Administration – User groups*** and click on the plus to create a new one.

### User groups management

#### General

The ***General*** side menu is used to define general information about the new user group.

<table><thead><tr><th width="156.20001220703125">OPTION</th><th>DESCRIPTION</th></tr></thead><tbody><tr><td><strong>Login</strong></td><td>The login name is the name displayed in your user groups list.</td></tr><tr><td><strong>Description</strong></td><td>Enter a short description of your new user group.</td></tr></tbody></table>

#### Privileges

The ***Privileges*** side menu lets you add particular privileges to the user groups. These privileges needs to be enabled for certain features to be available to users like the rights to import or export sessions.

<table><thead><tr><th width="221.79998779296875">OPTION</th><th>DESCRIPTION</th></tr></thead><tbody><tr><td><strong>Allow reveal password</strong></td><td>Allows the user to use the Reveal Password command.</td></tr><tr><td><strong>Allow drag-and-drop</strong></td><td>Allows the user to move the sessions using drag-and-drop from other applications.</td></tr><tr><td><strong>View details</strong></td><td>Allows the user to see the content of the <em><strong>Details</strong></em> tab for all sessions.</td></tr><tr><td><strong>View information</strong></td><td>Allows the user to see the content of the Information tab for all sessions.</td></tr><tr><td><strong>View shared logs</strong></td><td>Allows the user to see the content of the logs that applies to a session.</td></tr><tr><td><strong>Import</strong></td><td>Allows the user to import sessions. The import menu (<em><strong>File – Import</strong></em>) and the import feature in the context menu will be grayed out if the option is not active.</td></tr><tr><td><strong>Export</strong></td><td>Allows the user to export sessions. The export menu (<em><strong>File – Export</strong></em>) and the export feature in the context menu will be grayed out if the option is not active.</td></tr></tbody></table>

#### Permissions

Use the ***Permissions*** side menu to assign the ***View***, ***Add***, ***Edit***, and ***Delete*** permissions to your user groups.

#### Settings

The ***Settings*** side menu lets you define the offline mode rights for your user groups.

<table><thead><tr><th width="137.00006103515625">OPTION</th><th>DESCRIPTION</th></tr></thead><tbody><tr><td><strong>Disabled</strong></td><td>No offline cache allowed for that user group.</td></tr><tr><td><strong>Read-only</strong></td><td>A read-only cache is allowed for <a href="https://docs.devolutions.net/rdm/workspaces/workspace-types/native-workspaces/">Devolutions Server and Devolutions Cloud</a>.</td></tr><tr><td><strong>Read/Write</strong></td><td>An advanced cache, with change synchronization, is allowed for <a href="https://docs.devolutions.net/rdm/workspaces/workspace-types/native-workspaces/">Devolutions Server and Devolutions Cloud</a>.</td></tr></tbody></table>

### Assign a user groups

To assign user group to a user or to manage user groups for a user go in ***Administration – User groups*** and click on ***Assign user groups***.

It is possible to assign a user group to multiple users at the same time. Select the users you wish to apply the selected user group or you can simply click ***Select all*** or ***Unselect all***.
{% endtab %}
{% endtabs %}

### See also

* [Devolutions Server user groups management](https://docs.devolutions.net/server/web-interface/administration/security-management/user-groups/)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.devolutions.net/rdm/ribbon-menu-bar/administration/user-group-management.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
