> 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/de/knowledge-base/troubleshooting-articles/data-recovery.md).

# Datenwiederherstellung

Im Falle eines Datenverlusts aufgrund eines Hardwareausfalls ist es weiterhin möglich, Daten von Ihrem Speichergerät wiederherzustellen, sofern dieses noch verwendbar ist.

### Lösung

1. Navigieren Sie auf dem ausgefallenen Speichergerät zu **C:\Users%USERNAME%\AppData\Local\Devolutions** und kopieren Sie den gesamten Ordner RemoteDesktopManager oder RemoteDesktopManagerFree.

Dieser Ordner enthält die lokale Datenquelle (SQLite oder XML) sowie Ihre Konfigurationsdatei.

2. Fügen Sie diesen Ordner an derselben Stelle auf Ihrem neuen Computer ein, und Sie sollten Ihre Daten wiedererhalten.

   <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>Der hier genannte Pfad gilt für Installationen mit den Standardeinstellungen. Am besten finden Sie Ihren Konfigurationsordner über <em><strong>Datei – Einstellungen – Erweitert</strong></em>. In diesem Fenster finden Sie unten einen Hyperlink. Dieser öffnet Ihren Konfigurationsordner.</p></div>

   <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>Dateibasierte Datenquellen (XML, SQLite usw.) werden standardmäßig in diesem Konfigurationsordner gespeichert. Gehen Sie vorsichtshalber jede Datenquelle unter <em><strong>Datei – Datenquellen</strong></em> durch und sehen Sie sich den lokalen Pfad (falls vorhanden) an. Jede Datei, die sich im Konfigurationsordner befindet, sollte kopiert werden, um eine vollständige Datenwiederherstellung sicherzustellen.</p></div>


---

# 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/de/knowledge-base/troubleshooting-articles/data-recovery.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.
