First user & workspace
Registration is open by default, so onboarding is self-service — there is no separate admin bootstrap step.
Create your account
Section titled “Create your account”- Visit your
APP_URLand go to/registerto create the first account. - 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. - Create your first workspace from Settings → Teams, then invite teammates.
Locking down registration
Section titled “Locking down registration”Public sign-ups are open by default. To run a private / invite-only instance:
- Create your own account first (while registration is still open).
- Set
REGISTRATION_ENABLED=falsein.envand 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.