> 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/server/de/knowledge-base/how-to-articles/migrate-vaults-from-devolutions-server-to-devolutions-cloud.md).

# Tresore von Devolutions Server zu Devolutions Cloud migrieren

Tresore können über einen einfachen Dateiimportvorgang von Devolutions Server zu Devolutions Cloud importiert werden. So funktioniert es:

1. Öffnen Sie Devolutions Server in Ihrem gewählten Webbrowser und wechseln Sie zu dem Tresor, der migriert werden soll.
2. Klicken Sie im Inhaltsbereich auf die Auslassungspunkte-Schaltfläche (***...***) und wählen Sie ***Export (.rdm)***.

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

3. Aktivieren Sie alle Optionen, die Ihren Anforderungen am besten entsprechen. Wählen Sie ***v2*** als ***Export file version***.

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

#### Mit Remote Desktop Manager

1. Öffnen Sie Remote Desktop Manager und verbinden Sie sich mit Ihrer Devolutions Cloud-Datenquelle.
2. Klicken Sie mit der rechten Maustaste an eine beliebige Stelle im Navigationsbereich des Tresors Ihrer Wahl und klicken Sie dann auf ***Import*** – ***Import in vault (.rdm)***.

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

3. Suchen und öffnen Sie die zuvor aus Devolutions Server exportierte ***.rdm***-Datei.
4. Wählen Sie, ob im Stammverzeichnis oder in einem bestimmten Ordner importiert werden soll, und klicken Sie dann auf ***Import***.

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

5. Wählen Sie die zu importierenden Einträge aus und klicken Sie erneut auf ***Import***.

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


---

# 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/server/de/knowledge-base/how-to-articles/migrate-vaults-from-devolutions-server-to-devolutions-cloud.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.
