> 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/dedicated-servers/account-management/changing-the-account-password.md).

# Changing the account password

## When should you change your account password?

If you receive notifications about data breaches affecting services where you've used the same or similar passwords, please change your Metal account password immediately. This will prevent bad actors from accessing your metal account.&#x20;

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!&#x20;

## How can you change your password on Metal?

### 1. Go into your account settings on metal <a href="#id-1.-go-into-your-account-settings-on-metal" id="id-1.-go-into-your-account-settings-on-metal"></a>

Start by going into your account settings on [Metal](https://metal.crunchbits.com/), which you can enter by first pressing your name in the right top \[1], and then clicking on `My Account` \[2]

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

### 2. Input your new password

Then you'll need to input your new password into the `Password` field

{% hint style="info" %}
We reccomend that your password fits the following criteria:

* At least 12 characters long
* Contains lowercase, and uppercase letters, as well as numbers, and special characters like `!@#$%`

If possible, you should use a password manager, which will let you make brute force proof passwords, as well as make the process of having diffrent passwords everywhere way simpler.&#x20;
{% endhint %}

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

### 3. Save the changes that you've made

Then save the new password by clicking the `UPDATE` button on the left bottom&#x20;

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

And just like that, your password has been changed!&#x20;


---

# 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/dedicated-servers/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.
