Error - Community edition License fails with 403

Describe the problem/error/question

After self host n8n, requetsing license key is errors out with 403

What is the error message (if any)?

License request failed

Failed to register community edition: Request failed with status code 403

Information on your n8n setup

  • **n8n version:**1.84.3
  • **Database ( SQLite):**SQLite
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • **Running n8n via (Docker, npm, n8n cloud, desktop app):**Docker with Caddy
  • Operating system: Linux ubuntu

There are several possible reasons for a 403. Some you might be able to remedy yourself.

  1. Browser Cache - Clear cache, at least for the domain (my.n8n.host) your browser is using to reach the n8n UI. Or, if using Chrome or similar browser, try the request in an incognito window.
  2. Proxy/VPN interference - If you are running n8n in an environment where outbound calls to certain domains might be blocked on your own network, either remove the rule that is blocking access or configure the machine running n8n to use a client-side VPN (so the request to n8n’s system (enterprise.n8n.io) goes around the outbound proxy/vpn… provided you are even allowed to do this).
  3. Server-Side Block - It’s possible, but unlikely, that enterprise.n8n.io (the license server) has rules preventing access from some networks/ip-blocks. A client-side VPN connection to originate the traffic from another place/source-ip might help here too (or at least confirm whether that’s the issue).

If none of this helps, add some more context information here, which might help someone identify where things could be going wrong.

I tried rebuild hetzner and did different ways of install, plain docker, coolify. Also tried different domains. Still getting the same error.

root@ubuntu-2gb-ash-1:~# docker exec -it n8n-w4w0880scgkk0sw8ogggkk8k ping -c 1 enterprise.n8n.io
PING enterprise.n8n.io (104.26.13.187): 56 data bytes
64 bytes from 104.26.13.187: seq=0 ttl=42 time=2.764 ms

enterprise.n8n.io ping statistics —
1 packets transmitted, 1 packets received, 0% packet loss
round-trip min/avg/max = 2.764/2.764/2.764 ms
root@ubuntu-2gb-ash-1:~#

I switched back to Digital Ocean. And the issue don’t happen there. Everything is smooth.

Don’t get this error, or the problems with credentials for GHL. for firewall I didn’t modify any on Hetzner but did directly in the server with ufw. Not sure if that had anything to do with it

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