How can I skip the login (register new customer) step in my self-hosted n8n instance?

Describe the problem/error/question:

How can I disable or skip the login/registration step in my self-hosted n8n setup? I want the instance to be accessible without creating a account.
N8N_USER_MANAGEMENT_DISABLED no longer works in recent versions.

Running latest n8n via Docker.

Information on your n8n setup

  • n8n version: last
  • Database (default: SQLite):+
  • **n8n EXECUTIONS_PROCESS setting (default: own, main):**main
  • **Running n8n via (Docker, npm, n8n cloud, desktop app):**self hosted Docker -Ubuntu server
  • Operating system: WIndows 11

Hi @Ivan-goEcommerce - are you using a persistent data mount to your docker container? I think it’s no longer possible to bypass this signup with environment variables. If this is only happening when you restart your container then you need to set the data persistent, so your data is not lost everytime you start the container

1 Like

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