Windows VPS Access via RDP
Windows Remote Desktop Access
RDP Connection via Web Client
The web-client workflow is similar for all Windows VM nodes. Immediately after creating a Windows node, you can use the one-time Guacamole link from the platform email. Later, you can start the same type of remote session from the dashboard.
1Open the Remote Desktop menu
Expand the Remote Desktop menu next to the Windows node or layer and click Open in Browser.
2Work with the Windows desktop
The remote desktop opens in a new browser tab. After the session starts, the Windows Server Manager is available for server administration.
Remote Desktop Menu Options
The same Remote Desktop menu also provides information and actions used for manual/local RDP connections.
- Reset RDP Password — resets the Administrator password and resends the credentials.
- Info — displays short manual RDP connection instructions.
- RDP link — provides the connection address used by a local Remote Desktop client.
RDP Connection via Local Client
For local-client access, use the Windows credentials sent in the environment-creation email. The source lists Microsoft Remote Desktop for Windows, KRDC/Remmina/rdesktop for Linux, and Microsoft Remote Desktop for macOS as common options.
Connect from Windows
1Open Microsoft Remote Desktop
Launch Microsoft Remote Desktop and click Add > PC.
2Enter the connection address
Paste the RDP connection endpoint into the PC name field. If the Windows node has a public IP, use the public IP instead.
You can find the RDP address in the environment-creation email or from the dashboard.
3Add the Windows account
Click the + button next to User account, enter the credentials from the environment email, save them, and adjust optional session settings if required.
The connection is then stored under Saved Desktops. Select it whenever you want to open a remote Windows session.
Connect from Linux, macOS, or FreeBSD
The source demonstrates this workflow with rdesktop, though another compatible RDP client such as FreeRDP can also be used.
If rdesktop is not installed, install it using the package manager appropriate for the local operating system. Historical source examples include:
yum -y install rdesktop sudo apt-get install rdesktop
Network Level Authentication Note
rdesktop. If you want to keep NLA enabled, use a client such as FreeRDP that supports it.
After preparing the client, connect using the RDP access URL without the protocol prefix:
rdesktop {access_url}
The {access_url} is the RDP connection address from the dashboard or environment email.
After the connection window opens, enter the Windows credentials from the environment email.
You can also provide the username and password directly in the command:
rdesktop -u {username} -p {password} {access_url}
