Logging into Keycloak admin panel
The Keycloak admin URL will consist of the following components:
- The domain that has been configured for the reseller to access the application (e.g. my-reseller.net or 10.10.121.127)
- The service path (e.g. auth for Keycloak)
- The keycloak admin path /admin/master/console
An example of the above might look something like this: https://my-reseller.net/auth/admin/master/console
Once the correct address has been entered for the cluster Keycloak instance following the above guidelines, it should be possible to login to the Keycloak admin dashboard using the following details:
Username: admin
Password: admin
Note:
- This is the default username and password for the initial login to Keycloak. Please ensure that it is changed!
- The access protocol should always be https.
- The domain in the example above (E.g. my-reseller.net) might not be applicable if a domain is not configured, in which case the server IP address needs to be used (e.g. 10.10.121.127).
Once logged into the portal, there are some additional steps to complete in order to configure Keycloak.