Kea DHCP and Stork - DHCP Server with Web Dashboard

AWS Networking

Kea DHCP with the Stork web dashboard for subnets, address pools, host reservations and lease usage, ready on first boot.

Base
Hardened build
minimal ports, security patches applied at build time
Access
Unique credentials
generated on first boot, readable only by root
Verified
Boots working
services pass a health gate before release
Support
24/7, 365 days
by email and live chat, 24 hour response SLA

Overview

Kea is a modern, high throughput open source DHCPv4 and DHCPv6 server maintained by ISC, with a clean JSON configuration, a full management API and pluggable back ends. Stork is its companion web dashboard: it monitors one or more Kea servers, surfaces their daemons, subnets, shared networks, address pools, host reservations and pool utilisation, and gives operators an at a glance view of DHCP health from a single screen. Together they turn Kea into an approachable, observable DHCP service rather than a config file you edit blind.

Why the cloudimg image

cloudimg ships Kea, Stork and their PostgreSQL back end fully patched and preconfigured on one VM, ready on first boot. A unique Stork admin password, a per instance database password and a Kea control API credential are generated on first boot so no default login ships, the Kea control channel is bound to loopback, and the local Kea server is already registered and authorised in the dashboard with a sample subnet to explore. It comes with a paired deployment guide and 24/7 cloudimg support.

Common uses

  • Enterprise DHCP server management
  • Subnet and lease monitoring
  • Host reservation administration

Key features

  • Operational in minutes with zero manual configuration: launch the AMI and reach a fully functional DHCP service with a web dashboard over TLS without installing packages, seeding databases, or editing config files. This image completes every build, wiring, and hardening step at image creation time, eliminating the manual setup a hand-built deployment requires.
  • Secure by default with unique per-instance secrets: every instance generates its own Stork admin password, PostgreSQL credential, Kea control API key, and self-signed TLS certificate on first boot. The Stork server, PostgreSQL, and Kea control socket bind exclusively to loopback - only the nginx TLS reverse proxy is network-exposed. No default or shared credentials ever leave the build pipeline.
  • Enterprise DHCP visibility with dedicated storage and 24/7 support: monitor DHCPv4 and DHCPv6 servers, subnets, address pools, lease utilisation, and host reservations through the Stork browser dashboard. The monitoring database lives on a dedicated EBS volume that is resizable independently of the OS disk. Backed by 24/7 cloudimg technical support via email and live chat for deployment, configuration, and ongoing operations.

See it running

Real screenshots taken while testing this image against its deployment guide.

Kea DHCP and Stork - DHCP Server with Web Dashboard screenshot 1 Kea DHCP and Stork - DHCP Server with Web Dashboard screenshot 2 Kea DHCP and Stork - DHCP Server with Web Dashboard screenshot 3 Kea DHCP and Stork - DHCP Server with Web Dashboard screenshot 4

Description

This is a repackaged open source software product wherein additional charges apply for cloudimg support services.

## Overview

Kea is a modern, high-performance open-source DHCPv4 and DHCPv6 server maintained by ISC, with a clean JSON configuration, a full management API, and pluggable back ends. Stork is its companion web dashboard: it monitors one or more Kea servers and surfaces daemons, subnets, shared networks, address pools, host reservations, and lease utilisation from a single screen. This AMI delivers Kea, Stork, the Stork agent, and their PostgreSQL back end installed, wired together, and secured - so an observable DHCP service is operational within minutes of launch.

## Why This AMI

Standing up Kea with Stork by hand means installing pinned ISC packages from two repositories, configuring PostgreSQL, wiring the Kea control channel, seeding the Stork schema, rotating the default admin password, registering the Stork agent, and terminating TLS in front of the dashboard. This image completes every one of those steps at build time. It generates unique per-instance secrets on first boot and ships with a dedicated resizable data volume for the monitoring database.

## Security Hardening

  • No default credentials: Stork's default admin/admin login is rotated to a unique password generated on first boot, before the TLS port is reachable
  • Per-instance secrets: Stork admin password, PostgreSQL role password, Kea control API credential, and self-signed TLS certificate are all generated per instance and written only to a root-only file
  • Network isolation: Stork server, PostgreSQL, and the Kea control socket bind exclusively to loopback; only the nginx TLS reverse proxy is exposed
  • Encrypted front door: nginx terminates TLS on port 443 with a per-instance self-signed certificate; port 80 redirects to HTTPS
  • Safe-by-default DHCP: Kea serves no network interface out of the box, so the appliance cannot act as a rogue DHCP server on your VPC
  • Dedicated data volume: the PostgreSQL cluster lives on its own EBS disk, surviving OS-disk changes and resizable independently

## Concrete Use Cases

  • ISP or campus network DHCP: manage tens of thousands of leases across multiple subnets with a high-performance DHCPv4/DHCPv6 server and monitor pool utilisation in real time through the Stork dashboard
  • Multi-site enterprise: centrally monitor subnet allocation, shared networks, and lease exhaustion across distributed Kea servers from a single Stork instance
  • Hospital or university network administration: maintain static host reservations for medical devices or lab equipment with full audit visibility through the browser UI

## AWS Integration

Deploy on any EC2 instance type; the recommended size is m5.large. Terminate TLS at an Application Load Balancer with your own certificate, or keep the per-instance self-signed certificate. Back up the Stork monitoring database using EBS snapshots or AWS Backup, and resize the dedicated data volume independently as the estate of monitored Kea servers grows.

## Quick-Start Deployment

1. Launch the AMI on m5.large (or larger) with a security group allowing TCP 443 inbound for the dashboard and, if you bind Kea to serve your network, UDP 67-68 for DHCP clients

2. Wait approximately 2 minutes for first-boot secret generation to complete

3. SSH into the instance and retrieve the generated admin credentials from the root-only secrets file

4. Browse to https:// and log in to the Stork dashboard

5. Bind Kea to your target network interface and configure your subnets via the JSON config or API

## Kea Open-Source Ecosystem

Kea is developed by ISC and widely adopted by ISPs, enterprises, and universities worldwide. The open-source community actively contributes to its development, and Stork provides the graphical management layer that makes Kea accessible to operations teams who prefer browser-based administration over CLI configuration.

## cloudimg Support

24/7 technical support by email and chat. Help with deployment, binding Kea to your own network interfaces and subnets, adding further Kea servers to the Stork dashboard, reverse-proxy termination with your own domain and certificate, and backup planning for the monitoring database.

Related technologies

kea dhcp serverstork dashboarddhcpv4dhcpv6ip address managementisc keanetwork monitoringsubnet managementlease managementdhcp amiipam