# multirdp

`ts::multirdp` can be used to enable multiple RDP connections on the target server.

{% hint style="danger" %}
You do not need to patch the RDP service on Windows Servers since multiple RDP connections are allowed,
{% endhint %}

There are two local administrator users:

* `m3g9tr0n` (Local Administrator)
* `hacklab.local\m3g9tr0n` (Domain user part of the local administrators group)

![Local admins on the target Windows 7](/files/-MkRn63Alf8AfHLOJN7g)

```
mimikatz # privilege::debug
Privilege '20' OK
```

```
mimikatz # ts::multirdp
"TermService" service patched
```

As a result, it is possible to initiate another RDP connection while the other user is already connected.

![RDP successful patching](/files/-MkRnWBhH8PVUkB9r6Kl)

{% hint style="info" %}
According to [Benjamin Delpy](https://twitter.com/gentilkiwi/status/1246510049293451266), the `multirdp` module still works on the following recent versions of Windows:

* Windows Server 2019 - Windows NT 10.0 build 17763 (arch x64)
* Windows 10 1909 - Windows NT 10.0 build 18363 (arch x64)
  {% endhint %}

*(Demonstration target is a Windows 7, domain joined, workstation.)*


---

# Agent Instructions: 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://tools.thehacker.recipes/mimikatz/modules/ts/multirdp.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.
