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
2017-09-28 17:36:05 -04:00
.github Removed task list formatting 2017-08-21 11:10:07 -04:00
docs Merge pull request #1544 from digitalocean/reports 2017-09-28 17:16:10 -04:00
netbox Merge pull request #1544 from digitalocean/reports 2017-09-28 17:16:10 -04:00
scripts Removed Docker bits from CI build 2017-09-28 17:36:05 -04:00
.gitattributes Force Unix line endings on shell scripts 2017-03-09 16:20:32 +00:00
.gitignore Initial work on reports 2017-09-19 17:47:42 -04:00
.travis.yml Removed Docker bits from CI build 2017-09-28 17:36:05 -04:00
CONTRIBUTING.md Added notes to discourage the prepending of arbitrary tags to issue titles 2017-05-25 14:38:33 -04:00
LICENSE.txt Initial push to public repo 2016-03-01 11:23:03 -05:00
mkdocs.yml Added docs for reports 2017-09-28 16:25:42 -04:00
README.md Added vagrant alternative installation link 2017-05-16 07:13:05 -04:00
requirements.txt Bumped psycopg2 hoping to fix jsonb errors in CI 2017-09-28 16:43:35 -04:00
upgrade.sh Fixes #1253: Improved upgrade.sh to allow forcing Python2 2017-06-09 12:13:47 -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 subscribe to the netbox-discuss mailing list, or join us on IRC in #netbox on irc.freenode.net!

Build Status

NetBox is built against both Python 2.7 and 3.5. Python 3.5 is recommended.

status
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.

Alternative Installations