Install latest/stable of NetBox
Ubuntu 16.04 or later?
Make sure snap support is enabled in your Desktop store.
Install using the command line
sudo snap install community-netbox
Don't have snapd? Get set up for snaps.
You are about to open
Do you wish to proceed?
Thank you for your report. Information you provided will help us investigate further.
There was an error while sending your report. Please try again later.
Generate an embeddable card to be shared on external websites.
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.
Choose your Linux distribution to get detailed installation instructions. If yours is not shown, get more details on the installing snapd documentation.