Skip to content

Resetting the Current Configuration


If you whish to reset the current configuration, proceed as follows:

  1. Stop Keycloak:

    stop-service seal-keycloak
    
  2. Remove the content of the $env:ProgramData\SEAL Systems\data\seal-keycloak\ directory. This is neccessary to import the SEAL-specific configuration after the next restart:

    Remove-Item "$env:ProgramData\SEAL Systems\data\seal-keycloak\*" -Force -Recurse
    
  3. Start Keycloak:

    start-service seal-keycloak
    

Back to top