> 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/knowledge-base-articles/website-authentication-with-remote-desktop-manager-windows.md).

# Website authentication with Remote Desktop Manager Windows

The ***Website*** entry is useful for automatically opening a website and filling in your login information. Depending on the specific website, additional configuration may be required to properly send the username and password. The login process may occur automatically or might involve additional manual steps, based on how the website handles authentication.

<figure><img src="https://cdnweb.devolutions.net/docs/RDMW0016_2024_2.png" alt=""><figcaption></figcaption></figure>

### Settings overview

* ***Username***: the username used to log into the website
* ***Domain***: the domain associated with the website (if applicable).
* ***Password***: the password for the website.

  <figure><img src="https://cdnweb.devolutions.net/docs/RDMW0017_2024_2.png" alt=""><figcaption></figcaption></figure>
* ***Autofill login***: Automatically fills in your credentials when opening the web page.
* ***Autofill delay***: Sets a delay (in seconds) between opening the web page and autofilling the credentials.
* ***Auto submit***: Automatically submits your credentials to log in immediately upon autofill completion.

  <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>In the <em><strong>Log in</strong></em> tab, set <em><strong>Authentication</strong></em> to <em><strong>Form</strong></em>, and ensure the <em><strong>Autofill login</strong></em> and <em><strong>Auto submit</strong></em> options are enabled.</p></div>

  <figure><img src="https://cdnweb.devolutions.net/docs/RDMW0018_2024_2.png" alt=""><figcaption></figcaption></figure>

The ***Discover*** command scans the webpage for fields matching those configured in the entry. This helps the application identify the correct fields to autofill when logging into the website.

<figure><img src="https://cdnweb.devolutions.net/docs/RDMW0019_2024_2.png" alt=""><figcaption></figcaption></figure>

### Missing fields troubleshootingThis troubleshooting method requires using a browser outside of Remote Desktop Manager.

For certain websites, the autofill feature may not function automatically. Some websites specifically prevent autofilling credentials for security reasons. In these cases, you can manually identify the field IDs for the login form on the webpage.

To manually find these IDs, right-click within the username and password fields, then select ***Inspect***.

<figure><img src="https://cdnweb.devolutions.net/docs/RDMW0021_2024_2.png" alt=""><figcaption></figcaption></figure>

You will find the corresponding IDs needed for the ***HTML control*** tab of the website session entry in Remote Desktop Manager.

Below is an example of inspecting the ***Username*** field. In this case, the ID for the username field is `username`.

<figure><img src="https://cdnweb.devolutions.net/docs/RDMW0020_2024_2.png" alt=""><figcaption></figcaption></figure>

### See also

* [Devolutions Academy – Automating website logins with autofill in RDM](https://academy.devolutions.net/student/activity/2404924-automating-website-logins-with-autofill-in-rdm)


---

# 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/knowledge-base-articles/website-authentication-with-remote-desktop-manager-windows.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.
