# Change VPS Password

***

{% hint style="success" %}
Changing your password in Windows Server 2022 is a simple process. Follow the steps below to update your password
{% endhint %}

#### **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:

<pre class="language-powershell"><code class="lang-powershell"><strong>net user username newpassword
</strong></code></pre>

Replace `username` with your actual account name, and `newpassword` with the new password you want, for example&#x20;

```powershell
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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.vibeshost.com/gtq/windows/change-vps-password.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
