Vibes Host Doc's & FAQ
  • Welcome to Vibes Host Doc's & FAQ
  • General Technical Questions
    • Windows
      • Change VPS Password
      • How to connect to your windows VPS
      • Open Windows Firewall Ports
      • Setup MariaDB on Windows Server
      • Disable Windows Update
    • Linux
      • Change user password
      • Install MariaDB on Linux
    • AntiDDos Firewall Managment
      • Path.net
  • Games
    • Rust
      • How to protect your Rust server
    • Minecraft
    • GTA ROLEPLAY
  • VPS DASHBOARD MANAGMENT
    • About the new Vibes Dashboard
      • Change the OS
      • Enable 2FA
  • Discord
  • Support Ticket
  • Youtube Videos
Powered by GitBook
On this page

Was this helpful?

  1. General Technical Questions
  2. Windows

Change VPS Password

View how to change the Administrator user password in Windows Server


Changing your password in Windows Server 2022 is a simple process. Follow the steps below to update your password

Option 1: Change Password Using the Ctrl + Alt + Delete Screen

  1. Log into your Windows Server 2022 with your current credentials.

  2. Once logged in, press Ctrl + Alt + Delete on your keyboard.

  3. From the menu that appears, select Change a password.

  4. In the next window:

    • Enter your current password in the first field.

    • Enter your new password in the second field.

    • Confirm the new password by entering it again in the third field.

  5. Click Enter or press OK to confirm the change.

Your password will now be updated.

Option 2: Change Password via Computer Management (for Admins)

  1. Open the Start menu, type Computer Management, and press Enter.

  2. In the left-hand panel, navigate to Local Users and Groups > Users.

  3. Find the user whose password you want to change. Right-click the user and select Set Password.

  4. A warning message will appear. Click Proceed.

  5. Enter the new password and confirm it. Click OK to finalize the change.

Option 3: Using Command Prompt

  1. Open Command Prompt as Administrator:

    • Right-click the Start menu and select Windows Terminal (Admin) or Command Prompt (Admin).

  2. Type the following command to change the password for your account:

net user username newpassword

Replace username with your actual account name, and newpassword with the new password you want, for example

net user Administrador 938iskjfk$%3ijnk$4
  1. Press Enter. A confirmation message will appear stating "The command completed successfully."


By following any of these methods, you can easily change your password on Windows Server VPS.

PreviousWindowsNextHow to connect to your windows VPS

Last updated 8 months ago

Was this helpful?

Page cover image