[Keycloak](https://www.keycloak.org/) is an Open Source Identity and Access Management solution for modern Applications and Services.
**Keycloak Interface - http:// IP:8080** (First start can take a few minutes)
⚙️ **Initial Login**
The initial admin user can be added manually using the web frontend when accessed from localhost or automatically using environment variables.
To add the initial admin user using environment variables, set `KEYCLOAK_ADMIN` for the initial admin username and `KEYCLOAK_ADMIN_PASSWORD` for the initial admin password.
First, stop Keycloak
```
systemctl stop keycloak.service
```
then start Keycloak by coping & pasting the following (only needed once)