> 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/how-to-articles/rdp-session-entry/rdp-clarification-and-information.md).

# RDP clarification and information

In Remote Desktop Manager, the latest RDP version uses the latest version of the Microsoft RDP ActiveX present on the system - it’s always **mstscax.dll**, but the DLL contains different versions of the the ActiveX interface.

FreeRDP is the only RDP client we embed into Remote Desktop Manager, but it is only used if you change the RDP Version to one of the FreeRDP options available. All other options use the Microsoft RDP ActiveX which is always external to Remote Desktop Manager

{% hint style="info" %}
We have never embedded the Microsoft RDP client into Remote Desktop Manager, mostly because it is not possible to redistribute it separately. All you need to stay up to date is to update Windows, as we use the DLL present on the system, which we have no control over.
{% endhint %}

In both cases, the Microsoft RDP client is external to Remote Desktop Manager Under regular conditions, the fallback is not expected to happen - if you request **mstscax.dll**, it will always use **mstscax.dll** - the condition where **mstscax.dll** is missing is not handled.


---

# 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/how-to-articles/rdp-session-entry/rdp-clarification-and-information.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.
