Loading...
With the app running locally, the last setup step is creating an admin account so you can reach the admin panel and configure the product.
You should already have FastStaq running from Clone and run locally, with migrations applied.
FastStaq ships a create-admin command. From the repository root, create a brand-new owner account in one step:
pnpm --filter @faststaq/server create-admin you@example.com \
--role OWNER --create --password 'Str0ng!Pass#2026' --name 'You'
Notes:
--role OWNER grants the highest level of access; --role ADMIN is also available.--create and --password to simply promote them./login and sign in with the email and password above./admin to reach the admin panel.Confirm the core flows work end to end:
/register and verify the account./admin and check the dashboard loads./support/help to confirm the knowledge base renders./pricing.Start tailoring FastStaq: see Environment variables reference and the Configuration & Environment category.
Open a support ticket if admin access does not work as expected.
Sign in to leave feedback on this article.