Haven't received license key

Hi, I’m running n8n self-hosted with Docker on Ubuntu (Hetzner). I clicked “Unlock selected paid features for free” in Settings → Usage and plan, and the UI showed “Your license key is on the way”, but I never received the email. Could you please help me get the activation key? My email: rostyslav@gmail.com

Please try to request for the key again using the same method. Do check your spam folder for the email, @r0st

Hi @r0st, welcome! I’m Jay and I am a Verified n8n Creator, glad to help you!

If you didn’t receive the license key email, the most effective workaround is to trigger the registration manually from your server.

curl 'https://enterprise.n8n.io/community-registered' \
  -X POST \
  -H 'content-type: application/json' \
  --data-raw '{
    "email": "YOUR_EMAIL_HERE",
    "instanceId": "YOUR_INSTANCE_ID",
    "instanceUrl": "http://YOUR_INSTANCE_URL",
    "licenseType": "community-registered"
  }'

Please replace YOUR_EMAIL_HERE, YOUR_INSTANCE_ID, and YOUR_INSTANCE_URL with your real values.

You can find your instance ID in Settings → Usage and plan. After running the command, the activation key should be sent to your email, and you can activate it in Settings → Usage and plan → Enter activation key.