> 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/unable-to-connect-with-your-devolutions-account.md).

# Unable to connect with your Devolutions Account

You receive an error when trying to connect to Remote Desktop Manager with your Devolutions Account.

### Solution

1. Close Remote Desktop Manager
2. Validate that you are able to connect to your ***Devolutions Account*** through a browser using this link: [Devolutions Login](https://login.devolutions.com/op/login)
3. If you get redirected to <https://account.devolutions.net>, you must delete your browser cookies and retry the link provided at step 1.
4. If the connection does not work, delete the historical cache of your browser and see if this issue still occurs afterward.
5. If you are still unable to login, try with a different browser, or in incognito mode.
6. If it persists, open the ***Developer Tools*** of your browser by pressing on F12.
7. Go back to [Devolutions Login](https://login.devolutions.com/op/login)
8. Clear the content of the ***Console*** and ***Network*** section of the ***Developer Tool*** window.
9. Try to connect to your ***Devolutions Account*** once more by entering your email address on the login page.
10. When you get the error:

    * In the Network section, export the trace report with the ***Export HAR*** button (arrow down button).
    * In the Console section, right click on the error line and ***Save as.***

    <div data-gb-custom-block data-tag="hint" data-style="danger" class="hint hint-danger"><p>Keep in mind that HAR files contain sensitive data, including content of the pages you downloaded while recording and your cookies. This allows anyone with the HAR file to impersonate your account and all the information that you submitted while recording (personal details, passwords, credit card numbers, etc.).Protect your session data by <a href="https://har-sanitizer.pages.dev/">sanitizing your HAR files</a> before sharing.</p></div>
11. Attach the data in an email to <service@devolutions.net> with a brief description of your issue. We will then be able to troubleshoot this issue with you through our ticketing system.


---

# 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/unable-to-connect-with-your-devolutions-account.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.
