> For the complete documentation index, see [llms.txt](https://docs.synteq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.synteq.com/virtualization-platform/account-management/changing-the-account-password.md).

# Changing the account password

## When should you change your account password? <a href="#when-should-you-change-your-account-password" id="when-should-you-change-your-account-password"></a>

If you receive notifications about data breaches affecting services where you've used the same or similar passwords, please change your [VPS Control Panel](https://virt.crunchbits.com/) account password immediately. This will prevent bad actors from accessing your metal account.

You should also change it when you see any suspicious activity anywhere you've used the same or a similar password. Even if the strange activity is later on linked back to you doing something, it's always better to be safe than sorry!

## Changing password from the dashboard

### 1. Go to your account settings

Start by logging into our [VPS Control Panel](https://virt.crunchbits.com/). Then On the dashboard, click on the `Account` button.

<figure><img src="/files/sDHTgWueng7uYrhJLnvp" alt=""><figcaption></figcaption></figure>

### 2. Change your password

Navigate to the `Password` \[1] tab, then enter your `Current Password` in field 2, and your `New password`  into field 3. Afterward, re-enter the `New password` in field 4 as shown in the image.

<figure><img src="/files/q9BdcycnCXCUhQGsSTgh" alt=""><figcaption></figcaption></figure>

### 3. Confirm the password change

Now, simply click on `Update Account Password` and done!

<figure><img src="/files/p2haxXQbBftYVMifxaqx" alt=""><figcaption></figcaption></figure>

## Changing your password if you’ve forgotten it

In case you no longer have your old password and need to reset it, open the login page for our [VPS Control Panel](https://virt.crunchbits.com/) and click on `Lost Password?` as shown in the image below.

<figure><img src="/files/wTiDOtiuEAAIb2NR6Vpv" alt=""><figcaption></figcaption></figure>

### 1. Getting the password reset email

On the Lost Password page, enter your registered email address in Field 1 and click on the `Reset` Button \[2].

<figure><img src="/files/nDSACtmArEinpRn9D9Dh" alt=""><figcaption></figcaption></figure>

### 2. Resetting your password with the reset password link

Open your email inbox and find the email from `noreply@crunchbits.com` with the subject `Reset Password Notification.`

Next, Open that email and look for the password reset link and click on it.

<figure><img src="/files/4uT9ia483cotdLlXU52a" alt=""><figcaption></figcaption></figure>

On the password reset form, double-check field one to make sure the email address is correct and enter the new password you would like to set in fields 2 & 3.

<figure><img src="/files/7DQ3LHZ798wipZvvZLzn" alt=""><figcaption></figcaption></figure>

### 3. Saving your new password

Once you've entered the new password you would like to set, click on the `Reset Password` button and you've successfully reset your password!&#x20;

<figure><img src="/files/5DHEGNuH8yC1fJuJ6TCx" alt=""><figcaption></figcaption></figure>

You can now go back to the login page and log in to the panel using your new password.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.synteq.com/virtualization-platform/account-management/changing-the-account-password.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
