Video coming soon…
🌐 Setup Nginx UI — Web Panel for Managing Nginx
Deploy Nginx UI on Ubuntu with Docker — a web panel that manages your real nginx configuration files with automatic Let's Encrypt certificates and a config editor, on port 8259.
⚠️ This script is provided for demo and testing purposes only. Not intended for production use.
📦 Resources & Setup Scripts
Grab the automated bash script from GitHub to follow along with the video.
Quick Install:
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/networking/nginx-ui/nginx-ui-ubuntu.sh
chmod +x nginx-ui-ubuntu.sh
./nginx-ui-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/networking/nginx-ui/nginx-ui-ubuntu.sh
2 Make it Executable
chmod +x nginx-ui-ubuntu.sh
3 Run the Installer
./nginx-ui-ubuntu.sh
4 Complete the Setup Wizard
http://your-server-ip:8259
Ports Used
| Port | Purpose |
|---|---|
| 8259 | Nginx UI management panel (mapped from container port 80) |
| 8460 | Nginx UI HTTPS (mapped from container port 443) |