-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Plugins
Plugins are packaged Django apps that can be installed alongside NetBox to provide custom functionality not present in the core application. Plugins can introduce their own models and views, but cannot interfere with existing components. A NetBox user may opt to install plugins provided by the community or build his or her own.
Plugins are supported on NetBox v2.8 and later. As of v2.8, plugins are considered a beta feature.
- Plugins Documentation
- netbox-animal-sounds a reference plugin for developers to learn from
If you want you plugin listed on this page, add the topic netbox-plugin to your repository. That will highlight the plugin to the NetBox maintainers, and we will get around to adding your plugin to this page.
Each plugin is not maintained by the NetBox core and are in varying states. Please open feature requests and other issues with the plugin project directly. If a developer needs to request a feature or bug fix for the plugins function within the core NetBox repository, they can do so as normally.
- Dynamic DNS Connector for NetBox - Dynamic DNS manager using NetBox
- NetBox Onboarding plugin - A plugin for NetBox to easily onboard new devices.
- Netbox Plugin for SSO using SAML2 - This repository provides a Netbox plugin that can be used to integrate with a SAML SSO system, such as Okta.
- Netbox Topology Views Plugin - A netbox plugin that draws topology views
- NetBox Virtual Circuit Plugin -
- NextBox UI Plugin - A topology visualization plugin for Netbox powered by NextUI Toolkit
- Palo Alto Networks firewall/Panorama NetBox plugin - NetBox plugin for listing firewall rules (from a Palo Alto Networks firewall/Panorama) associated with a NetBox object.
- vCenter integration plugin for NetBox - This plugin shows live data from vCenter clusters in NetBox, making it easier for administrators to make sure that reality reflects what is documented in NetBox.