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)
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.