Quickstart
Get the platform running in minutes with a simple CLI command.
Requirements
Check hardware, software, and network requirements.
Architecture
The self-hosted platform is delivered as a set of Docker containers managed by the Dreadnode SDK/CLI.- Management Layer: The
dreadnode platformCLI handles version management, configuration, and container orchestration. It acts as the control plane for your local instance. - Runtime Layer: The platform runs on Docker, consisting of an API service, a UI frontend, and data stores (Postgres, ClickHouse).
- Data Layer: All data (logs, evaluation metrics, agent artifacts) is stored locally in Docker volumes or in your configured external databases.
Key Capabilities
- Data Sovereignty: No data leaves your infrastructure. All model inputs, outputs, and evaluation results remain local.
- Air-Gap Support: Can be deployed in air-gapped environments without internet access using offline image transfer.
- Custom Infrastructure: Connect to your own existing databases (Postgres, ClickHouse) or use the bundled containerized versions.
- Flexible Access: Configure for local usage (
localhost) or expose to your team via a secure proxy host.

