Toegang
- Open het NGINX UI-dashboard in je browser:
http://<SERVER_IP>:9000 - De interface draait op poort 9000, terwijl HTTP-challenge-services poort 9180 gebruiken.
Eerste keer instellen
- Open de webinterface.
- NGINX UI vereist een eenmalig installatiegeheim voor de eerste installatie.
- Dit geheim is opgeslagen in:
/usr/local/etc/nginx-ui/.install_secret - Plak het installatiegeheim.
- Voltooi de installatiewizard.
Servicebeheer
Nginx UI:
# Start
systemctl start nginx-ui
# Stop
systemctl stop nginx-ui
# Restart
systemctl restart nginx-ui
# Show status
systemctl status nginx-ui
Nginx:
# Start
systemctl start nginx
# Stop
systemctl stop nginx
# Restart
systemctl restart nginx
# Show status
systemctl status nginx
Belangrijke bestanden en mappen
- NGINX-configuratiemap:
/etc/nginx/ - NGINX-logs:
/var/log/nginx/ - Nginx UI-configuratiemap:
/usr/local/etc/nginx-ui/ - Installatiegeheimbestand:
/usr/local/etc/nginx-ui/.install_secret