> 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/server/web-interface/administration/user-and-security-management/users.md).

# Users

The ***Users*** section is where you can create, import and manage users. To access the user management, navigate to ***Administration*** – ***Users***. Click on a user to configure specific settings and permissions.

### Settings

![](https://webdevolutions.blob.core.windows.net/docs/DVLS6004_2026_2.png)

{% hint style="info" %}
[***User-specific settings***](https://docs.devolutions.net/rdm/commands/edit/setting-overrides/) are shared between Remote Desktop Manager, Devolutions Server and Devolutions Cloud.
{% endhint %}

#### Global options

<table><thead><tr><th width="302">Option</th><th>Description</th></tr></thead><tbody><tr><td><strong>View deleted users</strong></td><td>Users removed from your IdP are also removed from Devolutions Server but can be easily restored along with their user vaults, unless those vaults were moved to a shared vault during manual removal.</td></tr><tr><td><strong>Add</strong></td><td>Add a user.</td></tr><tr><td><strong>Import</strong></td><td>Import users from LDAP or Azure.</td></tr><tr><td><strong>Authentication migration</strong></td><td>Migrate users and user groups from one authentication provider to another.</td></tr><tr><td><strong>Synchronize user(s) from providers</strong></td><td>Synchronize users from provider(s).</td></tr><tr><td><strong>Refresh</strong></td><td>Refresh users list.</td></tr></tbody></table>

![](https://cdnweb.devolutions.net/docs/DVLS4037_2024_2.png)

#### User options

<table><thead><tr><th width="230">Option</th><th>Description</th></tr></thead><tbody><tr><td><strong>Edit</strong></td><td>Edit user settings.</td></tr><tr><td><strong>Assign user group</strong></td><td>Assign user groups to user account.</td></tr><tr><td><strong>Assign vaults</strong></td><td>Assign vaults to the user account.</td></tr><tr><td><strong>User activity</strong></td><td>See user activity report.</td></tr><tr><td><strong>Enable user / Disable user</strong></td><td>Enable or disable this user.</td></tr><tr><td><strong>Refresh user information from Active Directory</strong></td><td>Update the user information in Devolutions Server using the information stored in Active Directory.</td></tr><tr><td><strong>Change password</strong></td><td>Change the password for Devolutions Server user accounts only.</td></tr><tr><td><strong>Delete</strong></td><td>Delete user.</td></tr></tbody></table>

### Active users and Remote Desktop Manager license owners

To find out the number of active users, go to ***Administration*** – ***Users*** and sort the list according to ***Last activity***. Then, by counting the rows or pages of users who have been inactive (say for a period of 3 months or more), you can figure out the number of active users by subtracting the inactive users from the total number of users.

![](https://cdnweb.devolutions.net/docs/DVLS4034_2024_2.png)

Furthermore, Remote Desktop Manager licenses can be unassigned and then auto-assigned to make sure only active users get a license. To do this, go to ***Administration*** – ***Licenses*** – ***Assigned to***. Then, click on ***Clear all*** before going to ***General*** and checking ***Auto assign***. Keep in mind that it may take a few weeks to get an accurate number.

![](https://cdnweb.devolutions.net/docs/DVLS4035_2024_2.png)

![](https://cdnweb.devolutions.net/docs/DVLS4036_2024_2.png)

#### See also

* [Devolutions Academy – Importing users in Devolutions Server](https://academy.devolutions.net/student/path/2628397/activity/4280879)
* [Devolutions Academy – Managing users and user groups](https://academy.devolutions.net/student/path/2942210/activity/4493549)


---

# 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/server/web-interface/administration/user-and-security-management/users.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.
