How it helps your business

Best for:E-commerce & RetailSaaS & Software CompaniesCustomer Success TeamsSupport & Help Desk Agencies
Chatwoot is the champion of open-source customer interaction. In an era where proprietary tools like Intercom have significantly raised prices, Chatwoot offers a premium, modern experience without the per-agent or per-customer price tag. It allows businesses to own their customer data entirely while providing a seamless, professional interface for support teams.
By self-hosting Chatwoot, you eliminate third-party data access risks and gain the ability to customize the platform's behavior to match your specific business workflows. Whether you're a startup or a scaled enterprise, Chatwoot provides the tools necessary to deliver exceptional customer service across all communication channels from a single, unified dashboard.

Key Benefits

  • Omnichannel Power: Connect all your support channels into one place.
  • Data Sovereignty: Keep all customer conversations on your own servers.
  • Cost Efficiency: No more per-agent seat costs or escalating cloud fees.
  • Team Collaboration: Shared inboxes and private notes make team resolving faster.
  • Extensibility: Use Chatwoot's API to build custom bots or automate ticketing.

Production Architecture Overview

A production-ready Chatwoot installation requires:
  • Chatwoot Rails App: The main logic engine.
  • Sidekiq: For processing background jobs and multi-channel notifications.
  • PostgreSQL Database: Persistence for conversations, users, and account data.
  • Redis: Essential for the realtime state and job queuing.
  • S3 / Local Storage: For storing conversation attachments and user avatars.
  • Reverse Proxy: Nginx or Traefik with SSL (Let's Encrypt).

How we deploy this for you

Security Hardened

Firewalls, SSL, and hardened kernels out of the box.

Performance Tuned

Optimized for speed with cache and DB fine-tuning.

Automated Backups

Daily off-site backups so you never lose your data.

Private Cloud

You own the server and the data. No middleman.

Implementation Blueprint

Prerequisites

  • Hardware: 2 vCPU, 4GB RAM minimum (highly recommended for Sidekiq).
  • Environment: Ubuntu 22.04 LTS or Docker-enabled Linux.

Docker Compose Configuration

version: '3'
services:
  chatwoot:
    image: chatwoot/chatwoot:latest
    container_name: chatwoot
    restart: always
    environment:
      - DATABASE_URL=postgres://ap_user:StrongPassword123@postgres:5432/chatwoot
      - REDIS_URL=redis://redis:6379/1
      - SECRET_KEY_BASE=YOUR_GENERATED_SECRET
      - FRONTEND_URL=https://support.yourcompany.com
    ports:
      - "3000:3000"
    depends_on:
      - postgres
      - redis

  postgres:
    image: postgres:15
    volumes:
      - ./postgres-data:/var/lib/postgresql/data
    environment:
      - POSTGRES_DB=chatwoot
      - POSTGRES_USER=ap_user
      - POSTGRES_PASSWORD=StrongPassword123

  redis:
    image: redis:7
    volumes:
      - ./redis-data:/data

Step-by-Step Deployment

  1. Setup the Environment: Clone the official Chatwoot deployment scripts.
    git clone https://github.com/chatwoot/chatwoot.git chat-prod
    cd chat-prod/deployment/docker
    shell
  2. Configuration: Update the .env file with your SECRET_KEY_BASE and database details.
  3. Database Migration: Run the standard Rails migrations before starting.
    docker-compose run --rm chatwoot bundle exec rake db:prepare
    shell
  4. Launch:
    docker-compose up -d
    shell

Scaling Strategy

  • Separate Sidekiq Workers: In high-volume environments, run Sidekiq in its own container or across multiple nodes to ensure message processing never lags.
  • Centralized Storage: Use an external S3-compatible service for attachments to allow multiple Chatwoot instances to share access.
  • Read Replicas: Configure PostgreSQL read-replicas for faster dashboard analytics without impacting real-time message flow.

Best place to host Chatwoot

We recommend Hostinger for its reliability and low cost. It's the perfect home for your new apps, featuring easy setup and 24/7 support.

Get Started on Hostinger

Compare Similar Tools

UVDesk

UVDesk

UVDesk is an open-source helpdesk system designed to streamline customer support operations with ticket management, automation, and multi-channel communication capabilities.

Professional Setup
$99one-time
Get Started
Free Setup Consultation

Need Help with Your Setup?

If you're not sure how to get started or want our team to handle the technical setup for you, we're here to help. We build custom business tools and automate your daily tasks so you can focus on growing your business.

Trusted by business owners at

Professional Setup

We install and secure any app on your private server for a one-time fee.

Custom Business Tools

We build bespoke dashboards and tools tailored to your specific needs.

Automate Your Work

Connect your apps and automate repetitive tasks to save time and money.

Included in every $99 setup

Security
Performance
SSL Setup
Private Cloud
Faster ImplementationQuick Turnaround
100% Free ConsultationFree Project Review