Installing n8n on FastPanel with Docker Compose: A Clear Guide
July 3, 2025
In this guide, I’ll show you how to easily install n8n, a powerful workflow automation tool, on your server with FastPanel using Docker Compose. FastPanel is great for managing web servers, and Docker Compose simplifies the deployment of complex applications like n8n with its dependencies (PostgreSQL and Redis).
What You’ll Need
- Your server with FastPanel installed.
- A domain or subdomain you’ll use to access n8n (e.g.,
n8n.yourdomain.com
). - Basic knowledge of SSH and command line.
Step 1: Prepare the Server
Connect to your server via SSH and create a directory: