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

# Habilitar el acceso temporal

Con la función ***Temporary Access***, puede proporcionar a un usuario designado acceso temporal a una entrada durante un periodo de tiempo determinado. Esto es mucho más seguro que cambiar los derechos de acceso del usuario y volver a cambiarlos una vez finalizada la tarea.

{% hint style="warning" %}
Estos ajustes solo están disponibles para los espacios de trabajo avanzados de Devolutions Server, Microsoft SQL Server y Microsoft Azure SQL.
{% endhint %}

### Configuración global del acceso temporal

***Temporary Access*** está establecido en ***Denied*** de forma predeterminada en Remote Desktop Manager.

1. Para habilitar la función, vaya a ***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. Establezca el ***Mode*** en ***Allowed***.
3. Opcional: cambie los ***Authorizers*** a ***Custom*** para añadir usuarios a la lista de autorizadores.

   <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>De forma predeterminada, solo los administradores pueden autorizar solicitudes de acceso temporal.</p></div>

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

### Configuración granular del acceso temporal

***Temporary Access*** también se puede configurar de forma granular en cada entrada y carpeta.

1. Abra las ***Properties*** de su entrada o carpeta.
2. Vaya a ***Security Settings – Temporary Access***.

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

3. Seleccione un ***Mode***. De forma predeterminada, el ***Mode*** está configurado para heredar los ajustes de la ***Root***. Puede elegir heredar de otra carpeta, permitir o incluso denegar el acceso temporal de esta entrada o carpeta.
4. Seleccione ***Authorizers***. De forma predeterminada, los ***Authorizers*** están configurados para heredar los ajustes de la ***Root***. Puede elegir heredar de otra carpeta, permitir la autorización solo a administradores, o personalizar y añadir usuarios a la lista de esta entrada o carpeta.
5. Haga clic en ***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, and the optional `goal` query parameter:

```
GET https://docs.devolutions.net/rdm/es/knowledge-base/how-to-articles/enable-temporary-access.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
