Connect with RDP
Remote Desktop Protocol (RDP) allows you to connect to and manage your Windows Virtual Machine (VM) from a remote location.
This guide walks you through accessing your Windows VM using RDP by retrieving the username and password from the Instance Overview page.
Access the Instance Overview
In the Overview tab of your Virtual Machine, you will find the Username and a hidden Password.
- Username: Copy the provided username (e.g.,
Administrator
) - Password: Click the 👁️ (eye icon) to reveal and copy the password
Launch the RDP Client
Depending on your local system:
- Windows:
- Open Remote Desktop Connection from the Start menu
- macOS:
- Install Microsoft Remote Desktop from the App Store
- Linux:
- Use an RDP client like Remmina
Connect Using RDP
Follow these steps to connect to your VM:
-
Open the Remote Desktop Connection tool on your computer
On Windows: Run
mstsc
in the Start menu or Command Prompt -
Enter the Public IP address of your VM in the Computer field
(You can find this IP in the Instance Overview)
-
When prompted, enter the credentials:
- Username: As retrieved earlier (e.g.,
Administrator
) - Password: The one you revealed using the eye icon
- Username: As retrieved earlier (e.g.,
-
Click OK to connect.
Complete the Connection
You now have full access to your Windows VM — just like sitting at the machine:
- Install software
- Change system settings
- Use it like a physical desktop
If you're prompted with a security warning regarding the identity of the remote machine, you can ignore it and proceed by checking "Don't ask me again for connections to this computer" and click Yes.
✅ Conclusion
Using RDP is a secure and convenient way to manage your Windows VM remotely.
Just make sure:
-
The VM has a Public IP address
-
You use the correct Username & Password
-
Your local network allows outbound RDP (port 3389)