> 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/setting-up-2-fa.md).

# Setting up 2-FA

## Why should you set up 2-FA on your metal account?

Two-factor authentication adds an extra layer of protection to your Metal account. Even if someone obtains your password through data breaches, phishing attempts, or other means, they still cannot access your account without the second authentication code from your phone or an authenticator app.

With full server access, bad actors can steal sensitive data, delete critical files, or encrypt your data, and demand ransom. When you set up 2FA, even if your password is compromised attackers still can't gain the administrative privileges needed to destroy your infrastructure.

## How to set up 2-FA on Metal?

### 1. Go into your account settings on metal

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. Active 2-FA on your account

To do this, start the process by clicking on the `Active 2FA` button

<figure><img src="/files/9m5XnBuVR2Is3B42EV80" alt=""><figcaption></figcaption></figure>

Then scan the QR code that pops up with your preferred 2-FA app \[1], and then input the 2-FA code into the boxes below \[2]

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

### 3. Save the recovery codes

After inputting the correct 2-FA code, you'll be presented with a few recovery codes. Please save them in a safe place in case you ever lose access to your 2-FA app.&#x20;

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

And just like that, you have successfully set up 2 factor authentication on your metal account!&#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/setting-up-2-fa.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.
