Comments on How to install NetBox Network Documentation and Management Tool on Ubuntu 18.04 LTS
NetBox is a free and opensource web application software that can be used to manage and document computer networks. In this tutorial, we will explain how to install NetBox on Ubuntu 18.04 server.
4 Comment(s)
Comments
This tutorial does not work
nano /etc/nginx/sites-available/netboxTO nano /etc/nginx/sites-available/netbox.con fand it dosent point to the netbox site, only open til Welcome to nginx.....
Hi , I have configured and installed Netbox in my compnay enviroment ,when i have logged in Netbox ,all required taps are showing empty could you please advise what are the next steps to put the ip addresses and add devices on netbox ?
regards,
Zah
this tutorial is much betterhttps://github.com/netbox-community/netbox-docker
git clone -b release https://github.com/netbox-community/netbox-docker.git cd netbox-docker tee docker-compose.override.yml <<EOF version: '3.4' services: netbox: ports: - 8080:8080 EOF docker-compose pull docker-compose up