Não é um cliente BH Servers?

How to Use Multiple Monitors with RDP Access

Step by step guide to using all of your computer monitors during a Remote Desktop session, spreading the server desktop across several screens at the same time.

Before you start, you will need:

✅ A computer running Windows Pro, Enterprise or Education
✅ Two or more monitors connected and detected by Windows
✅ The IP address and port of your server (sent by e-mail after activation)
✅ The username and password for your Windows access (sent by e-mail)

1

Open Remote Desktop Connection

Press Windows + R, type mstsc and press Enter.

Windows + R mstsc Enter

In the window that opens, enter the IP address and port of your server in the Computer field, using the format 192.168.1.100:port.

Then click Show Options in the lower left corner of the window.

2

Go to the "Display" tab

With the options expanded, fill in the User name field with Administrator (or the username provided in your activation e-mail).

Then click the Display tab, the second one in the list, right next to "General".

3

Enable the use of all monitors

Inside the Display tab, find the checkbox "Use all my monitors for the remote session" and tick that option.

Once that is done, click Connect.

???? The display size slider becomes greyed out when this option is enabled. That is expected, since the session will now use the combined resolution of all your monitors.

Enter your password when prompted and the session will open across all of your screens.

4

Save the configuration for future connections

To avoid repeating the process every time, go back to the General tab before connecting and click Save As....

Choose a location on your computer and give the file a name, for example My VPS.rdp. Next time, just double click that file and the connection will open with multiple monitors already enabled.

Quick shortcut: Windows + R mstsc /multimon opens directly in multi monitor mode
5

Using only some of your monitors (optional)

If you have three or more monitors and want to use only part of them in the remote session, open the .rdp file you saved with Notepad and add the following lines:

use multimon:i:1
selectedmonitors:s:0,1

To find out which number corresponds to each monitor, run mstsc /l from Windows + R. A window will show the list of available monitors along with their identifiers.

Save the file and open it again. The session will now use only the monitors you specified.

Useful shortcuts during the session

Shortcut What it does
Ctrl + Alt + Break Switches between full screen and windowed mode
Ctrl + Alt + End Same as Ctrl + Alt + Del inside the remote session
Connection bar Sits at the top of your primary monitor and lets you minimise or end the session

Troubleshooting

The session opens on only one monitor

Make sure the option "Use all my monitors for the remote session" was ticked before you clicked Connect. If you are using a previously saved .rdp file, you will need to edit it and save it again with the option enabled.

The image looks stretched across the monitors

This happens when the session is using "span" mode instead of true multi monitor mode. Check that your .rdp file contains use multimon:i:1 and not span monitors:i:1.

The option is greyed out or missing

This feature is available on the Pro, Enterprise and Education editions of Windows. On the Home edition the RDP client works normally, but it is limited to a single monitor.

Slow performance with multiple monitors

The larger the screen area, the higher the bandwidth usage. In the Display tab, lower the Colors setting to 16 bit and, in the Experience tab, select a slower connection speed to disable visual effects.

One of the monitors stays black

Check that all monitors are set to "Extend" on your local Windows, under Settings → System → Display. The "Duplicate" mode makes RDP see only one screen.

Monitors with different resolutions

RDP works normally in this situation, but the visual result is better when your monitors share the same resolution and the same orientation.

⚠️ Your server needs enough video and memory resources to render a larger desktop area. On VPS plans with fewer resources, using three or more monitors may make the session feel slower.

Need help? Open a ticket with our Support Center.

Was this answer helpful? 0 Users Found This Useful (0 Votes)