UniFi Gateway

Self-hosted UniFi gateway management: VLANs, WLANs, firewall, clients, DHCP, observability.

Streamable HTTPcommunityapplication

Package Details

TransportStreamable HTTP
Runtimedocker

Environment Variables

STUB_MODE(str)
Default:true

When true, the server returns realistic mock data and requires no UniFi hardware. Defaults to true so the image is functional out of the box.

UNIFI_HOST(str)

IP address or hostname of the UniFi OS gateway (UCG-Fiber, UDM Pro, etc). Required when STUB_MODE=false.

UNIFI_API_KEY(str)
Secret

Local API key generated under Settings -> Control Plane -> Integrations on the gateway. Required when STUB_MODE=false.

UNIFI_SITE(str)
Default:default

UniFi controller site name. Defaults to 'default'.

UNIFI_VERIFY_SSL(str)
Default:false

Whether to verify the gateway's TLS certificate. Defaults to false because most home gateways use a self-signed cert.