Skip to content

Checking the Version of SEAL Keycloak


... in a Browser

Depending on the expected version, you need to try different URLs.


Testing for Version 21.0.0

  1. In your browser, open the following URL:

    https://localhost:32769/admin/master/console/#/master
    
  2. Read out the version from the Server info tab:

    Keycloak version


Testing for Version 15.0.0

  1. In your browser, open the following URL:

    https://localhost:32769/auth/admin/master/console/#/server-info
    
  2. Read out the version from the Server info tab:

    Keycloak version


... in the Command Line

On Linux, SEAL Keycloak is installed by rpm packages.

Use the following command to get the installed version of

rpm -qa | grep keycloak

Example - grep result

The installed SEAL Keycloak Software Bundle Version is 21.0.0.31 and contains SEAL Keycloak Service Version 102.0.3 including the SEAL-specific configuration:

seal-keycloak-102.0.3-467.x86_64
keycloak-21.0.0-31.x86_64

Back to top