Zugang
- Öffnen Sie Ihren Browser und besuchen Sie:
https://<your-server-IP> - Akzeptieren Sie die Browser-Warnung (selbstsigniertes Zertifikat).
- Melden Sie sich mit den Bootstrap-Admin-Anmeldedaten von:
/root/.cloudzy-creds
Wichtige Dateien und Verzeichnisse
/opt/keycloak→ Keycloak-Installation/etc/ssl/keycloak→ SSL-Zertifikate/etc/nginx/sites-available/keycloak→ Nginx-Reverse-Proxy-Konfiguration/root/.cloudzy-creds→ Gespeicherte Anmeldedaten/etc/systemd/system/keycloak.service→ Keycloak-Systemdienstdatei
Dienstleistungsmanagement
# Keycloak systemctl status keycloak # Status anzeigen systemctl restart keycloak # Neustart # Nginx systemctl status nginx # Status anzeigen systemctl reload nginx # Neu laden systemctl reload nginx # Neustart