# Deploy Komodo with Easypanel

URL: /templates/komodo

Komodo is a comprehensive server management platform that provides monitoring and control capabilities for Docker containers and system processes. It offers a unified dashboard to manage your infrastructure, with features including container management, process monitoring, resource tracking, and system metrics visualization.

## Benefits

### Server Management

Comprehensive platform for monitoring and managing Docker containers and system processes.

### Docker Integration

Deep integration with Docker for container management and monitoring.

### System Monitoring

Monitor system processes, resources, and performance metrics.

### Automation

Automate server tasks and container management workflows.

## Features

### MongoDB Database

Reliable MongoDB database for storing configuration and monitoring data.

### Komodo Core

Main application providing web interface and core functionality.

### Komodo Periphery

Agent for Docker integration and system process monitoring.

### Docker Socket Access

Direct access to Docker socket for container management.

### Process Monitoring

Monitor system processes outside of containers.

### Backup System

Automated database backups with configurable storage paths.

### Web Interface

Clean web interface for server management and monitoring.

## Configuration

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

- `appServiceImage` (Komodo Core Image, required): ghcr.io/moghtech/komodo-core:2.2.0

- `peripheryImage` (Komodo Periphery Image, required): ghcr.io/moghtech/komodo-periphery:2.2.0

- `adminUsername` (Admin Username, required): admin

- `adminPassword` (Admin Password, required): changeme

## Services

- komodo-db: mongo

- komodo-core: app (ghcr.io/moghtech/komodo-core:2.2.0)

- komodo-periphery: app (ghcr.io/moghtech/komodo-periphery:2.2.0)

## Resources

- [Website](https://komo.do)

- [GitHub](https://github.com/moghtech/komodo)

- [Documentation](https://komo.do/docs/intro)

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