Skip to main content

Access to the KOTS Admin Console

The KOTS Admin Console is your central hub for managing your GitGuardian instance. Here, you can:

  • Upgrade your GitGuardian platform to access the latest features and improvements.
  • Back up your GitGuardian data for safekeeping.
  • Re-sync your license to stay compliant and up-to-date.
  • Configure cluster-side settings, including:
info

The KOTS Admin Console is not available with Helm Installation.
For each management action, an alternative method will be described for Helm's environment.

The KOTS Admin Console is available on http://${your-server-address}:8800. If needed you can set up an SSH tunnel to access it locally on http://localhost:8800:

ssh -N -L 8800:localhost:8800 ${your-server-ip}

You can access it with the password given during the installation:

To update the Certificate for the Console, please refer to the TLS documentation.

To retrieve the audit logs for the Console, execute the following command:

kubectl kots get versions gitguardian --namespace <namespace> -o json

If needed, specify the Kubernetes namespace with --namespace (default namespace is used if not specified).

To reset the KOTS Admin Console password, execute the following command:

kubectl kots reset-password

How can I help you ?