For the complete documentation index, see llms.txt. This page is also available as Markdown.

Create an Admin User

Discover how to create your Admin User

Defaut Admin User

Email: admin@admin.com

Password: admin1234

Create a default plan

First step is to create a default plan as described here Create first and default plan

Signup as regular user

Go to /auth/signup and register as a simple user

Edit isAdmin to true

In your DB manager, set the isAdmin field to true in User table of the account you've just registered.

Access to admin dashboard at /admin and start managing your app

Last updated