You can change the main Windows VPS login password from the VPS control panel. This is useful if you have lost the administrator password, want to rotate access after sharing it, or need to set a fresh password before giving the VPS to another admin.

This changes the VPS password stored by the panel and used for normal Windows administrator access. Keep the new password somewhere safe before closing the page.

 

Change the password in the VPS panel

  1. Open your VPS service from the client area.
  2. Open the VPS control panel.
  3. Open the Windows VPS you want to update.
  4. Click Settings.
  5. Click Change Password.
  6. Enter the new password, then enter it again to confirm.

    VPS panel Change Password form for a Windows VPS

  7. Click Change Password.
  8. Restart the VPS if Windows does not accept the new password immediately.

After changing the password, test Remote Desktop again with the new password. If you still cannot sign in, open the VPS console and check that Windows has finished booting.

 

Recover the password from the Windows console

Use this only for a Windows VPS you own or manage. Try the panel password change first, because it is faster and does not require booting into recovery tools.

This method boots the VPS from Windows Server recovery media, opens Command Prompt before Windows starts, and temporarily replaces the accessibility launcher on the login screen with Command Prompt.

After resetting the password, restore the original accessibility launcher. Do not leave the recovery change in place.

  1. Attach the Windows Server recovery or installer ISO and the VirtIO driver ISO to the VPS. In VPS Configuration, set Select ISO to WindowsServer2025.iso, set ISO for secondary CDROM to virtio-win.iso, move CDROM1 above DISK1 in Boot Order, then click Submit. If you need the full ISO mounting process, use How to add and mount an ISO on your VPS.

    VPS Configuration showing WindowsServer2025 ISO selected with CDROM1 first in boot order

  2. Open the VPS console or VNC so you can watch the boot screen: How to use the VPS console or VNC.

    VPS panel VNC launch window for Windows recovery access

  3. Restart the VPS. If the console asks you to press a key to boot from CD or DVD, press a key quickly. If you see Windows Boot Manager, keep Windows Server selected and press Enter. The same screen also shows F8 for advanced boot options.

    Windows Boot Manager shown in the VPS console during Windows recovery boot

  4. When the Windows Setup or recovery screen appears, do not click Install now. Press Shift + F10. This opens Command Prompt from the recovery environment, before the installed copy of Windows starts.

    Windows Server recovery Command Prompt opened with Shift F10

  5. Find the Windows drive. It is often C:, but recovery mode can assign a different letter. If the disk is not visible, load the VirtIO storage drivers from the secondary ISO. For the full driver-loading walkthrough, use How to load VirtIO drivers in Windows VPS recovery.
    drvload E:\amd64\2k25\viostor.inf
    drvload E:\amd64\2k25\vioscsi.inf
    diskpart
    list volume
    exit

    In this example the Windows disk appears as C: after loading the drivers. Use the drive letter that contains the real Windows folder in the next commands.

    Windows recovery Command Prompt showing VirtIO drivers loaded and the Windows disk visible as C

  6. Back up the accessibility launcher, then replace it with Command Prompt. These commands use absolute paths so you do not need to change directory first:
    ren C:\Windows\System32\utilman.exe utilman.exe.bak
    copy /y C:\Windows\System32\cmd.exe C:\Windows\System32\utilman.exe
    dir C:\Windows\System32\utilman.exe*

    Windows recovery Command Prompt showing utilman backed up and cmd copied over utilman

  7. Go back to the VPS panel before rebooting into Windows. Set Boot Order back to DISK1, set the ISO fields back to None, then click Submit.
  8. Reboot the VPS normally back into Windows. You can restart it from the panel, or run this from the recovery Command Prompt after removing the ISO:
    wpeutil reboot
  9. At the Windows login screen, press CTRL + ALT + DELETE if Windows asks for it.

    Windows VPS login screen showing the Administrator password prompt

  10. Click the accessibility icon in the bottom-right corner. Because utilman.exe was temporarily replaced from recovery Command Prompt, a Command Prompt window should open instead of the normal accessibility menu.

    Windows VPS login screen showing the accessibility icon and menu location

  11. If you are not sure what the local admin account is called, list the Windows users first:
    net user
  12. Set a new password for the account. Use quotes if the password contains spaces or special characters:
    net user Administrator "NewStrongPasswordHere"

    If the VPS uses a different admin account name, replace Administrator with the account name shown by net user.

    Windows login screen Command Prompt showing net user password reset completed successfully

  13. Sign in with the new password.
  14. Open Command Prompt or PowerShell as Administrator inside Windows.
  15. Restore the original accessibility launcher:
    copy /y C:\Windows\System32\utilman.exe.bak C:\Windows\System32\utilman.exe
    del C:\Windows\System32\utilman.exe.bak

    After restoring it, the accessibility icon should open the normal accessibility menu again, not Command Prompt.

    Windows login screen showing the normal accessibility menu after utilman is restored

Do not leave utilman.exe replaced with Command Prompt. Restore it after confirming the new password works.

If Windows still does not accept the new password, check that you changed the correct local account and that you typed the same password in Remote Desktop. You can repeat the recovery process if you need to set a different password.

  • 0 istifadəçi bunu faydalı hesab edir
Bu cavab sizə kömək etdi?

Uyğun məqalələr

Installing SteamCMD on your Windows VPS

SteamCMD is Valve's command-line tool for downloading and updating dedicated server files...

How to open Windows Firewall ports on your VPS

Windows Firewall controls which inbound connections are allowed into your Windows VPS. If you...

How to open and use PowerShell on a Windows VPS

PowerShell is the main command-line tool for managing a Windows VPS. You can use it to install...

How to connect to a Windows VPS with Remote Desktop

Remote Desktop is the normal way to manage a Windows VPS. It opens a desktop session so you can...

How to check disk space on a Windows VPS

Low disk space can stop Windows updates, game server updates, saves, logs, and backups from...