Create a Droplet (VM)
- Login to DigitalOcean console and choose create droplet.
- Choose
Ubuntu 20.04image. - Create an instance with a minimum of 4vCPU and 8GB RAM.
- Make sure to choose the datacenter region you want to deploy.
- 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.
- Click create.

Install Chatwoot
- SSH into the droplet created above.
- Follow the Linux VM instructions.
- 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 athttps://<your-domain>
Configure Chatwoot
- Follow the Chatwoot docs to configure your domain, email and other parameters you need. Refer to the Linux VM environment configuration guide.

