Quickstart
Docker Compose is the recommended way to run OpenSecDash.
bash
cp docker-compose.example.yml docker-compose.yml
docker compose up -dOpen the app:
text
http://localhost:8765The container listens on port 8000 internally. The example compose file maps it to host port 8765.
First steps
- Open Settings.
- Enable the plugins you want to use.
- Configure datasource paths or API credentials.
- Open Diagnostics to check plugin health.
- Use Events, IP Explorer, and Assets depending on enabled plugins.
Security note
OpenSecDash currently has no built-in user management or authentication. Do not expose it directly to the public internet. Put it behind a VPN or a trusted authentication reverse proxy.