# TOTP

## Requirements

* **Linux Control Center**: version **2.12.X** or higher
* **TOTP Authentication Application** (such as Google Authenticator, Authy, etc.)

***

## Overview

The **Linux Control Center (LCC)** allows you to configure two-factor authentication (2FA) through a TOTP application. This functionality increases security when accessing the Management Console.

## Objective

This document aims to guide the process of enabling 2FA in user accounts with access to the LCC Console.

## How to Enable TOTP in an LCC Access Account

1. Access the **LCC** and click on **Config** in the left side menu.

   ![](/files/hrHlEv8SGbfrVGOKVHrt)
2. Click on **User**.

   ![](/files/xmcSFl6CCB3qPbKyg8et)
3. Select the user for whom you want to activate **TOTP**.

   ![](/files/igH8Lni87R7FZt3wq9kf)
4. Click on the **TOTP** option to open the registration QR code.

   ![](/files/NiffUO84PIiy7Lv5RTM4)
5. Scan the **QR Code** displayed using your preferred authenticator app.

   ![](/files/B8eYLrlIHKP4FyMiEYLE)

> **hint:** To disable TOTP, simply click on the **TOTP** option again and enter your username and password to confirm the operation.

1. After saving the code, simply log in normally using your enabled authentication method and then the six-digit code.

## Additional Tips

* Keep the recovery code, if provided, in a safe place.
* If you lose your authenticator device, contact your system administrator to reset 2FA authentication or, if you are logged in, reset the TOTP configuration for your user.


---

# 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.linuxcontrolcenter.com.br/en/configs-integrations/user-management/totp.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.
