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.

DenDanskeMine

Bump version to 0.11.0

netbox-mapc661408DenDanskeMine30m ago
Christian Rose

feat: topology filter by tag + include sub-locations/sub-roles (#35, #44) (#48)

netbox-mapa1829b4Christian Rose32m ago
DenDanskeMine

Bump version to 2.7.0

netbox-ping715d12eDenDanskeMine1h ago
Christian Rose

feat: custom SLA thresholds (#28) + VRF inheritance on Discover (#30) (#32)

netbox-ping0b6caedChristian Rose1h ago
DenDanskeMine

Bump version to 2.6.1

netbox-ping6bcc490DenDanskeMine1h ago
DenDanskeMine

Bump version to 0.10.2

netbox-map1d7b8e1DenDanskeMine1h ago
Christian Rose

fix: quick search on Ping Results AND Ping History matches IPs (#29) (#31)

netbox-pingc490caaChristian Rose1h ago
Christian Rose

fix: topology PDF export no longer hangs on large topologies (#47)

netbox-mapa369aa0Christian Rose1h ago
Christian Rose

fix: floor plan canvas + PDF default to light when theme is ambiguous (#41) (#46)

netbox-mapf90f858Christian Rose1h ago
Christian Rose

fix: tag reverse-accessor clash with other plugins (#42) (#45)

netbox-map086e889Christian Rose1h ago
DenDanskeMine

fix: dashboard widget picker crash — use eager gettext in AppHealthWidget (v0.10.1)

netbox-mapcfd5972DenDanskeMine14d ago
Christian Rose

feat: Uptime SLA tracking + Audit Reports (v2.6.0)

netbox-ping4e90e18Christian Rose14d ago
DenDanskeMine

docs: add documentation link to README header

netbox-mapc5f9452DenDanskeMine14d ago
DenDanskeMine

docs: add 0.10.x to compatibility and security tables

netbox-map5d9d09eDenDanskeMine14d ago
Christian Rose

Update compatibility table for netbox-map versions

netbox-map28f78a4Christian Rose14d ago
DenDanskeMine

Add ping count setting, fix false down results (#25)

netbox-ping1b870ccDenDanskeMine4/1/2026
DenDanskeMine

chore: bump version to 2.4.1

netbox-ping66ff642DenDanskeMine3/7/2026
DenDanskeMine

fix: manual discover discarded by dedup guard (missing is_manual check)

netbox-ping16d5dfdDenDanskeMine3/7/2026
DenDanskeMine

release: v2.4.0 — SSH Jumphost routing (#23)

netbox-pingb6e212eDenDanskeMine3/5/2026
DenDanskeMine

feat: SSH Jumphost routing for isolated networks (#23)

netbox-ping2025f56DenDanskeMine3/5/2026

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