Request for manual community license key (self-hosted 403 error)

Hi n8n team,
I am running n8n self-hosted on my own machine. When I try to register for the free community license, it always fails with “License request failed: 403”.
I already tried with multiple new emails, and I confirmed it is not an account issue. It looks like my self-hosted instance cannot reach api.n8n.io correctly.
Can you please provide me with a manual community license key so I can activate it in my self-hosted n8n?
Thanks a lot!

Describe the problem/error/question

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

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

Hey! Can you try:

  • starting n8n in tunnel mode to get https access to the net: Docker | pnpm

  • request the license

  • restart without tunneling

  • apply the license in the settings

Let me know if this works for you and feel free to mark this as Solution if it does.