> ## Documentation Index
> Fetch the complete documentation index at: https://developers.chatwoot.com/llms.txt
> Use this file to discover all available pages before exploring further.

# DigitalOcean Chatwoot deployment guide

> Deploy Chatwoot on a single droplet in DigitalOcean

This guide will deploy chatwoot on a single droplet in DigitalOcean. For a cloud native deployment, go with
our [1-click k8s app on DigitalOcean Marketplace](https://marketplace.digitalocean.com/apps/chatwoot).

## Create a Droplet (VM)

1. Login to DigitalOcean console and choose create droplet.
2. Choose `Ubuntu 20.04` image.
3. Create an instance with a minimum of 4vCPU and 8GB RAM.
4. Make sure to choose the datacenter region you want to deploy.
5. Under authentication, choose your SSH key or create a new one. This is important as you will need
   this key to complete the next section.
6. Click create.

<img src="https://mintcdn.com/chatwoot-447c5a93/qGPxFBLJOb0CiH-G/self-hosted/images/do.png?fit=max&auto=format&n=qGPxFBLJOb0CiH-G&q=85&s=55227b50584f8b5648e922118d890a92" alt="do-create-droplet" width="1280" height="3716" data-path="self-hosted/images/do.png" />

## Install Chatwoot

1. SSH into the droplet created above.
2. Follow the linux VM instructions at [https://www.chatwoot.com/docs/self-hosted/deployment/linux-vm](https://www.chatwoot.com/docs/self-hosted/deployment/linux-vm).
3. Woot! Woot! Your Chatwoot Instance is ready and can be accessed at `http://<your-droplet-ip>:3000`.  Or if you completed the domain setup during the installation, chatwoot should be available at `https://<your-domain>`

## Configure Chatwoot

1. Follow the Chatwoot docs to configure your domain, email and other parameters you need.
   [https://www.chatwoot.com/docs/self-hosted/deployment/linux-vm#configure-the-required-environment-variables](https://www.chatwoot.com/docs/self-hosted/deployment/linux-vm#configure-the-required-environment-variables)
