About Fixed IP Address for n8n Cloud

I am currently using n8n Cloud and would like to know if it’s possible to configure a fixed IP address for my instance. This is essential for integrating with external systems that require whitelisting specific IPs.

Can someone prealse provide me guidance on how to proceed? Additionally, I would appreciate it if you could let me know if this feature is included in my current plan or if it requires an upgrade. (I’m currently on Pro Plan)

Regards,
Luis

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Welcome to the community @Luis_Guilherme_Falca !

Tip for sharing information

Pasting your n8n workflow


Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </> (preformatted text) in the editor and pasting in your workflow.

```
<your workflow>
```

That implies to any JSON output you would like to share with us.

Make sure that you have removed any sensitive information from your workflow and include dummy or pinned data with it!


Due to the nature of the cloud technologies you will not have a single IP address. However, we do have a list of IP addresses for n8n Cloud. You would have to have them whitelisted all, Cloud IP addresses | n8n Docs.

Alternatively, you could utilize a 3rd party proxy service to have a single IP address for your specific workspace.

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