Installation¶
NetBox Plugin Installation Model¶
Proxbox is installed as a standard NetBox plugin. The NetBox-side steps are:
- Install the Python package into the NetBox environment.
- Add
netbox_proxboxtoPLUGINS. - Run plugin migrations.
- Run
collectstatic. - Restart NetBox and the NetBox RQ worker.
For the general NetBox plugin process, see the official NetBox plugin installation guide. Use the Proxbox-specific pages below for exact package names, Docker file locations, migrations, and backend setup.
Choose the path that matches your NetBox deployment:
- Host or VM NetBox with a Python virtualenv: prefer Installing the Plugin Using Git for the current repository state.
- Docker-based NetBox (
netbox-community/netbox-docker): use Installing the Plugin in Docker-Based NetBox Deployments.
Available guides: