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
Jeremy Stretch 57ddd5086f Merge pull request #666 from digitalocean/develop
Release v1.7.0
2016-11-03 15:12:33 -04:00
docker
docs Fixes #632: Use semicolons instead of commas to separate regexes in topology maps 2016-11-03 14:49:02 -04:00
netbox Release v1.7.0 2016-11-03 15:06:08 -04:00
scripts fixes permissions on docker-build.sh 2016-09-13 11:27:04 -05:00
.gitignore gitignore static folder, concretize configuration.py location 2016-10-28 12:28:13 +02:00
.travis.yml
CONTRIBUTING.md
Dockerfile add django-auth-ldap to Dockerfile 2016-09-14 13:32:54 -04:00
LICENSE.txt
README.md Fixed typo 2016-09-21 11:58:04 -04:00
docker-compose.yml
mkdocs.yml
requirements.txt
upgrade.sh

README.md

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 subscribe to the netbox-discuss mailing list, or 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 the documentation for instructions on installing NetBox.

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