{% if success %}

Setup Complete

Admin user created successfully.

Save your API key — it will not be shown again.

{{ api_key }}
Go to Dashboard {% else %}

Initial Setup

No admin user exists yet. Create one to start using FaultRay. Your API key will be generated automatically.

{% if error %}
{{ error }}
{% endif %}
{% endif %}