Ubiquiti AirControl in a Docker container. More information on the community forum
To use AirControl from Docker Hub, you juste have to run :
docker run -d --name aircontrol -p 9080:9080 --restart=always taeradan/aircontrol
You only have to clone the repo and to execute make
git clone https://github.com/Taeradan/docker-aircontrol.git
cd docker-aircontrol
make
After the container is launched, you can connect to the application available on your Docker host on the 9080 port.
The default user is ubnt
and the default password is ubnt
.