NetBox
durch pcloudhosting
Version 5.2.7+ Free Support on Ubuntu 24.04
NetBox is an open-source IP address management (IPAM) and data center infrastructure management (DCIM) tool designed for documenting and managing networks, devices, racks, and IP addresses. It provides a centralized source of truth for network infrastructure, helping IT teams streamline operations, reduce errors, and maintain accurate documentation.
Features of NetBox:
- Comprehensive IP Address Management (IPAM) including subnets, IPs, VLANs, and VRFs.
- Data Center Infrastructure Management (DCIM) with racks, devices, power connections, and cabling documentation.
- Device and inventory tracking with detailed metadata for servers, switches, routers, and virtual machines.
- Role-based access control (RBAC) for granular permissions and user management.
- REST API for automation, scripting, and integration with network automation tools.
- Plugin support for extending functionality and integrating with third-party applications.
- Interactive web interface for managing and visualizing network topology.
- Open-source, built on Python and Django, allowing for flexible customization.
- Supports both operational management and capacity planning for network infrastructure.
To check NetBox version:
$ sudo su
$ source /opt/netbox/venv/bin/activate
$ cd /opt/netbox/netbox
$ python3 manage.py --version
Disclaimer: NetBox is open-source software distributed under the Apache 2.0 license. It is not affiliated with, endorsed by, or sponsored by any other company. NetBox is provided "as is," without any warranty, express or implied. Users utilize this software at their own risk. The developers and contributors to NetBox hold no responsibility for any damages, losses, or consequences resulting from the use of this software. Users are advised to carefully review and comply with licensing terms and any applicable regulations while using NetBox.