MAGDOX Code Security documentation

Offline and self-hosted

Running scans and the dashboard without an internet connection.

Status: Preview

Some environments cannot reach any external service. The CLI and the dashboard are built to work there too, with rules delivered as signed files instead of downloads.

Offline scans

bashplaceholder
# On a connected machine
magdox rules pull --out magdox-rules-2026.09.18.bundle

# Transfer the file by your approved process, then on the isolated machine
magdox rules import magdox-rules-2026.09.18.bundle   # signature verified before import
magdox scan --offline --local-only

Self-hosted dashboard

  • Delivered as container images with a reference deployment for Docker Compose and Kubernetes.
  • Uses your PostgreSQL and object storage.
  • CLIs point to it with MAGDOX_URL or the url setting in .magdox.yml.
  • Licence and rule-bundle entitlements are checked offline with a signed licence file.

Self-hosted and air-gapped deployments are arranged per engagement. Contact us or book a call to scope one.