This project provides an easy means of setting up the Ubiquiti Unifi Controller stack on a Raspberry PI.
Execute the following in this project's directory to start the controller, mongodb and the mongo-express admin console:
docker compose up -dAll services use the username and password:
- username:
unifi - password:
pwd
The following URLs will be setup:
- Controller UI: https://localhost:8443
- Mongo Express UI: http://localhost:8081
- Mongo connection URL:
mongodb://unifi:pwd@unifi-db:27017/
The default configuration of all Unifi devices looks for the controller host using the hostname unifi. Ensure that your local router's DNS settings are configured accordingly.
Within this directory, run:
docker compose down