> 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-credential-redirection-entry-in-remote-desktop-manager.md).

# Configure a credential redirection entry in Remote Desktop Manager

The ***Credential Redirection entry*** enables autofill from any password manager and with a favorite Web browser.

### Create a Credential Redirection entry

1. Go to ***New Entry*** – ***Credential Management*** – ***Password Management*** – ***Credential Redirection*** to create a new ***Credential Redirection entry***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB6040.png" alt=""><figcaption></figcaption></figure>
2. Enter a ***Name*** and choose a ***Folder***.
3. Enter a ***Name ID*** (case sensitive). This must be unique within your repository. It will be used to identify the credentials and will be exposed as a subdirectory of the URL used to intercept the credentials.
4. Select a specific browser, or use the default one.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB6072.png" alt=""><figcaption></figcaption></figure>
5. Click ***OK*** to save.
6. Open your new ***Credential Redirection entry***. Remote Desktop Manager displays the following informative dialog. The selected browser is launched for a URL that looks like this: `http://127.0.0.1:9999/LastPass%20redirection/login.aspx`.

   Notice the middle part is the ***Name ID*** entered previously. Depending on your configuration, the credentials are entered automatically, or you have to press a key combination to initiate your tool. Please refer to the documentation of your tool for more information.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB6073.png" alt=""><figcaption></figcaption></figure>
7. Enter your credentials to save in the browser. Remote Desktop Manager will now process your credentials.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB6074.png" alt=""><figcaption></figcaption></figure>

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB6075.png" alt=""><figcaption></figcaption></figure>

### Open a session using the Credential Redirection entry

1. Create a new entry, we will use an RDP entry for this example.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB6078.png" alt=""><figcaption></figcaption></figure>
2. Enter a ***Name*** and choose a ***Folder***.
3. For ***Credentials***, select ***Linked (vault)*** and then your newly created ***Credential Redirection entry***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB6077.png" alt=""><figcaption></figcaption></figure>
4. Select your session then launch it. Remote Desktop Manager will display this informative dialog.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB6079.png" alt=""><figcaption></figcaption></figure>
5. In the web browser, enter your credentials and press ***Submit***. The page will be closed after a delay.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB6080.png" alt=""><figcaption></figcaption></figure>

The RDP session is launched and authentication is successful.


---

# 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-credential-redirection-entry-in-remote-desktop-manager.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.
