https://catalogartifact.azureedge.net/publicartifacts/pcloudhosting.n8nn-f1d239ce-cff1-464a-afd8-49a9c7fed6d8/image0_AbanteCart.png
n8n
por pcloudhosting
Just a moment, logging you in...
Version 2.38.3 + Free Support on Ubuntu 26.04
n8n (pronounced “n-eight-n”) is an open-source workflow automation tool that enables users to connect applications, services, and APIs to automate tasks and processes. It is designed with flexibility, extensibility, and data ownership in mind, making it suitable for both developers and businesses.
Features of n8n:
- Visual, node-based workflow editor for building automation without heavy coding.
- Supports hundreds of built-in integrations and custom API connections via HTTP and webhooks.
- Allows advanced logic using conditions, loops, data transformations, and custom JavaScript.
- Self-hosted and cloud deployment options with full control over data and credentials.
- Secure credential storage with encryption and support for authentication mechanisms.
n8n usage:
$ sudo su $ apt update $ cd /opt/n8n $ sudo docker compose up -d $ Check status: # docker ps -a $ Open your web browser and navigate to: # http://YOUR_SERVER_IP:5678