Comments on How to Install NetBox IRM on Debian 11
NetBox is an Infrastructure Resource Modelling (IRM) software designed for network automation and infrastructure engineering. Initially, it was created by the DigitalOcean team, and now became an open-source project released under the Apache 2 License. This article will walk you through the steps on how to install the NetBox Infrastructure Resource Modeling on a Debian 11 server.
3 Comment(s)
Comments
after all the process is done, without errors, the only page that opens up is the apache config file...
theres nothing in the /var/www/html also. what am i missing?
Hi, if you want to use this app in your LAN use this command to create a ssl certificate.
sudo openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc/ssl/private/netbox.key -out /etc/ssl/certs/netbox.crt
and open the url with https://ip-or-domain
Same here, I think the reverse proxy is not working as the tutorial lacks the part about the letsencrypt cert, or, as I would like a word about running this on a LAN with an IP and no external domain associated.