Skip to content

Plugins

Sander Steffann edited this page Jul 2, 2020 · 20 revisions

Intro to 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.

Getting Featured

If you want you plugin listed on this page, add the topic netbox-plugin to your repository. For plugins to be listed here, they should be at least in working form. That will highlight the plugin to the NetBox maintainers, and we will get around to adding your plugin to this page.

Plugin Support

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.

Plugin Repositories

Clone this wiki locally