Plane
Generated on 10 Sep 2025 from the Plane catalog page
We’re excited to offer the Plane.so Commerial (Free) Edition as a DigitalOcean Droplet. This pre-configured image allows you to easily set up and deploy Plane.so on your own DigitalOcean account. With just a few clicks, you can have Plane.so Commercial Edition up and running, ready to help you manage your projects efficiently.
Features:
- Easy Setup: No complicated configurations needed. Simply select the Plane.so image and deploy.
- Pre-configured: Comes with all necessary dependencies and optimizations for smooth performance.
- Scalable: Built to handle your growing project management needs.
- Commercial Edition: Enjoy the core features of Plane.so, required for businesses, designed for collaboration and productivity.
Software Included
Package | Version | License |
---|---|---|
Postgresql | 15.7 | MIT |
MinIO | RELEASE.2025-07-23T15-54-02Z | GNU Affero GPL |
Valkey | 7.2.5 | BSD 3-Clause |
RabbitMQ | 3.13.6 | MIT |
Creating an App using the Control Panel
Click the Deploy to DigitalOcean button to create a Droplet based on this 1-Click App. If you aren’t logged in, this link will prompt you to log in with your DigitalOcean account.
Creating an App using the API
In addition to creating a Droplet from the Plane 1-Click App using the control panel, you can also use the DigitalOcean API. As an example, to create a 4GB Plane Droplet in the SFO2 region, you can use the following curl
command. You need to either save your API access token) to an environment variable or substitute it in the command below.
curl -X POST -H 'Content-Type: application/json' \
-H 'Authorization: Bearer '$TOKEN'' -d \
'{"name":"choose_a_name","region":"sfo2","size":"s-2vcpu-4gb","image": "planesoftware-plane"}' \
"https://api.digitalocean.com/v2/droplets"
Getting Started After Deploying Plane
Default Settings
- Plane installation is available in
/opt/plane
folder. prime-cli
is the command to be used to manage the environment.
As default nature of this droplet, the Plane deployment is available to access at http://<ip-address>.nip.io
.
About prime-cli
:
This is a single binary application that can help you manage the Plane deployment. Some of the basic commands are
- start / stop / restart
- configure: Reconfigure application to use external Postgres / RabbitMQ / Redis / S3 (or compatible) services
- ssl: Setup SSL certificate
- upgrade: Upgrade your setup to the latest version
- up
To learn about using prime-cli, refer to the documentation available at https://developers.plane.so/self-hosting/manage/prime-cli
To learn about Plane Self-hosting, refer to documentation available at https://developers.plane.so/