Skip to content

Quickstart

Download the latest release for your platform from GitHub Releases, then:

Terminal window
chmod +x autentico
./autentico start --auto-setup

The --auto-setup flag generates a .env with fresh secrets (RSA key, CSRF, token signing) on first run. On subsequent starts, the existing configuration is reused.

Navigate to http://localhost:9999/onboard and create your first admin account.

You’ll be redirected to the Admin UI. From there you can register clients, manage users, and configure settings.