# Deploy Twenty CRM with Easypanel

URL: /templates/twenty

Twenty is a modern, open-source CRM platform designed to help businesses manage their customer relationships efficiently.  It offers a user-friendly interface for tracking contacts, organizations, and opportunities while providing powerful customization options.

## Installation notes

Twenty CRM is deployed with a server and a background worker service. The SERVER_URL is automatically set to the Easypanel-generated domain. If you configure a custom domain for the Twenty service, also update the SERVER_URL environment variable in the worker service to match.

## Benefits

### Modern User Interface

Twenty CRM offers a clean, intuitive user interface that makes managing customer relationships simple and efficient.

### Open Source

As an open-source platform, Twenty CRM provides full transparency, customizability, and no vendor lock-in.

### Customizable

Easily adapt the CRM to your specific business needs with extensive customization options.

### Scalable

Built with modern technologies, Twenty CRM scales with your business from startups to enterprises.

## Features

### Contact Management

Easily manage and organize your contacts with comprehensive profiles and interaction history.

### Organization Tracking

Keep track of companies, their contacts, and business opportunities in one place.

### Task Management

Create, assign, and track tasks to ensure nothing falls through the cracks.

### Customizable Workflows

Adapt the CRM's workflows to match your specific business processes.

### Data Import/Export

Easily import existing contact data or export data for use in other systems.

## Configuration

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

- `appServiceImage` (App Service Image, required): twentycrm/twenty:v2.14.3

## Services

- twenty: app (twentycrm/twenty:v2.14.3)

- twenty-worker: app (twentycrm/twenty:v2.14.3)

- twenty-db: postgres

- twenty-redis: redis

## Resources

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

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

- [Github](https://github.com/twentyhq/twenty)

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