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

# Configure a Devolutions Server cross vault credential sharing entry

This topic covers how to share a credential from a different vault in the same Devolutions Server, or between two Devolutions Server workspaces.

### Creating a credential sharing entry

1. In Remote Desktop Manager select a Devolutions Server workspace and go into the desired vault.
2. Click on ***New Entry***.
3. Go to ***Credential Management*** – ***Password Management***.
4. Select Devolutions Server and click ***OK***.

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

5. Enter the ***Name***.

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

6. Fill the information in the ***General*** tab:

| SETTINGS                       | DESCRIPTION                                                                                   |
| ------------------------------ | --------------------------------------------------------------------------------------------- |
| **Host**                       | The URL to Devolutions Server.                                                                |
| **Use "My account settings"**  | Use the ***My acount settings*** Devolutions Server login set in ***File*** – ***Settings***. |
| **Use Windows authentication** | Use Windows authentication to log into Devolutions Server.                                    |
| **Username**                   | Use a set email to log into Devolutions Server.                                               |
| **Vault**                      | Click on the ellipsis button to select which vault to get the credential from                 |

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

7. Fill the information in the ***Entry*** tab:

| SETTINGS                          | DESCRIPTION                                                                                                                                                                                                                                                                                                                                                                 |
| --------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Default (specific credential)** | This mode uses one specific credential.                                                                                                                                                                                                                                                                                                                                     |
| **Credential**                    | Click on the ellipsis button (**...**) to select which specific credential to share.                                                                                                                                                                                                                                                                                        |
| **Name filtering**                | <p>Filters through the selected vault based on the search criterias to find an entry with a matching name. Choose between:<br>- <strong>Name</strong>: Enter the desired characters<br>- <strong>Mode</strong>: <strong>Contains the value</strong> or <strong>Exact match</strong><br>- <strong>Case sensitivity</strong>: <strong>No</strong> or <strong>Yes</strong></p> |
| **Always prompt with list**       | Always prompts the user with a list of the available credentials.                                                                                                                                                                                                                                                                                                           |

8. Click ***OK*** to save the changes and close this window.


---

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