UniFi Gateway Emulator — Package Repository
v0.2.1
$ curl -fsSL https://amd989.github.io/unifi-gateway/setup-apt.sh | sudo bash
$ sudo apt install unifi-gateway
$ curl -fsSL https://amd989.github.io/unifi-gateway/setup-rpm.sh | sudo bash
$ sudo dnf install unifi-gateway
$ 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
$ curl -fsSL https://amd989.github.io/unifi-gateway/setup-pkg.sh | sudo sh
$ sudo pkg install unifi-gateway
$ docker pull ghcr.io/amd989/unifi-gateway:latest
$ docker compose up -d