Skip to content

Restricting access

You can restrict access to WebSummoner UI with a htpasswd file as follows:

  1. Create a file with user test and password test-password:

    Terminal window
    htpasswd -bc /path/to/users.htpasswd test test-password
  2. Run WebSummoner UI with -users flag pointing to this file:

    Terminal window
    ./websummoner-ui -users /path/to/users.htpasswd