wget -O install.sh https://raw.githubusercontent.com/GiuseppeGalilei/Unifi-Network-Application/main/OneLiner/install.sh && chmod +x install.sh && ./install.sh
Just copy and paste this command in your terminal, an intuitive script will guide you through the process
Watch the demo on Youtube: https://www.youtube.com/watch?v=AEg99KGtOFY
You can find:
- 🐳 Docker compose for deploying Unifi Network Application (including mongodb) on a Generic System, along with instructions
- 🐳 Docker compose for deploying Unifi Network Application (including mongodb) on DietPi systems, along with instructions
- 🐳 Docker compose for deploying Unifi Network Application (including mongodb) through CasaOS, along with instructions
- 📔 Cheat Sheet about random Ubiquiti stuff
Because the network application runs inside Docker, by default it uses an IP address not accessible by other devices.
So, for it to adopt other devices, it is required to use port 8080
and change the inform IP address. To do so, go in settings and search for the Inform Host
option, there select override and set the address to that of the host.
Often, it is also needed to SSH into the devices you want to adopt and manually set the inform IP address, the command needed for doing so is set-inform http://HOST-ADDRESS:8080/inform
.
Feel free to raise issues and share your insights. You can also join a more "relaxed" discussion on Reddit.
Sometimes the unifi-network-application will start before the db is ready, this stops the starting process. To solve this, just restart the network application container.
The Pull Request I created got merged!! Now you can easily deploy the Unifi Network Application from the official CasaOS AppStore.🤩