NetBox is a free and open source tool (Apache 2.0 license) used to model a network's entire presence through the use of purpose-built models, built to serve the needs of network engineers and operators.
$0
phpIPAM
Score 8.9 out of 10
N/A
phpipam is an open-source web IP address management application, developed with the goal to provide light and simple IP address management.
Netbox is very well suited when you want to consolidate your inventory in one place. Netbox is also very well suited when you want to generate network configurations. You can request the REST API to get the date of a device and generate network configurations with a templating tool, and that is very easy.
phpIPAM is great for a team environment and complex network environments so all members are informed. It's not very user-friendly for administrators to maintain; a IT individual with Linux OS experience is needed in my opinion.
The API is just very well designed. All tools say that what you can do with webUI, you can also do it via the REST API. That is usually not the case except for Netbox, where you can really do everything with the API. For instance with GLPI, you cannot get rack and rack units data with the API, while you can do it via the webUI