> 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/lastpass-credentials-brokering-in-remote-desktop-manager.md).

# LastPass credentials brokering in Remote Desktop Manager

Remote Desktop Manager's ***LastPass*** credential entry allows users to retrieve their credentials from a LastPass vault and inject them into a session without having to manually log in to their LastPass account.

{% hint style="info" %}
The LastPass credential entry supports Single Sign-On (SSO) authentication.
{% endhint %}

To leverage this integration, follow the steps below:

### Create a LastPass credential entry

1. Right-click anywhere in the navigation pane, and select ***New entry***, or click on the ***New entry*** icon (***+***) in the content area.
2. In the ***Credential management*** section of the entry list, click on the ***LastPass*** entry, and click on ***Select***.

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

3. Choose a ***Name*** for the entry, and enter the ***Email*** address and ***Master password*** of the LastPass account from which to retrieve the desired credentials. Then, check ***Always prompt with list***.

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

4. Click on ***Add***.

### Link credentials to a session entry

With the ***LastPass*** credential entry created, you can link it to a session entry, in this example an RDP entry, to automatically retrieve and inject them. Here is how to do so:

1. Add or edit a session entry (RDP, ARD, Website, etc.).
2. Set the ***Credentials*** option to ***Linked (vault)***, and choose the ***LastPass*** credential entry created in the previous section.

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

3. Enter the ***Host*** for the session, and click on ***Add*** or ***Update***.
4. Launch the session, and select the credentials from the ***LastPass credentials list***. Click on ***OK***.

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

### See also

* [Devolutions integration center](https://devolutions.net/integration-center/)
* [Managing credentials](https://docs.devolutions.net/rdm/getting-started/managing-credentials/)
* [LastPass multifactor authentication](https://docs.devolutions.net/rdm/kb/troubleshooting-articles/lastpass-2fa/)


---

# 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/lastpass-credentials-brokering-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.
