> 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/user-group-based-security/permissions.md).

# Permissions

The ***Permissions*** panel can be found in every entry properties by clicking ***Security*** – ***Permissions*** – ***Advanced***.

Allow administrators to grant administrative permissions to standard users without making them administrators with [system permissions](https://docs.devolutions.net/server/web-interface/administration/configuration/system-permissions/).

The user groups based permissions system can give a very accurate control of the security. Here is an overview of the permissions window:

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

<table><thead><tr><th width="192">Option</th><th>Description</th></tr></thead><tbody><tr><td><strong>Permission</strong></td><td><p>Set the permission mode. This must be set to <em><strong>Custom</strong></em> to change the discrete permissions below. Select between:</p><ul><li><em><strong>Inherited</strong></em> (default):Inherit the permissions from the parent groups.</li><li><em><strong>Custom</strong></em>: Specify a custom value for each permission.</li><li><em><strong>Allowed</strong></em>: Everyone is granted all the permissions below.</li><li><em><strong>Disallowed</strong></em>: No one but the administrators is granted the permissions.</li></ul></td></tr><tr><td><strong>Discrete permissions</strong></td><td><p>Choose who you want to grant permissions to. These combo boxes are available only if the above <em><strong>Permission</strong></em> combo box is set to <em><strong>Custom</strong></em>. Select between:</p><ul><li><em><strong>Inherited</strong></em> (default):Inherit the permissions from the parent groups.</li><li><em><strong>Custom</strong></em>: Specify a custom value for each permission.</li><li><em><strong>Allowed</strong></em>: Everyone is granted all the permissions below.</li><li><em><strong>Disallowed</strong></em>: No one but the administrators is granted the permissions.</li></ul></td></tr><tr><td><strong>Users / User groups selector</strong></td><td>Select users / user groups to be granted the permission. Available only if the permission is set to <em><strong>Custom</strong></em>.</td></tr><tr><td><strong>Current permission</strong></td><td>Displays the granted permission for the current entry.</td></tr></tbody></table>

### General

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

<table><thead><tr><th width="233">Option</th><th>Description</th></tr></thead><tbody><tr><td><strong>Permission</strong></td><td>Set the permission mode. It must be set to <em><strong>Custom</strong></em> to change the permissions individually.</td></tr><tr><td><strong>View</strong></td><td>Allow users / user groups to view entries.</td></tr><tr><td><strong>Edit</strong></td><td>Allow users / user groups to edit entries.</td></tr><tr><td><strong>Delete</strong></td><td>Allow users / user groups to delete entries.</td></tr><tr><td><strong>Move</strong></td><td>Allow users / user groups to move entries.</td></tr><tr><td><strong>View password</strong></td><td>Allow users / user groups to view entry password.</td></tr><tr><td><strong>View sensitive information</strong></td><td>Allow users / user groups to view sensitive information.</td></tr><tr><td><strong>Connect (execute)</strong></td><td>Allow users / user groups to open entries.</td></tr></tbody></table>

### Security

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

<table><thead><tr><th width="202">Option</th><th>Description</th></tr></thead><tbody><tr><td><strong>Edit permissions</strong></td><td>Allow users / user groups to edit permissions.</td></tr><tr><td><strong>Entry history</strong></td><td>Allow users / user groups to view and use entry history.</td></tr><tr><td><strong>Password history</strong></td><td>Allow users / user groups to view the password history.</td></tr></tbody></table>

### More

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

<table><thead><tr><th width="218">Option</th><th>Description</th></tr></thead><tbody><tr><td><strong>Edit asset</strong></td><td>Allow users / user groups to edit asset.</td></tr><tr><td><strong>Remote tools</strong></td><td>Allow users / user groups to use remote tools.</td></tr><tr><td><strong>IT asset management</strong></td><td>Allow users / user groups to use the IT Asset Management tool.</td></tr></tbody></table>

### Attachments

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

<table><thead><tr><th width="267">Option</th><th>Description</th></tr></thead><tbody><tr><td><strong>View attachments</strong></td><td>Allow users / user groups to view attachments.</td></tr><tr><td><strong>Add/edit/delete attachments</strong></td><td>Allow users / user groups to add/edit/delete attachments.</td></tr></tbody></table>

### Documentation

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

<table><thead><tr><th width="247">Option</th><th>Description</th></tr></thead><tbody><tr><td><strong>View documentation</strong></td><td>Allow users / user groups to view documentation.</td></tr><tr><td><strong>Delete documentation</strong></td><td>Allow users / user groups to delete documentation.</td></tr><tr><td><strong>Edit documentation</strong></td><td>Allow users / user groups to edit documentation.</td></tr></tbody></table>


---

# 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/user-group-based-security/permissions.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.
