Introduction
Chatwoot is a powerful open-source customer engagement software that enables businesses to communicate with their customers via various channels such as email, social media, and live chat.
This article will explain how to install chatwoot on Debian 11.
Prerequisites
- A root or non-root user with
sudo
privileges. - Debian 11 server with 4 GB of ram
Update System
-
Update your system and install the required package.
$ sudo apt update && sudo apt upgrade -y
$ sudo apt -y install wget
Install Chatwoot
-
You can proceed to install Chatwoot on your system by using the following command.
$ wget https://raw.githubusercontent.com/chatwoot/chatwoot/master/deployment/setup_20.04.sh -O setup.sh
-
Make the script executable and run the script to install chatwoot.
$ chmod 755 setup.sh
It will install the packages that are necessary for Chatwoot. On successful installation, you’ll see a similar output.
$ ./setup.sh --install
Use your instance Reverse DNS for the domain name.
Configure Chatwoot
- Navigate to your server DNS URL on the browser, and you’ll be greeted with the below screen. Enter all the information, creating an admin account.
- Once you create an account then login into Chatwood.