The premier source of truth powering network automation. Open source under Apache 2. Try NetBox Cloud free: https://netboxlabs.com/products/free-netbox-cloud/
Go to file
2016-07-13 11:24:34 -04:00
docker Add option to dockerize netbox 2016-06-30 21:43:32 +02:00
docs Updated documentation to include banner settings 2016-07-13 11:24:34 -04:00
netbox Fixes #285: Added PREFER_IPV4 configuration setting 2016-07-13 11:16:09 -04:00
scripts Add CI check for PEP 8 compliance 2016-06-28 10:43:38 -04:00
.gitignore Add vi swap files to gitignore 2016-07-02 17:30:12 +02:00
.travis.yml Add CI check for PEP 8 compliance 2016-06-28 10:43:38 -04:00
CONTRIBUTING.md Added a note to CONTRIBUTING about opening an issue before submitting a PR 2016-07-01 18:20:06 -04:00
docker-compose.yml Fixes #246 - Add build directive to docker-compose.yml 2016-07-10 19:00:40 -05:00
Dockerfile put config into netbox image 2016-07-04 10:42:01 +02:00
LICENSE.txt Initial push to public repo 2016-03-01 11:23:03 -05:00
mkdocs.yml Split configuration doc into two sections 2016-07-08 16:25:34 -04:00
README.md Added a link to docs in readme.md 2016-07-13 06:04:29 +10:00
requirements.txt Update the requirements file to include the natsort library requirement. 2016-07-08 23:27:00 -07:00
upgrade.sh Optionally use sudo if not running upgrade.sh as root 2016-07-01 13:21:51 -04:00

NetBox

NetBox is an IP address management (IPAM) and data center infrastructure management (DCIM) tool. Initially conceived by the network engineering team at DigitalOcean, NetBox was developed specifically to address the needs of network and infrastructure engineers.

NetBox runs as a web application atop the Django Python framework with a PostgreSQL database. For a complete list of requirements, see requirements.txt. The code is available on GitHub.

The complete documentation for Netbox can be found at Read the Docs.

Questions? Comments? Please join us on IRC in #netbox on irc.freenode.net!

Build Status

python 2.7
master Build Status
develop Build Status

Screenshots

Screenshot of main page

Screenshot of rack elevation

Screenshot of prefix hierarchy

Installation

Please see docs/getting-started.md for instructions on installing NetBox.

To upgrade NetBox, please download the latest release and run upgrade.sh.