Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content

N8N

154 Topics 1.4k Posts
  • n8n - Package Updates

    Pinned Locked
    452
    0 Votes
    452 Posts
    526k Views
    Package UpdatesP
    [4.28.2] Update n8n to 2.23.4 Full Changelog core: Polyfill DOMMatrix when parsing PDFs in Data Loader (#31700) (f80c96a)
  • n8n Queue Mode / Worker support

    7
    3 Votes
    7 Posts
    196 Views
    F
    Hi @james, thank you very much for the quick implementation and for adding Queue Mode support to the Cloudron n8n package. I have tested it now, and the difference is very noticeable. The n8n UI stays stable and responsive while larger executions are running, and the workload can finally make use of multiple CPU cores through the worker processes. This is exactly the behavior I was hoping for. In my case, it makes larger workflows much more usable and stable compared to running everything in a single n8n process. Especially with workflows that process large amounts of data, Queue Mode helps a lot because the main process no longer gets blocked by all the execution work. So far, the setup works well for me. Being able to configure the number of workers through the Cloudron package is very useful, and I think this is a great improvement for people running heavier n8n workloads on Cloudron. Thanks again Cloudron team for the fast response and implementation!
  • App stopped responding after updating package to v4.24.0

    19
    0 Votes
    19 Posts
    421 Views
    jamesJ
    Hello @chrishvd I was not able to reproduce your issue. Please contact support@cloudron.io so we can look deeper into this.
  • Can we add a pdf-engine to the installed pandoc?

    6
    1 Votes
    6 Posts
    311 Views
    D
    I didn't realize! Thank you!
  • Integrate Waha for Whatsapp and n8n automations

    Moved
    4
    2 Votes
    4 Posts
    937 Views
    D
    @zigmasdirigeant said: Btw, this shouldn't be inside N8N. This is more a request for an app, not N8N alone. I agree, I'm not even sure how I did that, I tried changing it but couldn't find how.
  • n8n 2.16.1 has wait node bug

    14
    2 Votes
    14 Posts
    948 Views
    D
    @umnz same thing happened with me i updated and n8n when into broken state i restarted and it worked
  • "There was an error initializing DB" with n8n install

    7
    1
    1 Votes
    7 Posts
    366 Views
    jamesJ
    Hello @bedrijfstak14 Great to read that the Cloudron update 9.1.7 resolved this issue.
  • critical security patch 2.17.5

    2
    1 Votes
    2 Posts
    192 Views
    D
    the update is live, thanks!
  • How to use Playwright in n8n?

    9
    0 Votes
    9 Posts
    2k Views
    O
    I did a clean install of n8n and it installed quickly. So something is/was up with my old n8n instance. Not a huge problem, I'll just migrate my workflows to the new and archive the old instance.
  • Workflow timeout after 300s?

    6
    1 Votes
    6 Posts
    436 Views
    jamesJ
    Hello @ekevu123 Disabling is not actually disabling, but more disabling a custom override of the default which is 300 seconds.
  • Important Security Patch: 2.13.3 and 1.123.27

    3
    0 Votes
    3 Posts
    327 Views
    U
    Glad to hear it! Thanks @nebulon.
  • Warning: Connection Reset Issue in [4.9.0] which is n8n 2.10.2

    25
    2 Votes
    25 Posts
    3k Views
    U
    Looks like this is working. However, some of my disk read/write nodes were broken after this update. I was able to fix it by updating the paths inside the nodes to explicitly include "/app/data/". Otherwise the error I get is something like "Problem in node ‘Write Files to Disk‘ EROFS: read-only file system, open: xxx". Other than that, it appears the update is working correctly and binary form data is working again! Thanks for your help!
  • This topic is deleted!

    0
    0 Votes
    0 Posts
    1 Views
    No one has replied
  • Important Security Patch 25/02/2026 (update to 2.9.3)

    6
    3 Votes
    6 Posts
    856 Views
    timconsidineT
    [image: 1772054312996-screenshot-2026-02-25-at-21.18.14-resized.png]
  • Issue with Read/Write node

    5
    1 Votes
    5 Posts
    953 Views
    D
    @msbt said in Issue with Read/Write node: export N8N_RESTRICT_FILE_ACCESS_TO="/app/data" This solves it Thank you
  • Unofficial n8n-oidc for self-hosters

    1
    4 Votes
    1 Posts
    202 Views
    No one has replied
  • How can FFmpeg work with N8N?

    Solved
    6
    0 Votes
    6 Posts
    2k Views
    C
    Thank you @james We performed these steps and it was successful: Add these lines in env.sh export NODES_EXCLUDE="["ExecuteCommand", "LocalFileTrigger"]" Restarted N8N Performed the test using these steps: (+) - Execute command Execute Once: ON Command: ffmpeg -version Test step Check the OUTPUT - ok (screenshot attached) [image: 1767355746616-screenshot-from-2026-01-02-13-03-11-resized.png]
  • Unable to setup a functional SMTP account with local cloudron mailbox

    mail
    11
    1 Votes
    11 Posts
    2k Views
    O
    Ok, so after looking into open ports a bit more, it turns out that there is nothing listening on port 587. As such, there is no SMTP server running or listening to any port whatsoever. I figure that an SMTP server may only start running if I enable incoming emails (setting which was not enabled, purposefully). When I enabled incoming email setting, sudo netstat -tlnp | grep 587 was finally returning something and n8n configuration worked fine. So to sum up, if my understanding is correct, when only using outbound mail, there isn't an actual SMTP server running, but only some kind of abstraction that containerized apps can use to send email directly through the mail relay (the internals of this are fuzzy to me...), so I need to enable incoming emails in order to send emails... But I'm glad I was at least able to make this work before going into 2026. Thanks for the help and for putting me on the right path here. Thank you for all the great work you do Cloudron Team, and wishing you all the best for the new year :).
  • 1 Votes
    2 Posts
    646 Views
    jamesJ
    Hello @zonzonzon The current latest version in the Cloudron app store 2.1.2 is not effected. Also, the latest N8N version for the old 1.123.7 is also not effected. If you have your N8N updated to the last 1.123.7 or 2.1.2 version, then you are save.
  • Announcing n8n version 2.0 - coming soon!

    Moved
    19
    3 Votes
    19 Posts
    4k Views
    firmansiF
    I have found the way to enable the chat hub, just go to filemanager in Cloudron, open env.sh file and add this "export N8N_ENABLED_MODULES=chat-hub" and you will see the chat module in left sidebar