Skip to content

Initial setup wizard

Once the Worker is deployed, the instance is empty. The first person to sign up becomes the administrator and is guided through a short in-app wizard.

On a fresh instance, public sign-up is open until the first account is created:

  • The first email + password sign-up becomes the instance administrator and is marked email-verified automatically.
  • Public sign-up then closes — by default, everyone else joins by invitation. (If you enable Google login with a self-join domain allowlist, users with a matching Google email can join without one.)
  • Social login stays unavailable until an administrator exists, so there is no window to claim admin on a fresh instance.

The sign-up screen of a fresh instance, before the first account
exists.

On first login the administrator is taken to /setup. It has five steps; the optional ones can be skipped and configured later from the Settings hub.

  1. Create your first workspace (required). Give it a name and slug. Workspaces group your projects and work — one deployment serves one organization.

    Wizard step 1 — “Create your first
workspace”.

  2. Create a project (optional). Projects group the work you log. You can add more — and pick colors — later.

    Wizard step 2 — “Create a
project”.

  3. Instance settings (optional). Turn on the integrations you want now, or skip and set them up later.

    • Email delivery — production email needs Cloudflare Email Service (a Workers Paid plan and a verified sending domain; see System settings → Email for the Cloudflare-side setup). Until then, leave it off and add members directly.
    • Social login — toggle Google and GitHub. A provider appears here only when its client ID and secret are set in the environment (see Configuration).

    Each section saves on its own with its Save button.

    Wizard step 3 — “Instance settings” with email and social-login
sections.

  4. Invite your team (optional). How members join depends on whether email delivery is on.

    Send an invitation email. Each person joins with their own password. Tick Grant instance admin to make the invitee an administrator.

    Wizard step 4 — “Invite your team”, email-off variant: a member created directly with a
generated password.

  5. You’re all set. Finish to land on your new workspace.

    Wizard step 5 — the “You’re all set” completion
screen.

The wizard only covers the first run. Ongoing management lives in the Settings hub and is covered in the Admin guide: System settings (email and social login), User management (accounts and admin grants), and Report templates.