Yandex Cloud
Search
Discuss with expertTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
    • Cloud Interconnect
    • Cloud Backup
    • Cloud Registry
    • Yandex AI Studio
    • Compute Cloud
    • Object Storage
    • Managed Service for Kubernetes®
    • Yandex BareMetal
    • Smart Web Security
    • Security Deck
    • Managed Service for PostgreSQL
    • Managed Service for ClickHouse®
    • Monium
    • Cloud CDN
    • Network Load Balancer
    • Virtual Private Cloud
    • Cloud DNS
    • Application Load Balancer
    • Yandex Cloud Video
    • Stackland
    • Yandex Cloud Router
    • Yandex Managed Service for Trino
    • Managed Service for MySQL®
    • Managed Service for Valkey™
    • Managed Service for Apache Spark™
    • Yandex StoreDoc
    • Managed Service for OpenSearch
    • Managed Service for Apache Kafka®
    • Data Transfer
    • Yandex MPP Analytics Engine for PostgreSQL
    • Yandex Managed Service for Apache Airflow®
    • Data Processing
    • Yandex MetaData Hub
    • Managed Service for YDB
    • Managed Service for Sharded PostgreSQL
    • Managed Service for YTsaurus
    • Yandex WebSQL
    • DataLens
    • Yandex Search API
    • SpeechSense
    • SpeechKit
    • DataSphere
    • Vision OCR
    • Translate
    • Yandex Identity Hub
    • Key Management Service
    • Certificate Manager
    • Yandex Lockbox
    • Audit Trails
    • SmartCaptcha
    • Cloud Desktop
    • SourceCraft Code Assistant
    • Container Registry
    • Managed Service for GitLab
    • Managed Service for Prometheus®
    • Cloud Functions
    • API Gateway
    • Yandex Cloud Postbox
    • Message Queue
    • Serverless Integrations
    • IoT Core
    • Data Streams
    • Serverless Containers
    • Cloud Notification Service
    • Yandex Query
    • Identity and Access Management
    • Yandex Cloud Console
    • Resource Manager
    • Yandex Cloud Billing
    • Yandex Cloud Quota Manager
    • Cloud Apps
  • System Status
  • Marketplace
    • Featured
    • Infrastructure & Network
    • Data Platform
    • AI for business
    • Security
    • DevOps tools
    • Serverless
    • Monitoring & Resources
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2026 Direct Cursus Technology L.L.C.
Yandex Compute Cloud
    • All guides
        • Connecting to a VM over SSH
        • Connecting to a VM over SSH using Cloud Shell
        • Exchanging files with VMs
        • Connecting to a VM via RDP
        • Connecting to a VM via PowerShell
        • Using Yandex Cloud from within a VM
        • Recovering access to a VM
    • Viewing operations with resources
    • Viewing metrics Monitoring
  • Yandex Container Solution
  • Access management
  • Pricing policy
  • Terraform reference
  • Metrics Monitoring
  • Audit Trails events
  • Release notes
  1. Step-by-step guides
  2. VMs
  3. Operations
  4. Connecting to a VM via RDP

Connecting to a Windows VM via RDP

Written by
Yandex Cloud
Updated at July 31, 2026
View in Markdown

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 VM with the RUNNING status over RDP. It may take some time for all services to initialize after the VM starts. If you get a connection error, try again in 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. You can use FQDN to access a VM from another Yandex Cloud VM if both are connected to the same network. To get the IP address and FQDN, use the management console: go to the Network section on the VM page.

To connect to the VM:

Windows
macOS
Linux
  1. Click Start.
  2. In the search box, type Remote desktop connection and select the relevant item.
  3. In the Remote desktop connection window, enter the public IP address of the VM to connect to in the Computer field.
  4. Click Connect.
  5. Specify the account settings:
    • User name: Administrator.
    • Password.
  6. 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.

Useful linksUseful links

  • Remote desktop connection.
  1. Install and run Microsoft Remote Desktop (official free RDP client for Mac).
  2. Click → Add PC.
  3. In the Add PC dialog, enter the public IP address of the virtual machine to connect to in the PC name field.
  4. In the User account field, select Add User Account.
  5. In the Add a User Account dialog, specify the account settings:
    • Username: Administrator.
    • Password.
  6. Click Add twice.
  7. Connect to the remote machine by double-clicking the connection you created in the main Microsoft Remote Desktop window.

Useful linksUseful links

  • Getting started with a remote desktop on Mac.
  1. 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
    
  2. Start Remmina.

  3. Click .

  4. Fill in the Profile block as follows:

    • Name: Name for the connection.
    • Protocol: RDP - Remote Desktop Protocol.
  5. 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.
  6. Click Save.

  7. Connect to the remote machine by double-clicking the connection you created in the quick access connection list.

Useful linksUseful links

Installing Remmina on non-Ubuntu Linux distributions

What's nextWhat's next

Using Yandex Cloud from within a VM

Was the article helpful?

Previous
Exchanging files with VMs
Next
Connecting to a VM via PowerShell
© 2026 Direct Cursus Technology L.L.C.