Open Source — Apache 2.0

NetBox Plugins Built for Network Engineers

Open-source plugins that extend NetBox with ping monitoring, interactive maps, and more. Built with Python, designed for real infrastructure.

Try the plugins live at demo.danbyte.net user: demo / pass: demo

Built with

Python
Django
PyPI
GitHub
Leaflet

NetBox Ping

Python 3.10+NetBox 4.5+Apache 2.0
Try Live Demo

A NetBox plugin for pinging, discovering, and monitoring IP addresses directly from your NetBox instance.

Ping Individual IPs

One-click ping from any IP address detail page with response time, DNS name, and last seen.

Scan Prefixes

Ping all existing IPs in a prefix at once to check reachability across entire subnets.

Discover New Hosts

Scan entire subnets to find and automatically add active IPs not yet in NetBox.

Bulk Operations

Select multiple prefixes from the list view and scan or discover in bulk.

Auto-Scan Scheduling

Configure recurring scans and discovery globally or per-prefix with customizable intervals.

Per-Prefix Overrides

Three schedule modes per prefix: Follow Global, Custom On, or Custom Off.

DNS Resolution

Automatic reverse DNS lookups with configurable DNS servers for reachable IPs.

Status Columns & Panels

Sortable ping status columns in IP and Prefix tables, plus status panels on detail pages.

NetBox Map

Python 3.12+NetBox 4.5+Apache 2.0
Try Live Demo

A comprehensive mapping and floor plan visualization plugin for NetBox. Build interactive floor plans, place assets on a global map, visualize rack utilization, and more.

Interactive Floor Plans

Canvas-based editor with drag-and-drop tile placement, pan/zoom, and configurable grids.

Global Site Map

Leaflet.js geographic map showing sites, locations, tiles, and standalone markers.

Rack Utilization Heatmap

Color-coded gradient from green to red showing rack fill percentage directly on tiles.

Nested Rack Devices

Expand any rack in the sidebar to see all devices inside, sorted by U-position.

Camera FOV Visualization

Configure and display camera field-of-view cones with live preview on floor plans.

12 Tile Types

Rack, Aisle, Wall, Door, Cooling, Power, Camera, Access Point, and more with distinct colors.

PDF Export

One-click export of floor plans to PDF including all tiles, labels, and camera FOV cones.

Web-Based Settings

Toggle features and configure detail panel fields from the UI — no file editing or restarts.

Development

GitHub Activity

Latest commits across our plugins.

Christian Rose

Merge pull request #12 from DenDanskeMine/feature/issue-11-drop-tile-type

netbox-mapc2872baChristian Rose4h ago
DenDanskeMine

Add drop tile type for network wall plate port assignments (closes #11)

netbox-mapfb545b2DenDanskeMine4h ago
Christian Rose

Merge pull request #10 from DenDanskeMine/fix/issue-9-popover-resize

netbox-map0d565baChristian Rose5h ago
DenDanskeMine

Fix popover overflow when content exceeds container width (closes #9)

netbox-map0e5fb45DenDanskeMine5h ago
Christian Rose

Merge pull request #8 from DenDanskeMine/feature/issue-5-port-cable-tracing

netbox-map474d47cChristian Rose6h ago
DenDanskeMine

Bump version to 0.4.3, update README with cable trace features

netbox-map546132eDenDanskeMine6h ago
DenDanskeMine

Add missing bulk edit views for FloorPlanTile and MapMarker

netbox-map7d3a9d9DenDanskeMine6h ago
DenDanskeMine

Fix show-on-map buttons missing for rack-child devices

netbox-mapf14bfc9DenDanskeMine6h ago
DenDanskeMine

Add draggable sidebar divider, fix cable icon on no-trace devices

netbox-map2dd4721DenDanskeMine7h ago
DenDanskeMine

Fix rear port unified trace, full rack device trace UI, show-on-map buttons

netbox-map6948abdDenDanskeMine7h ago
Christian Rose

Update issue templates

netbox-ping4030432Christian Rose11h ago
Christian Rose

Add PyPI Downloads badge to README

netbox-pingf25f2c2Christian Rose2d ago
DenDanskeMine

Bump version to 2.1.4

netbox-pingd3e8c86DenDanskeMine2d ago
DenDanskeMine

Remove Add and Import buttons from list views

netbox-pingcd846ebDenDanskeMine2d ago
DenDanskeMine

Bump version to 2.1.3

netbox-ping6e14ae3DenDanskeMine3d ago
DenDanskeMine

Add email digest notifications and update README

netbox-pingff6e418DenDanskeMine3d ago
DenDanskeMine

Add skip reserved IPs feature for prefix scans

netbox-ping377f2c4DenDanskeMine3d ago
DenDanskeMine

Add DNS sync to NetBox with change history and tabbed UI

netbox-pingc32ac09DenDanskeMine3d ago
DenDanskeMine

Bump version to 2.1.2

netbox-ping7e777f4DenDanskeMine3d ago
DenDanskeMine

Remove incorrect RQ worker count section from README

netbox-ping85662e6DenDanskeMine3d ago

Getting Started

Quick Start

Get up and running in minutes with pip.

1

Install the plugin

Install from PyPI into your NetBox virtual environment.

$ pip install netbox-ping
$ pip install netbox-map
2

Configure NetBox

Add the plugin to your NetBox configuration.py file.

PLUGINS = [
    'netbox_ping',
    'netbox_map',
]
3

Migrate, collect static & restart

Apply database migrations, collect static files, and restart NetBox services.

$ python manage.py migrate
$ python manage.py collectstatic --no-input
$ sudo systemctl restart netbox netbox-rq

Or try it instantly at demo.danbyte.net — no install needed.

Ready to Extend Your NetBox?

Install our plugins in minutes and unlock new capabilities for your network documentation.

demo.danbyte.net — user: demo / pass: demo