unifi-gateway

UniFi Gateway Emulator — Package Repository

v0.2.1

apt

Debian, Ubuntu, Mint
$ curl -fsSL https://amd989.github.io/unifi-gateway/setup-apt.sh | sudo bash
$ sudo apt install unifi-gateway

dnf / yum

RHEL, Rocky Linux, Fedora
$ curl -fsSL https://amd989.github.io/unifi-gateway/setup-rpm.sh | sudo bash
$ sudo dnf install unifi-gateway

OpenWRT

OpenWRT (all versions — auto-detects apk or opkg)
$ curl -fsSL https://amd989.github.io/unifi-gateway/setup-openwrt.sh | sh
# 25.12+ (apk)
$ apk add unifi-gateway
# pre-25.12 (opkg)
$ opkg install unifi-gateway

pkg

FreeBSD, OPNSense, pfSense
$ curl -fsSL https://amd989.github.io/unifi-gateway/setup-pkg.sh | sudo sh
$ sudo pkg install unifi-gateway

Docker

Any platform with Docker
$ docker pull ghcr.io/amd989/unifi-gateway:latest
$ docker compose up -d