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

# Setting up 2-FA

## Why should you set up 2-FA on your metal account? <a href="#why-should-you-set-up-2-fa-on-your-metal-account" id="why-should-you-set-up-2-fa-on-your-metal-account"></a>

Two-factor authentication adds an extra layer of protection to your Virt 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 Virt? <a href="#how-to-set-up-2-fa-on-metal" id="how-to-set-up-2-fa-on-metal"></a>

### 1. Go into your account settings <a href="#how-to-set-up-2-fa-on-metal" id="how-to-set-up-2-fa-on-metal"></a>

Start by going to [https://virt.crunchbits.com](https://virt.crunchbits.com/), and logging in. Then click on the `Account` button.

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

Then enter the `Two-factor Authentication` tab.&#x20;

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

### 2. Activate 2-FA on your account

To do this, scan the QR code \[1] presented on that page with your preferred 2-FA application, and then enter the code into the box below \[2].

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

Afterward, click on the `Activate App Based TOTP`

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

### 3. Save the backup codes in a safe place

Start by clicking on the `Backup codes` button.

<figure><img src="/files/06Ua4hOqZhHo3KY8Kw57" alt=""><figcaption></figcaption></figure>

Then save the codes that it shows in a safe place. These codes can be used to disable 2-FA in case you've lost access to your 2-FA application.

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


---

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