Managing DHCP servers through configuration files and CLI commands becomes increasingly difficult as network infrastructure scales. Self-hosted DHCP management dashboards provide centralized, web-based control over DHCP scopes, leases, failover pairs, and subnet configurations. This guide compares the three leading approaches to visual DHCP management: ISC Stork, custom Kea Control Agent frontends, and NetBox-based DHCP integration.
Why Web-Based DHCP Management Matters
Traditional DHCP server administration relies on editing text configuration files, restarting services, and monitoring log files for lease activity. While this approach works for small networks with a handful of subnets, it quickly becomes untenable in enterprise environments with dozens of VLANs, multiple DHCP servers, and complex failover configurations.
Web-based DHCP dashboards solve these challenges by providing real-time visibility into lease utilization, subnet health, and server status. Administrators can identify exhausted address pools before they cause outages, monitor failover pair synchronization, and audit DHCP configuration changes through intuitive interfaces rather than parsing thousands of log lines.
The shift toward software-defined networking and infrastructure-as-code practices has also raised expectations for DHCP management. Modern network teams want API-driven configuration, Git-backed change tracking, and integration with broader IP address management (IPAM) systems. The tools covered in this comparison represent three distinct philosophies for meeting these needs: purpose-built dashboards, API-centric control planes, and IPAM-integrated workflows.
For broader DHCP server setup guidance, see our complete Kea vs ISC vs dnsmasq comparison. If you need DHCP high availability configuration, check our DHCP failover guide which covers Kea HA setup in detail. For load balancing scenarios, our DHCP load balancer guide covers split-scope and relay configurations.
ISC Stork: Official DHCP & DNS Dashboard
Stork is the official web application developed by ISC (Internet Systems Consortium) for monitoring and managing BIND 9 DNS servers and Kea DHCP servers. It provides a unified dashboard for both services, making it the go-to choice for organizations running ISC’s infrastructure stack.
Key Features
- Real-time monitoring: Live lease statistics, subnet utilization graphs, and server health metrics
- Multi-server management: Monitor multiple Kea DHCP servers and BIND 9 instances from a single interface
- Configuration visualization: View and validate Kea JSON configuration through a web UI
- Alerting: Built-in alerting for critical events like subnet exhaustion or server failures
- REST API integration: Consumes data from Kea Control Agent and BIND 9 statistics channels
- Open source: MPL 2.0 license, actively maintained by ISC
Architecture
Stork operates as a standalone web application that connects to Kea DHCP servers through their Control Agent REST API and to BIND 9 servers through the statistics channel. It does not modify configurations directly but provides read-only monitoring with validation capabilities.
| |
Kea Control Agent Configuration
To connect Stork to Kea DHCP servers, enable the Control Agent with statistics collection:
| |
Pros and Cons
| Feature | Stork |
|---|---|
| Multi-server monitoring | Yes (Kea + BIND) |
| Real-time lease visualization | Yes |
| Configuration editing | Validation only |
| Alerting | Built-in |
| Database backend | PostgreSQL |
| Docker support | Official images |
| Active development | ISC maintained |
| Learning curve | Low |
Custom Kea Control Agent Frontends
The Kea DHCP Control Agent provides a comprehensive REST API that enables any frontend application to monitor and manage DHCP operations. Several community-built web interfaces leverage this API to provide DHCP management capabilities tailored to specific use cases.
Popular Kea Frontend Options
Kea DHCP Web UI — Community-built web interfaces that provide subnet management, lease browsing, and reservation configuration through a browser. These typically run as lightweight Flask or Node.js applications that proxy Kea Control Agent API calls.
| |
NetBox Kea Integration
NetBox is the leading open-source IPAM and DCIM platform. Several integrations connect NetBox to Kea DHCP, using NetBox as the source of truth for IP addresses, subnets, and DHCP reservations.
The netbox-kea plugin (117+ stars) synchronizes NetBox IP addresses and prefixes to Kea DHCP configuration. When an IP address is assigned in NetBox, the plugin can automatically create a DHCP reservation in Kea, ensuring that the DHCP server always reflects the IPAM database.
| |
Kea REST API Key Commands
The Kea Control Agent API provides these essential commands for DHCP management:
| Command | Purpose |
|---|---|
subnet4-list | List all IPv4 subnets |
lease4-get-all | Retrieve all active leases |
lease4-get-page | Paginated lease retrieval |
reservation-add | Add a static reservation |
reservation-get | Get reservation details |
config-get | Retrieve current configuration |
statistic-get-all | Get all server statistics |
dhcp-disable / dhcp-enable | Toggle DHCP service |
Pros and Cons
| Feature | Custom Kea UI | NetBox Integration |
|---|---|---|
| Configuration editing | Full (write access) | IPAM-driven sync |
| Source of truth | Kea server | NetBox database |
| Customization | Unlimited | Plugin-scoped |
| Multi-server support | Manual setup | Via NetBox clusters |
| Audit trail | Application-level | Full NetBox changelog |
| Installation complexity | Low to medium | Medium (requires NetBox) |
Choosing the Right DHCP Management Approach
The best DHCP management solution depends on your infrastructure scale and operational practices:
ISC Stork is ideal for organizations already running Kea DHCP and BIND 9 who need a unified monitoring dashboard with minimal setup. It provides the best out-of-the-box experience for ISC product users.
Custom Kea frontends suit teams that need direct DHCP configuration editing through a web UI and want lightweight, purpose-built interfaces without additional infrastructure dependencies.
NetBox Kea integration is the best choice for organizations that already use NetBox for IPAM and want DHCP management to be driven by their IP address management database, ensuring consistency between planned and actual DHCP configurations.
FAQ
Can Stork manage ISC DHCP (dhcpd) servers?
No. Stork is designed specifically for Kea DHCP and BIND 9. It does not support the legacy ISC DHCP (dhcpd) server, which reached end-of-life in September 2022. For legacy ISC DHCP management, consider log-based monitoring or custom scripts.
Does NetBox Kea integration support DHCPv6?
Yes. The netbox-kea plugin supports both IPv4 and IPv6 prefix synchronization. You can map NetBox IPv6 prefixes to Kea Dhcp6 subnet configurations, and the plugin will create DHCPv6 reservations for addresses tracked in NetBox.
How does Stork handle Kea HA (High Availability) monitoring?
Stork monitors both members of a Kea HA pair independently through their respective Control Agents. It displays the HA state (hot-standby, load-balancing), synchronization status, and failover events. You can see which server is active and track lease synchronization between peers.
Can I use Stork to edit Kea configurations?
Stork provides configuration validation and visualization but does not write configurations back to Kea servers. For configuration editing, use the Kea Control Agent API directly or a custom frontend that has write access.
What database does Stork require?
Stork requires PostgreSQL (version 12 or later) for its own data storage. The database stores application settings, monitored server definitions, alert configurations, and collected statistics. It does not store DHCP leases or configurations — those remain on the Kea servers.
Is there a Docker Compose setup for the full Kea + Stork stack?
Yes. ISC provides Docker images for both Kea DHCP and Stork. A complete stack includes Kea DHCP4, Kea DHCP6, Kea Control Agent, Stork server, Stork agent, and PostgreSQL database. The official ISC GitHub repository includes reference docker-compose files.
How does NetBox handle DHCP lease data?
NetBox stores IP address assignments and reservations but does not track active DHCP leases in real time. Lease data remains on the Kea DHCP server. NetBox serves as the authoritative source for planned assignments, while Kea manages actual lease allocation.