Docker Compose
This guide shows you the steps to deploy a self-hosted instance of Plane using Docker.
Install Plane
Plane Pro and Plane Business are enabled on this edition, so the Free plan on this edition is easier to trial our paid plans from.
Prerequisites
- A virtual or on-prem machine with at least 2 vCPUs and 4 GB RAM (8 GB RAM recommended)
x64AKAAMD 64orAArch 64AKAARM 64CPUs- Supported operating systems:
- Ubuntu
- Debian
- CentOS
- Amazon Linux 2 or Linux 2023
INFO
Ensure you're using the latest version of Docker Compose. Check your Docker Compose version with docker-compose --version and update if needed.
Procedure
sshinto your machine as the root user (or user with sudo access) per the norms of your hosting provider.- Run the command below:
curl -fsSL https://prime.plane.so/install/ | sh - - Follow the instructions on the terminal. Hit
EnterorReturnto continue. - Enter the domain name where you will access the Plane app in the format
domain.tldorsubdomain.domain.tld. - Choose one of the options below:
- Express: Plane installs with the default configurations.
- Advanced: You can customize the database, Redis, storage and other settings.
WARNING
When self-hosting Plane for production use, it is strongly recommended to configure external database and storage. This ensures that your data remains secure and accessible even if the local machine crashes or encounters hardware issues. Relying solely on local storage for these components increases the risk of data loss and service disruption.
- The installation will take a few minutes to complete and you will see the message Plane has successfully installed. You can access the Plane application on the domain you provided during the installation.
- If you've purchased a paid plan, activate your license key to unlock premium features.

