> 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/export-and-import-the-configuration-file.md).

# Esportare e importare il file di configurazione

{% embed url="<https://youtu.be/DFsRwLKWX7M>" %}

La configurazione dell'applicazione può essere esportata per replicare la configurazione in altre istanze di Remote Desktop Manager.

{% hint style="danger" %}
Le configurazioni degli spazi di lavoro selezionate verranno esportate con le credenziali così come sono attualmente configurate. Se sta creando un file per configurare un nuovo dipendente, deve fare attenzione a non divulgare le sue credenziali. In questo caso si consiglia di utilizzare il [servizio di installazione personalizzata](/rdm/it/getting-started/installation/client/custom-installer-service.md).
{% endhint %}

1. Vada su ***File – Impostazioni – Opzioni di esportazione***.
2. Convalidi le impostazioni e gli spazi di lavoro che desidera includere e clicchi su ***Esporta***.
3. Salvi il file **RemoteDesktopManager.cfg** sul suo computer.
4. Per importare il file di configurazione, vada su ***File – Impostazioni – Opzioni di importazione***.
5. Selezioni ***Importa da un file diverso*** e selezioni il file **RemoteDesktopManager.cfg** esportato che ha creato.
6. Selezioni ***Utilizza il file di configurazione selezionato come nuovo*** e clicchi su ***Applica***.
7. Riavvii Remote Desktop Manager.

### Vedere anche

* [Devolutions Academy – Esportare e importare il file di configurazione di RDM](https://redirection.devolutions.com/export-import-rdm-configuration-file)


---

# 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/export-and-import-the-configuration-file.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.
