Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 2025 Direct Cursus Technology L.L.C.
Yandex Cloud Desktop
  • Getting started
    • All tutorials
      • Creating a desktop
      • Connecting to a desktop
      • Resetting a desktop user password
      • Launching, restarting, and stopping a desktop
      • Updating a desktop
      • Deleting a desktop
    • Viewing logs
    • Viewing operations with resources
  • Access management
  • Pricing policy
  • Cloud Desktop events
  1. Step-by-step tutorials
  2. Desktops
  3. Resetting a desktop user password

Resetting a desktop user password

Written by
Yandex Cloud
Updated at May 13, 2025
Management console
User desktop showcase
Yandex Cloud CLI
API
  1. In the management console, select the folder containing your desktop.
  2. From the list of services, select Cloud Desktop.
  3. In the left-hand panel, select Desktops.
  4. Select the desktop to connect to.
  5. Under Desktop user, next to the user account, click and select Reset password.
  6. Confirm the password reset.
  7. Save the new password from the pop-up window that appears, then close the window.
  1. Open the user desktop showcase.

  2. If the desktop you want to connect to has the Stopped status, run it by clicking and then confirming the action.

    Wait for the desktop status to change to Active.

  3. Click and confirm the password reset.

  4. Save the new password from the pop-up window that appears, then close the window.

If you do not have the Yandex Cloud (CLI) command line interface yet, install and initialize it.

The folder specified when creating the CLI profile is used by default. To change the default folder, use the yc config set folder-id <folder_ID> command. You can specify a different folder using the --folder-name or --folder-id parameter.

  1. See the description of the CLI command for resetting a desktop password:

    yc desktops desktop reset-password --help
    
  2. Get a list of desktops in the default folder:

    yc desktops desktop list
    

    Result:

    +----------------------+------------------+--------+----------------------+---------------------+
    |          ID          |       NAME       | STATUS |   DESKTOP GROUP ID   |   CREATED (UTC-0)   |
    +----------------------+------------------+--------+----------------------+---------------------+
    | e3vmvhgbgac4******** | my-cloud-desktop | ACTIVE | e3v1rbln45tl******** | 2024-10-09 22:42:28 |
    | e3vio1bc5ppz******** | reserved-desktop | ACTIVE | e3v1rbln45tl******** | 2024-10-09 21:35:17 |
    +----------------------+------------------+--------+----------------------+---------------------+
    
  3. Select the ID of the desktop you need.

  4. Reset the desktop password:

    yc desktops desktop reset-password \
      --id <desktop_ID> \
      --user-account-id <user_ID>
    

    Where:

    • --id: Desktop ID.
    • --user-account-id: Desktop user ID.

Use the resetPassword REST API method for the Desktop resource or the DesktopService/ResetPassword gRPC API call.

Was the article helpful?

Previous
Connecting to a desktop
Next
Launching, restarting, and stopping a desktop
© 2025 Direct Cursus Technology L.L.C.