Skip to main content

N8n 1.102.4 on Ubuntu 24.04

Build powerful workflow automations with n8n's visual workflow editor and 400+ integrations.

Raff Technologies avatar
Written by Raff Technologies
Updated over a week ago

Version: 1.102.4
​OS: Ubuntu 24.04 LTS
​Category: Automation Tools

Description

Complete n8n workflow automation platform running in Docker. Create complex workflows visually with a drag-and-drop interface, connect to 400+ apps and services, and automate repetitive tasks without coding. Perfect for business process automation, data synchronization, and custom integrations.

Software Included

Component

Version

License

n8n

1.102.4

Fair-code licensed (Apache 2.0 with Commons Clause)

Docker Engine

28.1.1

Apache License 2.0

Docker Compose

2.35.1

Apache License 2.0

Ubuntu

24.04 LTS

Various

Key Benefits

  • Visual Workflow Builder - Intuitive drag-and-drop interface for creating automations

  • 400+ Integrations - Connect with popular services like Slack, Google, Microsoft, and more

  • Self-Hosted - Full control over your data and workflows

  • Webhook Support - Trigger workflows via HTTP requests

  • Active Community - Extensive documentation and community-built workflows

Getting Started

When you create your VM, installation begins automatically and takes about 1-2 minutes.

  1. SSH into your server: ssh root@your-server-ip

  2. Access n8n at http://your-server-ip

  3. Create new accounts and start creating your automations.

What's Pre-Configured

  • Docker Environment - n8n running in Docker with automatic restarts

  • Data Persistence - SQLite database stored in Docker volume

  • File Storage - Local file storage mounted at /root/n8n/n8n_local_files

  • Timezone - Set to Asia (configurable in compose.yml)

  • Production Mode - Optimized for production use

Development Workflow

  1. Connect via SSH - Access your Docker environment

  2. Pull Images - Download container images from Docker Hub

  3. Build Applications - Create custom Docker images

  4. Deploy Services - Use Docker Compose for complex applications

Common Use Cases

  • Marketing automation and lead management

  • Data synchronization between applications

  • Automated reporting and notifications

  • Customer support ticket routing

  • Social media automation

  • E-commerce order processing

  • IT operations and monitoring

Troubleshooting

Can't access n8n?

  • Ensure you're using SSH tunnel or have exposed the port correctly

  • Check if container is running: docker ps | grep n8n

  • View logs: docker logs n8n-n8n-1

Workflows not triggering?

  • Webhook URL is set to localhost - update in environment variables if needed

  • Check workflow activation status in n8n interface

Performance issues?

  • Monitor resources: docker stats n8n-n8n-1

  • Consider upgrading VM resources for heavy workloads

  • Database may need optimization for large installations

Need to change configuration?

  • Edit /root/n8n/compose.yml

  • Restart with: cd /root/n8n && docker compose down && docker compose up -d

Did this answer your question?