Zugang
Admin-Konsole: http://<server-ip>:8000
Basis-Proxy-Endpunkte:
http://<server-ip>https://<server-ip>
Erstelle das Administratorkonto sofort beim ersten Zugriff auf die Verwaltungskonsole.
Wichtige Dateien und Verzeichnisse
- Anwendungsverzeichnis:
/root/zoraxy/ - Docker Compose-Datei:
/root/zoraxy/docker-compose.yml - Zoraxy-Konfigurationsdaten:
/root/zoraxy/config/ - Docker-Volumes (Laufzeit):
/var/lib/docker/volumes/ - Docker-Dienstprotokolle:
/var/lib/docker/containers/
Service-Management
# Go to the application directory
cd /root/zoraxy
# Check container status
docker compose ps
# Restart all services
docker compose restart
# View live application logs:
docker compose logs -f
# Stop all services
docker compose down
# Start services again
docker compose up -d