> 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/configure-a-devolutions-server-cross-vault-credential-sharing-entry.md).

# Configurar una entrada de uso compartido de credenciales entre bóvedas de Devolutions Server

Este tema explica cómo compartir una credencial de una bóveda distinta en el mismo Devolutions Server, o entre dos espacios de trabajo de Devolutions Server.

### Crear una entrada de uso compartido de credenciales

1. En Remote Desktop Manager, seleccione un espacio de trabajo de Devolutions Server y acceda a la bóveda deseada.
2. Haga clic en ***Nueva entrada***.
3. Vaya a ***Gestión de credenciales*** – ***Gestión de contraseñas***.
4. Seleccione Devolutions Server y haga clic en ***Aceptar***.

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

5. Introduzca el ***Nombre***.

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

6. Rellene la información en la pestaña ***General***:

| CONFIGURACIÓN                         | DESCRIPCIÓN                                                                                                                            |
| ------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| **Host**                              | La URL de Devolutions Server.                                                                                                          |
| **Usar "Configuración de mi cuenta"** | Utiliza el inicio de sesión de Devolutions Server definido en ***Configuración de mi cuenta*** en ***Archivo*** – ***Configuración***. |
| **Usar autenticación de Windows**     | Utilizar la autenticación de Windows para iniciar sesión en Devolutions Server.                                                        |
| **Nombre de usuario**                 | Utilizar un correo electrónico definido para iniciar sesión en Devolutions Server.                                                     |
| **Bóveda**                            | Haga clic en el botón de puntos suspensivos para seleccionar de qué bóveda obtener la credencial                                       |

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

7. Rellene la información en la pestaña ***Entrada***:

| CONFIGURACIÓN                              | DESCRIPCIÓN                                                                                                                                                                                                                                                                                                                                                                                                                 |
| ------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Predeterminado (credencial específica)** | Este modo utiliza una credencial específica.                                                                                                                                                                                                                                                                                                                                                                                |
| **Credencial**                             | Haga clic en el botón de puntos suspensivos (**...**) para seleccionar qué credencial específica compartir.                                                                                                                                                                                                                                                                                                                 |
| **Filtrado por nombre**                    | <p>Filtra en la bóveda seleccionada según los criterios de búsqueda para encontrar una entrada con un nombre coincidente. Elija entre:<br>- <strong>Nombre</strong>: introduzca los caracteres deseados<br>- <strong>Modo</strong>: <strong>Contiene el valor</strong> o <strong>Coincidencia exacta</strong><br>- <strong>Distinción entre mayúsculas y minúsculas</strong>: <strong>No</strong> o <strong>Sí</strong></p> |
| **Preguntar siempre con una lista**        | Muestra siempre al usuario una lista de las credenciales disponibles.                                                                                                                                                                                                                                                                                                                                                       |

8. Haga clic en ***Aceptar*** para guardar los cambios y cerrar esta ventana.


---

# 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/configure-a-devolutions-server-cross-vault-credential-sharing-entry.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.
