Video tutorial coming soon.
Deploy ActivePieces on Ubuntu with Docker — an open-source, no-code automation platform that lets teams build workflows visually, add human approval steps, and connect 100+ apps without writing code. The cleanest self-hosted Zapier alternative available.
Grab the automated bash script from GitHub to follow along with the video.
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/automation/activepieces/activepieces-ubuntu.sh
chmod +x activepieces-ubuntu.sh
sudo bash activepieces-ubuntu.sh
Fetch the ActivePieces install script from the Prisma Docker library:
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/automation/activepieces/activepieces-ubuntu.sh
Grant execute permission before running:
chmod +x activepieces-ubuntu.sh
The script installs Docker if needed, then deploys ActivePieces with PostgreSQL and Redis as backing services.
sudo bash activepieces-ubuntu.sh
Open your browser and navigate to your server IP on port 8080. Create your admin account, then start building flows from the visual editor.
http://<your-server-ip>:8080
| Port | Purpose |
|---|---|
| 8080 | ActivePieces Web UI |