Connecting to a Windows VM via RDP
Remote Desktop Protocol (RDP) with Network Level Authentication (NLA) is enabled for images of all versions and editions of the Windows operating system prepared for Yandex Cloud. Before connecting to a VM, make sure that NLA is enabled in your desktop settings.
You can connect to a virtual machine with the RUNNING
status over RDP. Some time may be required to initialize all the services after the VM starts. If there is a connection error, retry after a few minutes.
Virtual machine security groups must allow incoming TCP traffic to port 3389.
To connect using RDP, specify the public IP address or the FQDN of the VM. Access using FQDN is possible from another Yandex Cloud VM if it is connected to the same network. You can find out the IP address and FQDN in the management console. Go to the Network section on the virtual machine's page.
To connect to the VM:
- Click Start.
- In the search box, type Remote Desktop Connection and select the appropriate item.
- In the Remote Desktop Connection window, enter the public IP address of the VM to connect to in the Computer field.
- Click Connect.
- Specify the account settings:
- User name:
Administrator
- Password
- User name:
- Click OK.
Note
It usually takes up to 6 minutes to start a VM and initialize Remote Desktop (RDP). In rare cases, loading may take much longer than the time specified. For example, when using:
- VMs with less than 100% guaranteed vCPU performance.
- VMs that generate a load that exceeds the boot disk's IOPS limit.
- Network HDD drives with small storage capacity.
See also
- Install and run Microsoft Remote Desktop
(official free RDP client for Mac). - Click
→ Add PC. - In the Add PC dialog, enter the public IP address of the virtual machine to connect to in the PC name field.
- In the User account field, select Add User Account.
- In the Add a User Account dialog, specify the account settings:
- Username:
Administrator
- Password
- Username:
- Click Add twice.
- Connect to the remote machine by double-clicking the connection you created in the main Microsoft Remote Desktop window.
See also
-
Install Remmina (a free RDP client for Linux) using the commands:
sudo apt-add-repository ppa:remmina-ppa-team/remmina-next
sudo apt-get update
sudo apt-get install remmina remmina-plugin-rdp
-
Start Remmina.
-
Click
. -
Fill in the Profile block as follows:
- Name: Name for the connection.
- Protocol: RDP - Remote Desktop Protocol.
-
In the Basic tab specify the details for connection and authorization:
- Server: Public IP address of the virtual machine to connect to.
- User Name:
Administrator
. - Password.
-
Click Save.
-
Connect to the remote machine by double-clicking the connection you created in the quick access connection list.