> 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/display-rdp-on-multiple-monitors.md).

# Display RDP on multiple monitors

Remote Desktop Manager allows displaying multiple remote screens in an RDP session, provided there are as many local monitors as remote ones. For example, if a technician has a single local monitor, and the remote has two, they will only be able to see the primary screen of the remote session.

To view an application that does not show on the displayed monitor, use the key combination <kbd>Windows</kbd>+<kbd>Shift</kbd>+<kbd>Left</kbd>/<kbd>Right</kbd>. Alternatively, many applications let the user right-click the icon in the task bar and use the ***Move to the current display*** option.

1. In the ***Properties*** of an RDP entry, set the local ***Display*** to ***External***.

   <div data-gb-custom-block data-tag="hint" data-style="warning" class="hint hint-warning"><p>Multiple monitor display is only available in <em><strong>External</strong></em> display mode.</p></div>
2. In the remote ***Display*** section enable the option ***Span on multiple screens if possible***.

   ![](https://cdnweb.devolutions.net/docs/RDMW4171_2024_3.png)

### Use multiple monitors for the remote session

The Windows screen display IDs are not necessarily the same as the RDP. The RDP monitors ID will also start with 0, not 1.

To discover the local RDP screen settings, use the command `mstsc /l`.

![](https://cdnweb.devolutions.net/docs/INTERFACE4075.png)

Enabling the ***Use multiple monitors for the remote session*** in the ***General*** – ***Display*** section unlocks the ***All*** or ***Selected*** settings.

If ***Selected*** is chosen, click on the ellipsis button (***...***) and pick the desired displays in the dropdown menu (put a space or comma between the monitors to identify them). The remote host will then be displayed on the monitor specified in the field.

{% hint style="warning" %}
The remote host will only display and span from the first local monitor selected.
{% endhint %}

![](https://cdnweb.devolutions.net/docs/RDMW4172_2024_3.png)

### Local monitor and desktop selection

In ***External*** display mode, choose on which local monitor the session is to be displayed.

![](https://cdnweb.devolutions.net/docs/RDMW4173_2024_3.png)

The second drop down menu should always be left to ***Current Desktop***, unless using a local virtual desktop.

![](https://cdnweb.devolutions.net/docs/RDMW4174_2024_3.png)


---

# 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/display-rdp-on-multiple-monitors.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.
