Skip to main content
Dozzle is a real-time Docker container log viewer. It is enabled by default in the Base Kit so you can tail any service’s logs from the browser without SSH. Dozzle is served at logs.<domain>.

When you get it

Dozzle ships in the default Base Kit profile across all compute tiers — no configuration needed.
stack-spec.yaml
stackkit: base-kit
# Dozzle is on by default — open logs.<domain> after rollout.

Steps

1

Open Dozzle

Open https://logs.<domain> to see all running containers.
2

Tail a service

Select a container (e.g. Traefik or your app platform) to stream its logs live.
3

Search and filter

Use the search box to filter log lines while debugging.

Verify

  • logs.<domain> lists your running containers.
  • Selecting a container streams live log output.

Next steps

Node Hub

The dashboard linking every service.

Netdata

Pair logs with real-time metrics.

Troubleshooting

Dozzle needs the Docker socket. Verify it is mounted and that docker logs dozzle shows no permission errors.