Skip to content

Installing Keycloak


Hint - active virus scanner

An active virus scanner may slow down the installation.

  1. Make sure the JAVA_HOME environment variable is set to the Java Runtime Environment installed on the server.

    If not, open a Command Prompt (Adminstrator) and enter the following command:

    setx JAVA_HOME /M "C:\Program Files\Java\<java_install_path>"
    
  2. In a browser, log on to the SEAL Systems delivery platform with your logon data:

    https://delivery.sealsystems.de

    Hint - logon data

    You receive the logon data from your Technical Project Manager at SEAL Systems.

  3. Download the Keycloak - 21.0.1.40 - msi folder. It is saved as Keycloak - 21.0.1.40 - msi.zip.

  4. Extract the .zip archive.

  5. In a PowerShell (Administrator), change to the Keycloak - 21.0.1.40 - msi directory and start installing the package:

    cd "Keycloak - 21.0.1.40 - msi"
    
    Set-ExecutionPolicy Bypass -Scope Process -Force; .\install.ps1
    
  6. Open the required firewall ports:

    Set-ExecutionPolicy Bypass -Scope Process -Force; .\firewall.ps1
    
  7. After the installation is finished, start the service:

    start-service seal-keycloak
    

Back to top