Lightweight, self-hosted central management interface for multiple OPNsense firewalls.
- Multiple OPNsense systems
- Encrypted API key storage
- Central status display
- Firmware and service information
- Configuration backup download
- Remote reboot
- Direct WebGUI links
- SQLite storage
- Multi-platform Docker image for AMD64 and ARM64
- Synology DSM / Container Manager compatible
Copy only these files from deploy/ to:
/volume1/docker/opncentral/
├── docker-compose.yml
└── .env
Edit .env:
GHCR_OWNER=frazon11
ADMIN_PASSWORD=YOUR_SECURE_PASSWORD
APP_KEY=YOUR_64_CHARACTER_HEX_KEYGenerate APP_KEY:
openssl rand -hex 32Start:
cd /volume1/docker/opncentral
docker compose pull
docker compose up -dOpen:
http://SYNOLOGY-IP:8788
Persistent data:
/volume1/docker/opncentral/data
/volume1/docker/opncentral/backups
Do not change APP_KEY after saving API credentials.
if you like my ideas and /or projects, feel free to support me:
paypal.me/FrazoN11