> 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/import-credentials-from-keepass.md).

# Import credentials from KeePass

Remote Desktop Manager Windows imports credentials from KeePass. It is a simple way to build your data. The imported information can be converted into two types of entry: ***Credentials*** and ***Website.*** Entries include credentials, URL addresses and notes.

### Export entries from KeePass

1. In the ***File*** menu, click ***Export***.
2. Export data to an external file. Remote Desktop Manager supports two file types for KeePass: `.xml` and `.csv`. An `.xml` file will retain the folder structure from KeePass.
   1. Choose desired file type: ***KeePass CSV (1.x)*** or ***KeePass XML (2.x)***.
   2. Select path to save the exported file.

### Import data into Remote Desktop Manager

1. The data is imported into the currently selected folder.
2. Choose the file type to import in ***File – Import***.
3. Go to the ***Passwords and credentials*** tab.
4. Select the KeePass format to import. The available formats are `.csv`, `.xml` and ***Link***.
5. Choose an entry type. All imported entries are converted to this type.

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

| Option            | Description                                                                                                                                                    |
| ----------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| ***Credentials*** | Includes username, password and domain.                                                                                                                        |
| ***Website***     | Includes username, password, and website address. Good choice for website information and can be used with the Devolutions Password Manager browser extension. |

6. Select the KeePass exported file in the file explorer.
7. Choose the entries you want to import.

The imported entries are ready to use.


---

# 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/import-credentials-from-keepass.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.
