Deploy Catalyst Networks on your own infrastructure
The Community Edition is free and open source. Run your own Nebula network management platform with no time limits, no node caps, and full control over your data.
Core features, completely free
Everything you need to manage a Nebula overlay network for a single organization.
Certificate Authority management
Node registration and lifecycle
Security groups and firewall rules
Full REST API
Community Edition
Free, self-hosted
- 1 organization
- Unlimited nodes
- Certificate authority management
- Node registration (QR + CLI + API)
- Security groups and policies
- REST API with OpenAPI docs
- Basic role-based access (admin / user)
- Docker Compose deployment
Enterprise Features
Available with paid plans
- Multi-organization support
- Full RBAC (owner, admin, member roles)
- Audit logging with full history
- Webhook notifications
- Priority support
- Enterprise updates and patches
Get started in minutes
Docker Compose
The fastest way to get up and running. Clone the repo and start the services:
$ git clone https://github.com/dot-billy/catalyst-networks.git
$ cd catalyst-networks/customer_app
$ cp .env.example .env
$ docker compose up -d
# Visit http://localhost:8099 to create your first account
$ cd catalyst-networks/customer_app
$ cp .env.example .env
$ docker compose up -d
# Visit http://localhost:8099 to create your first account
Need enterprise features or managed hosting?
Upgrade to a paid plan for multi-org support, audit logging, SSO, webhooks, and professional support.
View pricing plans