# Deploy Swetrix with Easypanel

URL: /templates/swetrix

Swetrix is a powerful, privacy-focused analytics platform that provides comprehensive website and application analytics. Built with modern technologies, it offers real-time data collection, beautiful dashboards, and detailed insights into user behavior. Features include event tracking, performance monitoring, user session analysis, and customizable reports. Self-hosted solution that ensures complete data privacy and control while providing enterprise-grade analytics capabilities.

## Installation notes

After deployment, open the Swetrix frontend URL and click Sign Up to create your account. Once registered, log in with your credentials to access the dashboard.

## Benefits

### Privacy-Focused

Complete control over your analytics data with self-hosting.

### Real-time Analytics

Monitor website and application performance in real-time.

### Modern Interface

Beautiful, intuitive dashboard for visualizing analytics data.

### High Performance

Built with ClickHouse for fast query processing and Redis for caching.

## Features

### Website Analytics

Comprehensive tracking of page views, user sessions, and interactions.

### Event Tracking

Custom event tracking for detailed user behavior analysis.

### Performance Monitoring

Monitor page load times and application performance metrics.

### Real-time Dashboard

Live analytics dashboard with customizable charts and reports.

### API Access

RESTful API for programmatic access to analytics data.

## Configuration

- `appServiceName` (Service Name, required): swetrix

- `frontendImage` (Frontend Image, required): swetrix/swetrix-fe:v5.2.2

- `apiImage` (API Image, required): swetrix/swetrix-api:v5.2.2

- `clickhouseImage` (ClickHouse Image, required): clickhouse/clickhouse-server:24.8-alpine

## Services

- swetrix-frontend: app (swetrix/swetrix-fe:v5.2.2)

- swetrix-api: app (swetrix/swetrix-api:v5.2.2)

- swetrix-redis: redis

- swetrix-clickhouse: app (clickhouse/clickhouse-server:24.8-alpine)

## Resources

- [GitHub](https://github.com/Swetrix/swetrix)

- [Website](https://swetrix.com)

- [Documentation](https://docs.swetrix.com)

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