Creating custom node for NOT self-hosted n8n version

Hi there,

Is there a way to create and add custom node on NOT Self-hosted n8n versions? There is a lot of information on how to add custom node when you are self-hosting (through Docker)

Hey **enesk50,
**
On n8n Cloud, you can only install community nodes that are published to npm through Settings → Community Nodes, and you can’t upload custom code directly. If you want to use truly custom or private nodes, you’ll either need to publish your node to npm first and then install it on Cloud, or self-host n8n to have full file system access. For simpler custom logic, you can use the Code node (JavaScript/Python) or make HTTP Requests to external services instead.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.