Skip to content

Installation

SentriKat on-premises is installed with Docker Compose — the only supported deployment method.

Follow the Docker Deployment guide.

In short:

  1. Download the release bundle (sentrikat-<version>.tar.gz) from the Customer Portal
  2. Extract it, copy .env.example to .env, and set the required variables
  3. docker compose up -d — database migrations run automatically at boot
  4. Open the app in your browser and complete the setup wizard
  5. Activate your license from Administration > License

The Docker Deployment guide covers each step in detail, plus updates, backups, TLS, and troubleshooting.

Using SentriKat SaaS?

Skip this page — your instance is already running at app.sentrikat.com. Just deploy agents to start scanning.

Looking for the manual (bare-metal) installation guide?

Bare-metal installation is not a supported path and is no longer documented. The container entrypoint performs setup that a manual install would have to replicate by hand (CA certificates, permissions, automatic schema migrations), so only the Docker Compose deployment is tested and supported. If your environment cannot run Docker, contact [email protected].