OmniSight
Enter the 6-digit code from your authenticator app.
New accounts are read-only until an admin changes their role.
We will send a reset code if this e-mail is configured on your account.

Command line instructions

If you've lost access to your admin account, you can reset the password from the OmniSight container.

Run one of these commands, then sign in with the new password.

docker exec -e OMNISIGHT_RESET_PASSWORD='NewStrongPass1' omnisight npm run reset-password -- --username admin docker compose exec -e OMNISIGHT_RESET_PASSWORD='NewStrongPass1' omnisight npm run reset-password -- --username admin

Add --disable-2fa if you also lost access to your authenticator app.