> 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/troubleshooting-articles/lost-the-mfa-set-on-the-remote-desktop-manager-application.md).

# Lost the MFA set on the Remote Desktop Manager application

{% tabs %}
{% tab title="Windows" %}
This solution applies if you have set a MFA or an Application password on your Remote Desktop Manager application in ***File*** – ***Settings*** – ***Security*** and if you have lost your phone or locked yourself out of the application.

### Solution

1. Ensure that Remote Desktop Manager is completely closed.
2. Head over to Remote Desktop Manager's configuration folder (by default `C:\Users\Username\AppData\Local\Devolutions`), and rename the `RemoteDesktopManager` folder to something indicating it is no longer to be used, e.g., `RemoteDesktopManager.old`.
3. Launch Remote Desktop Manager again. Doing so automatically creates a new `RemoteDesktopManager` folder with default configurations, and sets Remote Desktop Manager to behave as if freshly installed.
   {% endtab %}

{% tab title="macOS" %}
This solution applies if you have set a MFA or an Application password on your Remote Desktop Manager macOS application in ***File – Settings – Security*** and if you have lost your phone or locked yourself out of the application.

### Solution

1. Close Remote Desktop Manager macOS.
2. Find your `RemoteDesktopManager.cfg` configuration file and rename it `RemoteDesktopManager.old`. By default, it is located under `/Users/[Username]/Library/Application Support/com.Devolutions.RemoteDesktopManager`.
3. Launch Remote Desktop Manager macOS.
   {% endtab %}
   {% endtabs %}


---

# 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/troubleshooting-articles/lost-the-mfa-set-on-the-remote-desktop-manager-application.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.
