27 lines
896 B
Markdown
27 lines
896 B
Markdown
# NetBox
|
|
|
|
NetBox is an open-source data center and network automation platform with web interface and API.
|
|
|
|
## Features
|
|
|
|
- Data center asset management (racks, devices, IPs, circuits, etc.)
|
|
- Network automation and visualization
|
|
- Web UI management (default port 8000)
|
|
- API integration and automation scripting
|
|
- Multi-user permission management
|
|
- Lightweight and extensible
|
|
|
|
## Usage
|
|
|
|
1. After deployment, access `http://your-server-ip:8000` for the web UI
|
|
2. Default username/password: please refer to the official documentation or initial setup
|
|
3. Configure data center, network, IP and other resources
|
|
4. Config directory: `./config`
|
|
5. Data directory: `./data`
|
|
|
|
## Links
|
|
|
|
- [Official Website](https://netbox.dev/)
|
|
- [GitHub Project](https://github.com/netbox-community/netbox)
|
|
- [Official Documentation](https://docs.netbox.dev/)
|
|
- [Docker Hub](https://hub.docker.com/r/linuxserver/netbox) |