Video coming soon…
⚠️ Always review any script before running it on your server. Test in a staging environment first.
📦 Resources & Setup Scripts
Before starting, please make sure to grab the required scripts from our GitHub repository to follow along with the video easily.
Quick Install:
wget https://raw.githubusercontent.com/mhmdali94/Docker/refs/heads/main/networking/unifi/unifi-ubuntu.sh
chmod +x unifi-ubuntu.sh
sudo bash unifi-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/refs/heads/main/networking/unifi/unifi-ubuntu.sh
2 Make it Executable
chmod +x unifi-ubuntu.sh
3 Run the Installer
sudo bash unifi-ubuntu.sh
4 Access the Web UI
https://:8443
# Accept the self-signed certificate and run the setup wizard
Ports Used
| Port | Purpose |
|---|---|
| 8443 | Web UI (HTTPS) |
| 8080 | Device inform (adoption + config) |
| 3478/udp | STUN (devices behind NAT) |
| 10001/udp | Device discovery (local L2) |
| 27017 | MongoDB (internal only) |
