Skip to main content

Getting Started

warning

Do not run this installer on a server that is already in use.

Since you need a fresh server, I recommend using Ubuntu 22.04 or Debian 12.

Supported Operating Systems

UbuntuDebianCentOS
20.0411Stream 8
22.0412Stream 9

Installation

Run the following command to start the installation process:

wget https://raw.githubusercontent.com/plankanban/planka-installer/main/installer.sh -O /opt/planka_installer.sh && bash /opt/planka_installer.sh

SSL Setup

  • You must have a valid DNS entry that points to your server.
  • Your server needs to be reachable on ports 80 and 443.
  • A valid email address is required for SSL certificates.

Migration

Users who used the installer before October 11, 2023, should run the migration script.

To do so, use the following command:

wget https://raw.githubusercontent.com/plankanban/planka-installer/main/migration.sh -O /opt/installer_migration.sh && bash /opt/installer_migration.sh && rm -f /opt/installer_migration.sh