Back to Netbox

Installation

docs/installation/index.md

4.6.01.5 KB
Original Source

Installation

<div class="grid cards" markdown> </div>

The installation instructions provided here have been tested to work on Ubuntu 24.04. 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 or uWSGI
  5. HTTP server
  6. LDAP authentication (optional)

Requirements

DependencySupported Versions
Python3.12, 3.13, 3.14
PostgreSQL14+
Redis4.0+

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

Upgrading

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