Admin Login¶
SeAT is heavily relaying on EVE Online Single Sign-On to authenticate user. However, it's also shipped with a built-in administrator user.
You need an admin account in order to do certain tasks like configuring your instances, roles, squads, etc...
In order to authenticate with built-in admin user, use command disclosed bellow (choose your context).
You'll get a link after the command has finished running, which looks similar to the one bellow:
Copy it and paste it inside your browser, and you will be authenticated as the built-in admin account.
Hint
You can define a standard user account as an administrator from the user card. To do so, go into Settings > Users, search the user which need to be upgraded and clic on the edit button. On the displaying card, check Administrator and confirm change using edit button.
Warning
If you have not configured the APP_URL
setting in the .env
file, then the admin url will be generated for localhost
.
This is most likely incorrect and you can simply replace localhost
with your server IP address or domain name.