Skip to content

First user & workspace

Registration is open by default, so onboarding is self-service — there is no separate admin bootstrap step.

  1. Visit your APP_URL and go to /register to create the first account.
  2. By default (EMAIL_VERIFICATION_ENABLED=false) registration logs you straight in. If you have enabled email verification, make sure your SMTP settings work, then click the verification link before continuing.
  3. Create your first workspace from Settings → Teams, then invite teammates.

Public sign-ups are open by default. To run a private / invite-only instance:

  1. Create your own account first (while registration is still open).
  2. Set REGISTRATION_ENABLED=false in .env and restart the stack.

With it off, /register returns 404 and the “sign up” links are hidden — existing users and email invitations still work. See Feature toggles for details.