Close

NetBox

By- NetVerity (Version 2.10.4OS Ubuntu 20.04 )

Description

NetBox is an open source IP address management (IPAM) and data center infrastructure management (DCIM) tool developed specifically to address the needs of network and infrastructure engineers. It is intended to function as a domain-specific source of truth for network operations. NetBox is built on the Django Python framework and uses a PostgreSQL database and Redis.

Software Included

Getting started after deploying NetBox

Once your instance has been created, the NetBox web UI will be available at https://your_vm_public_ipv4/. You can access the system shell via SSH:

ssh root@your_vm_public_ipv4
 

This instance has been provisioned with a self-signed TLS certificate, which is not suitable for production use. To replace this with a certificate issued by Let’s Encrypt:

1- Update the server_name parameter in /etc/nginx/sites-available/netbox

2- Create a DNS A record for your domain pointing to this server

3- Run the following: sudo certbot --nginx -d $DOMAIN (where $DOMAIN is your domain name)

4- Reload Nginx (systemctl reload nginx)

Support Details

Supported By: NetVerity
Support URL: https://groups.google.com/g/netbox-discuss