Skip to content

2FA TOTP

TOTP is a time-based one-time password algorithm. You can use it to authenticate your account. Use one of the apps on your phone to generate the codes:

  • Authy
  • Google Authenticator
  • Microsoft Authenticator
  • other "authenticator" apps

Why use 2FA?

  • It's more secure than just a password or minecraft account.
  • For more privileged users like admins, 2FA means a higher level of security.

How does it work?

  1. You enter the code generated by your authenticator app.
  2. If the code is correct, you can log in.

login.png

Even if you have password enabled, you can still use 2FA. login-with-password.png

Enabling 2FA

Every registered player can enable 2FA using the /setup2fa command.

    1. User will receive a secret that they need to enter in the authenticator app or they can scan generated QR code.

secret.png

For simplicity scannable QR code can be generated too.

qr.png

    1. After successful authenticator app setup enter the code generated by the app using the /verify2fa command.
    1. If the correct code was provided, then the setup is complete.

success.png

Disabling 2FA

To disable 2FA use the /disable2fa command.

Made by Navio1430 and Contributors with ❤️