Hardware and software requirements for self-hosting Chatwoot
This page includes useful information on the requirements that are needed to install and run Chatwoot on your servers.
Installation of Chatwoot is possible on most unix environments, but not officially supported.
Chatwoot is developed for Linux-based operating systems. Please consider using a virtual machine to run Chatwoot on windows.
You must use the standard MRI implementation of Ruby. Chatwoot needs several Gems that have native extensions.
We only support Node.js 10.13.0 or higher.
We recommend Node 20.x, as it’s faster and the latest.
Chatwoot uses webpack to compile frontend assets, which requires a minimum version of Node.js 20.x.0.
You can check which version you’re running with node -v
. If you’re running a version older than v10.13.0
, you need to update it to a newer version. You can find instructions to install from community maintained packages or compile from source at the Node.js website.
The necessary hard drive space largely depends on your usage, the size and number of attachments that you receive through your conversations etc.
Consider using a storage option provided by AWS, Azure, Google Cloud etc, if you want to stay flexible and accommodate the growing storage requirements. Chatwoot also supports other S3 API compatible services viz Minio, DigitalOcean Spaces, Linode Objects etc.
CPU requirements are dependent on the usage and expected workload. Your workload is influenced by factors such as - but not limited to - how active your users are, how many conversations do you receive and the conversation channels which you are using.
The following is the recommended minimum CPU hardware guidance for a handful of example Chatwoot conversation base sizes.
Memory requirements are dependent on the usage and expected workload. Your workload is influenced by factors such as - but not limited to - How active your users are, how many conversations do you receive and the conversation channels which you are using.
The following is the recommended minimum Memory hardware guidance for a handful of example Chatwoot conversation base sizes.
Add at least 1GB of swap memory to the machine to ensure that the machine doesn’t run out of resources during an upgrade.
PostgreSQL is the only supported database. We don’t have plans to support any other alternatives as of now.
The server running PostgreSQL should have at least 5-10 GB of storage available, though the exact requirements depends on the usage on your Chatwoot Instance.
We highly recommend using the latest stable PostgreSQL versions as these were used for development and testing.
Redis stores the background task queue and various chatwoot configurations cached. The storage requirements for Redis are minimal, You can start with 100MB and scale up as required.
Redis version 7.0 or higher is recommended
Sidekiq processes the background jobs with a multi-threaded process. This process starts with the entire Rails stack but it can grow over time due to memory leaks. On a very active server the Sidekiq process can use 1GB+ of memory.
You can opt to have both the sidekiq workers and rails servers to run on the same machine. But we recommend keeping the worker process and rails server on separate webservers for better scalability.
Chatwoot supports the following web browsers:
We don’t support running Chatwoot with JavaScript disabled in the browser.