unifi-os-server
Docker 应用程序 from GillBates' Repository
概述
UniFi OS Server - A complete UniFi network management platform running in Docker.
This container includes the UniFi Network Application, identity hub, and all supporting services. It uses systemd for proper service management and requires cgroup v2 support.
Requirements:
- Docker with cgroup v2 support
- At least 2GB RAM
- Persistent storage for data
IMPORTANT: Set UOS_SYSTEM_IP to the IP address or hostname of your Docker host.
This is required for UniFi device adoption to work correctly.
Features:
- UniFi OS Server GUI/API (port 11443)
- UniFi Network Application (port 8443)
- Device and application communication (port 8080)
- Mobile speed test (port 6789)
- Hotspot portal with SSL support (port 8444)
Troubleshooting:
docker exec -it unifi-os-server systemctl list-jobs
docker exec -it unifi-os-server ss -tulpn
docker exec -it unifi-os-server journalctl -u unifi-core -f
运行时参数
- 网络用户界面
https://[IP]:[PORT:11443]- 网络
bridge- 外壳
bash- 特权
- true
- 额外参数
--restart unless-stopped --cgroupns=host
模板配置
REQUIRED: IP address or hostname of your Docker host (e.g. 192.168.1.10). Used for UniFi device adoption and remote management.
- 目标
- UOS_SYSTEM_IP
Optional: Set to 'synology' if running on Synology NAS
- 目标
- HARDWARE_PLATFORM
Container timezone (e.g. UTC, Europe/Berlin)
- 目标
- TZ
- 默认值
- UTC
UniFi OS Server GUI/API Port
- 目标
- 11443
- 默认值
- 11443
Device and application communication port (required for adoption)
- 目标
- 8080
- 默认值
- 8080
UniFi Network Application GUI/API
- 目标
- 8443
- 默认值
- 8443
Secure Portal for Hotspot
- 目标
- 8444
- 默认值
- 8444
STUN for device adoption
- 目标
- 3478
- 默认值
- 3478
Device discovery during adoption
- 目标
- 10003
- 默认值
- 10003
Real-time Transport Protocol
- 目标
- 5005
- 默认值
- 5005
UniFi mobile speed test
- 目标
- 6789
- 默认值
- 6789
UniFi Identity Hub
- 目标
- 9543
- 默认值
- 9543
Path for persistent container data
- 目标
- /persistent
- 默认值
- /mnt/user/docker/unifi-os/persistent
Path for container logs
- 目标
- /var/log
- 默认值
- /mnt/user/docker/unifi-os/logs
Path for UniFi application data
- 目标
- /data
- 默认值
- /mnt/user/docker/unifi-os/data
Path for srv directory
- 目标
- /srv
- 默认值
- /mnt/user/docker/unifi-os/srv
Path for UniFi library data
- 目标
- /var/lib/unifi
- 默认值
- /mnt/user/docker/unifi-os/lib-unifi
Path for MongoDB data
- 目标
- /var/lib/mongodb
- 默认值
- /mnt/user/docker/unifi-os/lib-mongodb
Path for RabbitMQ SSL certificates
- 目标
- /etc/rabbitmq/ssl
- 默认值
- /mnt/user/docker/unifi-os/rabbitmq-ssl
下载统计数据
详细信息
giiibates/unifi-os-server:latest在Unraid 上运行 unifi-os-server 。
unifi-os-server 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。