> For the complete documentation index, see [llms.txt](https://docs.neevcloud.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.neevcloud.com/neevcloud-account/getting-started-with-neev-account/enable-two-factor-authentication-in-neevcloud-account.md).

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