Windows RD Access
Windows Remote Desktop Access
Windows-based platform nodes include Remote Desktop Protocol support, allowing administrators to connect to the virtual desktop of a Windows machine and configure the server remotely.
The platform also includes the browser-based Guacamole RDP gateway. It works through HTML5 and does not require additional browser plugins or locally installed client software. A preferred desktop RDP client can also be used.
RDP Connection via Web Client
The workflow is similar for all Windows virtual-machine nodes. Immediately after node creation, the one-time Guacamole link from the notification email can be used. At any later time, access can be started from the platform dashboard.
Expand the Remote Desktop menu beside the required Windows node or node layer and click Open in Browser.
The same menu also provides the following options for manual connections:
- Reset RDP Password — resets and resends the Administrator credentials.
- Info — displays brief instructions for establishing a manual RDP connection.
- RDP link — provides the connection address for a local RDP client.
The remote desktop session opens in a new browser tab. After the connection is established, the Windows Server Manager is displayed and server configuration can begin.
RDP Connection via Local Client
To connect through a local Remote Desktop client, use the Administrator credentials sent in the environment-creation email. Suitable clients include Remote Desktop for Windows, KRDC, Remmina, or RDesktop for Linux, and Microsoft Remote Desktop for macOS.
For Windows
Install and launch the Microsoft Remote Desktop application.
At the top of the application window, click Add > PC.
Enter the RDP connection link, or endpoint, in the PC name field.
Note
When a Public IP is attached to the Windows VM, use that Public IP instead of the endpoint.
The connection address is available in the creation email or through either of these dashboard locations:
- Environment Settings > Endpoints
- The node’s Remote Desktop menu
Click the + button next to User account and enter the Administrator credentials from the notification email.
Click Save and modify any optional connection settings as required. The connection appears under Saved Desktops. Select it to start the remote session.
For Linux, macOS, and FreeBSD
The following example uses the rdesktop utility. Alternative clients such as freerdp can also be used. Install the required client through the operating system package manager.
Network Level Authentication
To connect with rdesktop, disable Network Level Authentication in the Windows VM Remote Desktop settings. To keep Network Level Authentication enabled, use a compatible client such as freerdp.
Open a terminal and run the following command:
Replace {access_url} with the RDP access address from the dashboard or notification email. Enter it without the protocol prefix.
Note
The environment must be in the Running state. Otherwise, the client returns an unable-to-connect error.
In the opened login window, enter the credentials from the environment-creation email.
The username and password can also be included directly in the connection command:
After authentication, the remote Windows desktop opens and the server can be managed through the built-in Server Manager.
