This guide uses the official Docker Compose deployment from Activepieces.
git clone https://github.com/activepieces/activepieces.git
cd activepieces
./tools/deploy.sh
docker compose -p activepieces up -d
Open http://your-server:80 and complete the initial setup. Configure the AP_FRONTEND_URL if you use webhooks.
git pull
./tools/deploy.sh
docker compose -p activepieces up -d
Check the Activepieces self-hosting documentation or reach out via our contact page.