# Enable Two-Factor Authentication in Neevcloud Account

### **Enable two-factor Authentication** <a href="#enable-two-factor-authentication" id="enable-two-factor-authentication"></a>

**Two-factor authentication (2FA)** adds an extra layer of security to your Ubuntu system by requiring two forms of identification before granting access. In addition to the usual username and password, 2FA requires an additional piece of information, such as a one-time password (OTP) generated by an authenticator app.

**Recommended apps**

* [Parichay Authenticator](https://play.google.com/store/apps/details?id=com.nic.parichayauthenticator)
* [FreeOTP for Android](https://totp.neevcloud.com/releases/freeotp.apk)
* [Google Authenticator](https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2)
* [Microsoft Authenticator](https://play.google.com/store/apps/details?id=com.azure.authenticator)

First, install a TOTP authenticator app on your mobile device.

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

Here is a method to enable two-factor authentication (2FA).

Navigate to the NeevCloud dashboard and select the 'Account' section.

<figure><img src="/files/0EzBP8VZUQRWiO1qWRQ8" alt=""><figcaption></figcaption></figure>

Click on the singing section

<figure><img src="/files/514bkjL1p2lQq5CAoVHv" alt=""><figcaption></figcaption></figure>

Click on 'Set up Authenticator Application' to proceed with the configuration.

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

Open your Authenticator app and scan the displayed QR code. Once scanned, enter the verification code generated by the app to complete the authentication process.

Give the name device and click on the submit.

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

After submission, you can verify that authentication has been successfully enabled.

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

To proceed, log out of your current session and then log back in to ensure all configurations are properly loaded

Enter your registered email address and password to proceed.

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

Now, open your Authenticator app. You will see the latest verification code generated, enter this code and click 'Sign In' to proceed.

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

Your account is now accessible.

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


---

# 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.neevcloud.com/neevcloud-account/getting-started-with-neev-account/enable-two-factor-authentication-in-neevcloud-account.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.
