Custom domain on N8N Pro (Cloud)

Hi guys,

is it possible to use a custom domain on N8N Pro (Cloud)?
I can’t find anything within the docs, all I could find is related to self-hosted instances.

Thanks
Jascha

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:

I don’t think this is possible to have a custom domain that you use to access the GUI.
They could probably work it out for you if you’re enterprise, but I’m not sure.

You could do basic url forwarding if you’re just trying to clean up webhook links though, they still come through http redirects.
For example, instead of giving someone a webhook url of https://yourCompany.app.n8n.cloud/webhook/1234 you can give a link to https://api.yourCompany.com
Again, that isn’t white labeling the url for you, just for the endpoint

2 Likes

This would work indeed, that was exactly what I was aiming for.
We have a self hosted instance at the moment, and I don’t want to change all webhook links after switching to N8N Cloud. Thanks a lot!

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