nginx-ui

Yet another WebUI for Nginx

GitHub Stars

9,483

User Rating

Not Rated

Favorites

0

Views

24

Forks

683

Issues

41

Installation
Difficulty
Advanced
Estimated Time
20-45 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Go: 1.16 or higher
Docker: Latest version

Installation Steps

1. Clone Repository

bash
git clone https://github.com/0xJacky/nginx-ui.git
cd nginx-ui

2. Build Docker Image

bash
make build

3. Start Docker Container

bash
docker run -d -p 8080:8080 nginx-ui

Troubleshooting

Common Issues

Issue: Container won't start Solution: Ensure Docker is installed correctly. Issue: Cannot access Web UI Solution: Check port settings and review firewall configurations.