> 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/knowledge-base/how-to-articles/enable-temporary-access.md).

# Enable temporary access

With the ***Temporary Access*** feature, you can provide a designated user with temporary access to an entry during a designated time frame. This is much more secure than changing the user’s access rights and then changing them back once the task is done.

{% hint style="warning" %}
These settings are only available for the Devolutions Server, Microsoft SQL Server, and Microsoft Azure SQL advanced workspaces.
{% endhint %}

### Global Temporary Access Settings

***Temporary Access*** is set to ***Denied*** by default in Remote Desktop Manager.

1. To enable the feature, go to ***Administration – Vault Settings – Security Settings – Temporary Access***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4856.png" alt=""><figcaption></figcaption></figure>
2. Set the ***Mode*** to ***Allowed***.
3. Optional: Change the ***Authorizers*** to ***Custom*** to add users to the authorizers list.

   <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>By default, only administrators can authorize temporary access requests.</p></div>

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4857.png" alt=""><figcaption></figcaption></figure>
4. Click ***OK***.

### Granular Temporary Access Settings

***Temporary Access*** can also be granulary set on each entry and folder.

1. Open the ***Properties*** of your entry or folder.
2. Go to ***Security Settings – Temporary Access***.

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

3. Select a ***Mode***. By default, the ***Mode*** is set to inherit the settings from the ***Root***. You can choose to inherit from another folder, allow, or even deny the temporary access of this entry or folder.
4. Select ***Authorizers***. By default, ***Authorizers*** are set to inherit the settings from the ***Root***. You can choose to inherit from another folder, allow authorization by administrators only, or customize and add users to the list of this entry or folder.
5. Click ***OK***.


---

# 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/knowledge-base/how-to-articles/enable-temporary-access.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.
