> 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/it/knowledge-base/how-to-articles/import-credentials-from-keepass.md).

# Importare credenziali da KeePass

Remote Desktop Manager Windows importa le credenziali da KeePass. È un modo semplice per creare i suoi dati. Le informazioni importate possono essere convertite in due tipi di voce: ***Credenziali*** e ***Website.*** Le voci includono credenziali, indirizzi URL e note.

### Esportare le voci da KeePass

1. Nel menu ***File***, clicchi su ***Esporta***.
2. Esporti i dati in un file esterno. Remote Desktop Manager supporta due tipi di file per KeePass: `.xml` e `.csv`. Un file `.xml` conserverà la struttura delle cartelle di KeePass.
   1. Scelga il tipo di file desiderato: ***KeePass CSV (1.x)*** o ***KeePass XML (2.x)***.
   2. Selezioni il percorso in cui salvare il file esportato.

### Importare i dati in Remote Desktop Manager

1. I dati vengono importati nella cartella attualmente selezionata.
2. Scelga il tipo di file da importare in ***File – Importa***.
3. Vada alla scheda ***Password e credenziali***.
4. Selezioni il formato KeePass da importare. I formati disponibili sono `.csv`, `.xml` e ***Link***.
5. Scelga un tipo di voce. Tutte le voci importate vengono convertite in questo tipo.

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

| Opzione           | Descrizione                                                                                                                                                                                  |
| ----------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| ***Credenziali*** | Include nome utente, password e dominio.                                                                                                                                                     |
| ***Website***     | Include nome utente, password e indirizzo del sito web. Ottima scelta per le informazioni sui siti web e può essere utilizzata con l'estensione per browser di Devolutions Password Manager. |

6. Selezioni il file esportato da KeePass in Esplora file.
7. Scelga le voci che desidera importare.

Le voci importate sono pronte all'uso.


---

# 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/it/knowledge-base/how-to-articles/import-credentials-from-keepass.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.
