Superviser les infrastructures.
Real-time Docker log viewer — stream, search and tail all your container logs from the browser, stateless, under 10 MB RAM.
Dozzle is a real-time log viewer for Docker containers. It connects to the Docker socket (read-only) and streams logs from every container running on your host directly into the browser — no log storage, no database, no persistent state. The Go binary uses under 10 MB RAM at idle and starts in under a second.
Made by Amir Raminfar (MIT, ~12 k GitHub stars), Dozzle gives you live tail, full-text search across all containers, split-view multi-container comparison, and an optional agent mode for monitoring containers on remote Docker hosts. It is the fastest way to move from `docker logs -f` chaos to an organised, browser-based log console on any VPS.
After pushing a new release, open Dozzle and tail the app container in real time. Errors surface in the browser immediately — no need to SSH and run `docker logs` from the command line.
Split-view two containers — your API and your database — side-by-side to match a slow query log line with the exact API request that triggered it.
Give developers read-only visibility into production logs without granting them SSH access. Dozzle's optional basic-auth or OIDC login gates access without complex tooling.
Guide optimisé pour les VPS Cloud ServOrbit.
Order a 1-vCPU / 512 MB RAM VPS on ServOrbit. Ubuntu 22.04 is recommended. Dozzle is so lightweight that it runs alongside any existing workload without measurable impact.
Connect via SSH and run: docker run -d --restart=always -p 8080:8080 -v /var/run/docker.sock:/var/run/docker.sock:ro --name dozzle amir20/dozzle:latest. Dozzle is immediately accessible on port 8080 — no initial setup, no account creation required.
Navigate to http:// in your browser. Dozzle lists every running container on the left. Click any container to start tailing its logs. Use the search bar at the top to filter by keyword or regex in real time.
Dozzle exposes all container logs to anyone who can reach port 8080. In production, place it behind a reverse proxy with authentication: set DOZZLE_USERNAME and DOZZLE_PASSWORD environment variables to enable built-in basic auth, or configure OIDC in dozzle.yml. Restrict the port with ufw allow from if you only need personal access.
To monitor Docker containers on other servers, run amir20/dozzle:latest agent on each remote host (exposes port 7007). In the main Dozzle instance, set DOZZLE_REMOTE_AGENT to the list of agent endpoints and all remote containers appear in the same UI.
Monitoring de disponibilité simple et visuel. Surveillez vos endpoints HTTP, TCP, DNS et recevez des alertes instantanées.
Monitoring & ObservabilitéLightweight multi-server monitoring hub. Real-time CPU, RAM, disk and Docker stats across all your VPS instances — single PocketBase dashboard, under 50 MB RAM.
Déploiement Applicatif & DevOpsVisual manager for your Docker Compose stacks. Create, edit, start and monitor multi-container applications from a clean web UI — without touching the command line.
Parcourez notre centre d'aide et notre FAQ, ou écrivez à notre équipe — support en anglais, français et arabe.