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 2.1.0 and add V1 upgrade instructions to README

netbox-pingb8b7a28DenDanskeMine25m ago
DenDanskeMine

Add configurable ping concurrency and timeout settings

netbox-ping24e36edDenDanskeMine35m ago
DenDanskeMine

Removed soem workers as the RF limit was reached sometimes

netbox-pinge0cff48DenDanskeMine1h ago
DenDanskeMine

Optimize scan performance: bulk DB ops, 500 threads, progress logging

netbox-ping75f15edDenDanskeMine1h ago
DenDanskeMine

Fix job enqueue: pass prefix ID via data instead of instance

netbox-ping55cdd6bDenDanskeMine2h ago
DenDanskeMine

Move prefix scan/discover actions to background jobs

netbox-pingdfc6125DenDanskeMine2h ago
Christian Rose

Add upgrade instructions for netbox_ping migration

netbox-pingc71ca2dChristian Rose8h ago
DenDanskeMine

Add demo link and clean up plugin links in README

netbox-map75cbfe2DenDanskeMine23h ago
DenDanskeMine

Clean up plugin links in README

netbox-ping77b08abDenDanskeMine23h ago
DenDanskeMine

Add demo link to README

netbox-ping4f68463DenDanskeMine23h ago
DenDanskeMine

Add ping history tracking and fix badge text color

netbox-pinga66d93aDenDanskeMine23h ago
DenDanskeMine

Focus on tile when opening floor plan from device page

netbox-map4a46890DenDanskeMine23h ago
DenDanskeMine

v0.3.8

netbox-map862127aDenDanskeMine1d ago
DenDanskeMine

Fix Show on Map buttons to zoom in and select the marker

netbox-map4db4374DenDanskeMine1d ago
DenDanskeMine

Add website link to README

netbox-mapf6922c8DenDanskeMine1d ago
DenDanskeMine

v0.3.7

netbox-map8783621DenDanskeMine1d ago
DenDanskeMine

Merge dev/v0.3.7: Floor Plan Link tile type

netbox-map08b8933DenDanskeMine1d ago
DenDanskeMine

Remove portal icon from floorplan_link tiles

netbox-map59ad02cDenDanskeMine1d ago
DenDanskeMine

Add inline editor UI for linking floor plans to floorplan_link tiles

netbox-mapc919247DenDanskeMine1d ago
DenDanskeMine

Add Floor Plan Link tile type for cross-floorplan navigation

netbox-map53952edDenDanskeMine1d 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