Skip to content

Resetting the Current Configuration


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

  1. Stop Keycloak:

    sudo systemctl stop seal-keycloak
    
  2. Remove the content of the /opt/seal/data/seal-keycloak directory. This is neccessary to reimport the SEAL-specific configuration after the next restart:

    sudo rm -rf /opt/seal/data/seal-keycloak/*
    
  3. Start Keycloak:

    sudo systemctl start seal-keycloak
    

Back to top