Skip to content

Installation

The installation instructions provided here have been tested to work on Ubuntu 20.04 and CentOS 8.3. The particular commands needed to install dependencies on other distributions may vary significantly. Unfortunately, this is outside the control of the NetBox maintainers. Please consult your distribution's documentation for assistance with any errors.

The following sections detail how to set up a new instance of NetBox:

  1. PostgreSQL database
  2. Redis
  3. NetBox components
  4. Gunicorn
  5. HTTP server
  6. LDAP authentication (optional)

Requirements

Dependency Minimum Version
Python 3.8
PostgreSQL 11
Redis 4.0

Below is a simplified overview of the NetBox application stack for reference:

NetBox UI as seen by a non-authenticated user

Upgrading

If you are upgrading from an existing installation, please consult the upgrading guide.