The premier source of truth powering network automation
NetBox is the leading solution for modeling and documenting modern networks.
It combines traditional DCIM (Data Center Infrastructure Management) and
IPAM (IP Address Management) with powerful automation capabilities.
This snap packages the NetBox application with Gunicorn. PostgreSQL and
Redis must be provided separately (system packages, Docker, etc.).
Quick start:
sudo apt install postgresql redis-server
sudo -u postgres createuser netbox
sudo -u postgres createdb -O netbox netbox
sudo snap set community-netbox db.host=localhost db.port=5432
db.name=netbox db.user=netbox db.password=""
sudo snap set community-netbox redis.host=localhost redis.port=6379
sudo community-netbox.manage createsuperuser
# Open http://localhost:8080
All settings are available via snap get community-netbox.