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

# Export and import the configuration file

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

The application's configuration can be exported to replicate the configuration in other Remote Desktop Manager instances.

{% hint style="danger" %}
The workspace configurations you select will be exported with the credentials as they are currently configured. If you are creating a file to set up a new employee, you must be careful not to give away your credentials. Using the [custome installer service](https://docs.devolutions.net/rdm/installation/client/custom-installer-service/) is recommended for this case.
{% endhint %}

1. Go to ***File – Settings – Export Options***.
2. Validate the settings and the workspaces you wish to include and click ***Export***.
3. Save the **RemoteDesktopManager.cfg** file on your computer.
4. To import the configuration file, go to ***File – Settings – Import Options***.
5. Select ***Import from a different file*** and select the exported **RemoteDesktopManager.cfg** file you created.
6. Select ***Use the selected configuration file as the new one*** and click ***Apply***.
7. Restart Remote Desktop Manager.

### See also

* [Devolutions Academy – Export and import RDM configuration file](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:

```
GET https://docs.devolutions.net/rdm/knowledge-base/how-to-articles/export-and-import-the-configuration-file.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.
