Video coming soon…
⚠️ Always review any script before running it on your server. Test in a staging environment first.
📦 Resources & Setup Scripts
Before starting, please make sure to grab the required scripts from our GitHub repository to follow along with the video easily.
Quick Install:
wget https://raw.githubusercontent.com/mhmdali94/Docker/refs/heads/main/security/netbox/netbox-ubuntu.sh
chmod +x netbox-ubuntu.sh
sudo bash netbox-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/refs/heads/main/security/netbox/netbox-ubuntu.sh
2 Make it Executable
chmod +x netbox-ubuntu.sh
3 Run the Installer
sudo bash netbox-ubuntu.sh
4 Access the Web UI
http://:8000
# Log in with the superuser from your environment variables
Ports Used
| Port | Purpose |
|---|---|
| 8000 | NetBox web UI + REST/GraphQL API |
| 5432 | PostgreSQL (internal only) |
| 6379 | Redis — cache + task queue (internal only) |
