> 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/getting-started/installation/client/configuration-file-location.md).

# Configuration file location

{% tabs %}
{% tab title="Windows" %}
Remote Desktop Manager saves its configuration in a file named `RemoteDesktopManager.cfg`. This file contains most of the application settings. You can retrieve the installation folder of Remote Desktop Manager by clicking ***File*** – ***Settings*** – ***Advanced***. A hyperlink displays the installation folder in the ***Information*** tab.

<figure><img src="https://webdevolutions.blob.core.windows.net/docs/RDMW4482_2026_2.png" alt=""><figcaption></figcaption></figure>

The configuration file can be located in different folders depending on certain conditions.

| Case                                                         | Configuration file location                                                                                                        |
| ------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------- |
| Installed under **Program Files** or **Program Files (x86)** | `%LocalAppData%\Devolutions\RemoteDesktopManager`                                                                                  |
| Application running on Terminal Server                       | <p><code>%AppData%\Devolutions\RemoteDesktopManager</code><br><br>This is the roaming profile and avoids multi-user conflicts.</p> |
| Other                                                        | Installation folder                                                                                                                |

### Override the default path

There are two ways to change the folder where the configuration file is stored:

1. Create a file named "**Override.cfg**" in the application folder. Remote Desktop Manager opens this file and reads the first line. It should contain the desired installation folder (without the file name). If you wish to use the current installation path, put a period in the file. Here are a few examples:

   <table><thead><tr><th width="254">Examples</th><th></th></tr></thead><tbody><tr><td><strong>C:\RDM</strong></td><td>The config file is saved in the designated folder.</td></tr><tr><td><strong>.</strong></td><td>The period is used to specify the Remote Desktop Manager installation folder.</td></tr><tr><td><strong>%AppData%\Devolutions\RemoteDesktopManager</strong></td><td>Specify the application roaming data folder.</td></tr></tbody></table>
2. By adding a key in the registry: CurrentUser\SOFTWARE\RemoteDesktopManager, OptionPath. Set the desired path in the key OptionPath. You must not include the file name in the value, just the path.

### Default configuration for Remote Desktop Services environment

Please refer to [Terminal Services / Remote Desktop Services](https://docs.devolutions.net/rdm/installation/client/terminal-services/) for details.
{% endtab %}

{% tab title="macOS" %}
Remote Desktop Manager macOS saves its configuration in a file named **RemoteDesktopManager.cfg**. This file contains most of the application settings. You can find the configuration file by following these steps:

1. Open ***Finder***.
2. Click ***Go*** in the menu.
3. Select ***Go to folder***.
4. Copy and paste this path: **\~/Library/Application Support**.
5. Open the **com.devolutions.remotedesktopmanager** folder.
6. Locate the **RemoteDesktopManager.cfg** or **RemoteDesktopManagerFree.cfg** file.

For us to provide you a secure link to share your file, write to our customer support team at <service@devolutions.net>.
{% 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, and the optional `goal` query parameter:

```
GET https://docs.devolutions.net/rdm/getting-started/installation/client/configuration-file-location.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.
