Welcome to NetBox for Newbies! This repository contains a presentation and demo designed to introduce you to the world of NetBox, the open-source infrastructure resource modeling (IRM) tool.
Whether you're a network engineer, sysadmin, or just NetBox-curious, this repo will help you get your bearings and maybe even have a bit of fun along the way.
slides/: PDF presentationdata/: Data imports for NetBox demoscripts/: Scripts and configurations used in the NetBox demo
- Network operators who want a better way to manage sites, devices, IPs, etc.
- Engineers tired of tracking infrastructure in spreadsheets
- Anyone who’s heard of NetBox but hasn’t had a chance to try it
- People looking for ways to improve network documentation and automation
- What NetBox is and why people use it
- Key concepts: Sites, Devices, Racks, IPAM, and more
- How to install and run NetBox (locally or with Docker)
- How to use NetBox’s web UI to manage your infrastructure
- A peek at the API and automation potential
- Basic knowledge of networking (IP addresses, VLANs, devices)
- Familiarity with the Linux command line
- (Optional) Docker installed if you want to try the demo
- The slide deck is available here:
📽️ netbox-for-newbies.pdf
NetSIG is a Special Interest Group focused on computer networking. We're affiliated with Victoria Raspberry PiMakers group located in Victoria, Canada. These presentations are hosted in person and on-line.
- A simple demo environment to try out NetBox yourself!
-
Clone this repo:
git clone https://github.com/netbox-community/netbox-docker.git cd netbox-docker -
Launch NetBox with Docker:
docker compose up -d
-
Configure the admin password:
docker exec -it netboxdemo-netbox-1 /opt/netbox/netbox/manage.py \ changepassword admin -
Open your browser to http://localhost:8000
-
Login with:
- Username:
admin - Password:
(newly configured password)
- Username:
-
Start exploring! 🎈
- Spotted a typo? Got a better way to explain a concept?
- I’d love your feedback! Open an issue or pull request 🛠️
- NetBox Project – the real stars of the show 🌟
- NetBox Docker – for an easy demo site
This content is licensed under the Creative Commons Attribution 4.0 International License.
