The SuperAdmin is the highest-privilege role in Jitera. It is required for creating organizations, managing AI model availability, and accessing the administration console. After deployment, you must create at least one SuperAdmin user before the platform can be used.Documentation Index
Fetch the complete documentation index at: https://docs.jitera.ai/llms.txt
Use this file to discover all available pages before exploring further.
Creating a SuperAdmin
Use the Rake task to assign the SuperAdmin role to a user. The task can promote an existing user or create a new one.Promote an Existing User
If the user already has an account in Jitera:Create a New SuperAdmin User
If the user does not yet have an account:user@example.com— the user’s email address (required)FirstName— first name (required only for new users)LastName— last name (required only for new users)
When a new user is created, a password reset email is sent automatically. Ensure your SMTP configuration is working before running this command.
What the Task Does
| Scenario | Behavior |
|---|---|
| User exists | Promotes the existing user to SuperAdmin |
| User does not exist | Creates a new user with the given name, then promotes to SuperAdmin |
| Password | A password reset email is sent automatically so the user can set their password |
Verification
After running the task:- Log in to Jitera at
https://app.yourdomain.comwith the SuperAdmin email - Verify that the administration menu is accessible
- If the user was newly created, check for the password reset email
Troubleshooting
Task Fails with Permission Error
Ensure theRAILS_ENV environment variable is set correctly:
Password Reset Email Not Received
- Check SMTP configuration:
kubectl exec -it deploy/jitera-automation-rails -n jitera -- env | grep -i smtp - Check email logs:
kubectl logs deploy/jitera-automation-rails -n jitera | grep -i mail - Verify the email address is correct
Next Steps
After creating the SuperAdmin user:- Register AI models in the SuperAdmin console
- Create an organization and invite the initial owner

