# Deploy Dozzle with Easypanel

URL: /templates/dozzle

Dozzle is a lightweight, web-based Docker log viewer designed for real-time monitoring and easy troubleshooting. It allows you to view logs of other Docker containers in real-time, streaming new log entries to the web interface without the need for page refreshes. Despite its capabilities, Dozzle is a small application that consumes very little memory and CPU, ensuring it doesn't cause performance issues when run alongside other containers. It also supports connecting to multiple remote hosts, providing a simple drop-down menu to switch between different hosts. Dozzle doesn't store any log files and is solely for live monitoring of your container logs. It also features an intelligent fuzzy search for container names, regex log search, split screen for viewing multiple logs, and live stats with memory and CPU usage. It also provides authentication with a username and password for added security.

## Benefits

### Real-time Monitoring

Dozzle allows you to view logs of other Docker containers in real-time. As new log entries are generated, they are streamed to the web interface without needing to refresh the page.

### Lightweight Application

Dozzle is a lightweight application written in Go, consuming very little memory and CPU. It can be run alongside other containers without causing performance issues.

### Multi-host Support

Dozzle UI supports connecting to multiple remote hosts with a simple drop-down to choose between different hosts.

## Features

### Intelligent Fuzzy Search

Dozzle features an intelligent fuzzy search for container names, making it easier to find the logs you need.

### Regex Log Search

You can search logs using regex, providing a powerful tool for pinpointing specific log entries.

### Live Stats

Dozzle provides live stats with memory and CPU usage, giving you real-time insights into your Docker containers.

### Authentication

Dozzle supports authentication with a username and password, ensuring that only authorized users can access your Docker logs.

## Configuration

- `dozzleUsername` (Username): Set during installation

- `dozzlePassword` (Password): Set during installation

- `dozzleLevel` (Log Level, required): Info / Debug

- `dozzleNoAnalytics` (No Analytics, required): false

- `appServiceName` (App Service Name, required): dozzle

- `appServiceImage` (App Service Image, required): amir20/dozzle:v10.5

## Services

- dozzle: app (amir20/dozzle:v10.5)

## Resources

- [Website](https://dozzle.dev)

- [Github](https://github.com/amir20/dozzle)

- [Docker](https://hub.docker.com/r/amir20/dozzle)

- [Template source](https://github.com/easypanel-io/templates/tree/main/templates/dozzle)