{{hostname}}

{% if no_users_exist or no_admins_exist %}
{% if no_users_exist %}

There are no users on this system! To make an administrative user, log into this machine using SSH (like when you first set it up) and run:

cd mailinabox
sudo management/cli.py user add me@{{hostname}}
sudo management/cli.py user make-admin me@{{hostname}}
{% else %}

There are no administrative users on this system! To make an administrative user, log into this machine using SSH (like when you first set it up) and run:

cd mailinabox
sudo management/cli.py user make-admin me@{{hostname}}
{% endif %}
{% endif %}

Log in here for your Mail-in-a-Box control panel.

Enter the six-digit code generated by your two factor authentication app.