> 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-vaults.md).

# Export and import vaults

It is possible to export and import multiple vaults from one type of advanced workspace to another.

{% hint style="warning" %}
If you have users and they are overriding entry properties with ***User-specific settings***, they will be required to export and import their ***User-specific settings list***. See [Export and import user-specific settings](https://docs.devolutions.net/rdm/kb/how-to-articles/export-import-user-specific-settings/). Administration rights are required to export and import multiple vaults.
{% endhint %}

### Export

1. In the Remote Desktop Manager navigation pane, select your workspace.
2. Go to ***Administration*** – ***Export all vaults (.rdx)***.

   ![](https://cdnweb.devolutions.net/docs/RDMW6032_2025_3.png)
3. Select the vaults from the prompted list and click ***OK***.
4. For a typical migration, you would check the options ***Include credentials, Include attachments and documents*** and ***Encrypt with master key***.

   <div data-gb-custom-block data-tag="hint" data-style="danger" class="hint hint-danger"><p>Specifying a master key will encrypt the whole content of the <em><strong>.rdx</strong></em> file to protect its content. It is highly recommended as a backup measure, but the key is absolutely necessary for decryption. Preserve this as well in a separate storage device for safekeeping.</p></div>

   <figure><img src="https://cdnweb.devolutions.net/docs/RDMW6033_2025_3.png" alt=""><figcaption></figcaption></figure>
5. Click ***Save***.
6. Save the ***.rdx*** file on your computer.

### Import

1. In the navigation pane, select the workspace you wish to import the vaults in.
2. Go to ***Administration*** – ***Import multiple vaults (.rdx)***.

   ![](https://cdnweb.devolutions.net/docs/RDMW6034_2025_3.png)
3. Locate the ***.rdx*** saved file on your computer and click ***Open***.
4. Set the ***Mappings*** of the vaults. At this step, if needed, you can add vaults by clicking on the ***Add vault*** button.

   <div data-gb-custom-block data-tag="hint" data-style="warning" class="hint hint-warning"><p>If you have users and they are overriding entries properties with <em><strong>User-specific settings</strong></em>, uncheck <em><strong>Change ID</strong></em>.</p></div>
5. Click ***Finish***.

### See also

* [Devolutions Academy – Migrate your vaults to another workspace](https://academy.devolutions.net/student/activity/2750575-migrate-your-vaults-to-another-data-source?sid=9104fff8-678b-44cd-871e-0c8d00a6dce2\&sid_i=0)


---

# 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-vaults.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.
