Skip to main content

How to Fix: Password Expiration Notices on Your VPS

Fix password expiration prompts on your VPS — change your password securely or disable expiration safely.

Seeing a password expiration or lockout notice on your VPS? This article explains why it happens and walks you through changing your password — or disabling expiration entirely if you prefer.

Why This Happens: Most QuantVPS servers are provisioned with Windows Server 2022, and password expiration policies may be enabled by default as part of Windows security settings. If you're encountering a password expiry prompt, it does not indicate an issue with your VPS — it's a standard part of Windows account policy enforcement. If desired, you can disable password expiration policies entirely using Group Policy or Local Security Policy. However, we recommend updating your password as prompted to ensure continued access.


Method #1: Use CTRL + ALT + END to Manually Change It

If you're inside the desktop and need to proactively update your password:

  • Press CTRL + ALT + END (not CTRL + ALT + DEL)

  • Select Change a password

  • Enter your current password, then set and confirm a new one

Windows Server security screen — Change a password option after pressing CTRL + ALT + END

Passwords must meet Windows complexity requirements: uppercase, lowercase, number, and special character.


Method #2: Reset the Password Using PowerShell

If you're logged in through another admin-level user and need to reset the Administrator password manually:

  1. Open PowerShell as Administrator

  2. Run this command (update as needed):

    net user Administrator NewSecurePassword123!

You can now log in using the new password.


Optional: Disable Password Expiry Using Server Manager

If you prefer not to deal with password expiration in the future, you can turn off the expiration policy via Server Manager:


Step-by-Step:

  1. Open Server Manager

  2. Click on ToolsComputer Management

  3. In the left menu, go to:

    System Tools > Local Users and Groups > Users

  4. Right-click the Administrator account → Properties

  5. Check the box that says:

    Password never expires

  6. Click Apply and OK

Disabling password expiration is not recommended for production or multi-user systems, but can be acceptable for isolated VPS use cases.

Related articles

Need Assistance?

Our support team is available 24/7. If you have any questions or run into issues, open a support ticket from your QuantVPS dashboard and we'll get back to you as quickly as possible.

Did this answer your question?