Install Kpow Enterprise
Get a license key, deploy Kpow however your infrastructure works, then connect your terminal and coding agents with the Factor House CLI.
Get a license key
Enter your email and we'll send you an Enterprise license key: RBAC, data masking, multi-tenancy, staged approval workflows, and a full audit log.
Install your way
Kpow runs as a single stateless container, with no database or proxy layer to stand up. Pick the deployment method that fits your environment.
Run Kpow in a single container
docker pull factorhouse/kpow:latest
docker run -d -p 3000:3000 \
--env-file kpow.env \
factorhouse/kpow:latest Set up the CLI and Agent Skills
Manage Kpow from your terminal with the fh CLI, and let your coding agents use it to investigate your Kafka clusters.
-
1. Install the CLI
The fh CLI is a single binary for Kpow, Flex, Iglu, and Factor Platform, using the same REST API as the web UI.
brew install factorhouse/tap/fh -
2. Connect it to your deployment
Set the API URL, authentication method, default tenant, and cluster, then check the connection.
fh config configure fh kafka topic list -
3. Install Agent Skills
Give Claude Code, Codex CLI, or GitHub Copilot a set of skills that answer Kafka questions through the fh CLI.
fh skills install # Codex CLI, GitHub Copilot fh skills install --agent claude # Claude Code
Questions before you install?
Talk to our team about license tiers, air-gapped deployments, or which install method fits your infrastructure.