Přístup
- Otevřete dashboard NGINX UI v prohlížeči:
http://<SERVER_IP>:9000 - Rozhraní běží na portu 9000, zatímco služby HTTP challenge používají port 9180.
Prvotní nastavení
- Otevřete webové rozhraní.
- NGINX UI vyžaduje pro počáteční nastavení jednorázové instalační tajemství.
- Toto tajemství je uloženo v:
/usr/local/etc/nginx-ui/.install_secret - Vložte instalační tajemství.
- Dokončete průvodce nastavením.
Správa služeb
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
Důležité soubory a adresáře
- Adresář konfigurace NGINX:
/etc/nginx/ - Logy NGINX:
/var/log/nginx/ - Adresář konfigurace Nginx UI:
/usr/local/etc/nginx-ui/ - Soubor instalačního tajemství:
/usr/local/etc/nginx-ui/.install_secret