Files
netbox/docs/installation/index.md
Martin Hauser e859807d1d docs(guides): Update Ubuntu reference to 24.04
Update the installation and administration guides to reference
Ubuntu 24.04 instead of 22.04 where applicable, and refresh examples
to match NetBox v4.5.

This includes updates to Python version requirements, NetBox shell
commands, Redis configuration, and sample outputs to align with current
compatibility and best practices.

Fixes #21297
2026-01-26 15:43:59 -05:00

1.5 KiB

Installation

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

Dependency Supported Versions
Python 3.12, 3.13, 3.14
PostgreSQL 14+
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.