Can't see n8n api section in settings on self-hosted version

Describe the problem/error/question

I have n8n self-hosted instance. But i cant see n8n API key section in settings. That’s not trial version. I use Digital Ocean

I have no idea…

Information on your n8n setup

Debug info

core

  • n8nVersion: 1.69.2
  • platform: docker (self-hosted)
  • nodeJsVersion: 20.18.0
  • database: postgres
  • executionMode: regular
  • concurrency: -1
  • license: enterprise (production)
  • consumerId: 58e26727-42b0-405c-9731-2d6be2bfcf72

storage

  • success: all
  • error: all
  • progress: false
  • manual: true
  • binaryMode: memory

pruning

  • enabled: true
  • maxAge: 168 hours
  • maxCount: 10000 executions

client

  • userAgent: mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/131.0.0.0 safari/537.36
  • isTouchDevice: false

Generated at: 2024-12-06T15:13:15.308Z

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:

Welcome to the community @theatmacreator !

Tip for sharing information

Pasting your n8n workflow


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!


I believe you have set N8N_PUBLIC_API_DISABLED to true. This would remove API key section from settings.

2 Likes

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