Opening the Keycloak Administration Console
Note
To be able to call the Keycloak administration console, an initial admin user must exist in Keycloak. You can create this user at http://localhost:8085/auth/.
For more information, see the Keycloak Server Administration Guide, section "Creating the first administrator" (https://www.keycloak.org/docs/latest/server_admin/index.html#creating-first-admin_server_administration_guide).
The Keycloak administration console can be opened via:
- the URL (http://localhost:8085/auth/admin/)
- the button User Management in the X4 Control Center (http://localhost:8080/)
Note
If you cannot access the server via a localhost
address or would like to start Keycloak via the command line, you can also create the initial admin user remotely.
For more information, see the Creating the account remotely section in the Keycloak Server Administration Guide (https://www.keycloak.org/docs/latest/server_admin/index.html#creating-the-account-remotely).
The official Keycloak documentation can be accessed via the URL https://www.keycloak.org/documentation.html.