Password reset for n8n on Cloudron
N8N
2
Posts
2
Posters
47
Views
2
Watching
-
Hi,
How can I reset admin password for n8n?
I've installed n8n on cloudron, now I can't remember the password.Reset password also is not working. Probably the email I wrote upon registration wasn't a valid one to receive emails or SMTP is not working.
Thank you
-
Hello @arta you can use the n8n cli to reset all users.
See: https://docs.n8n.io/hosting/cli-commands/#user-managementYou can reset user management using the n8n CLI. This returns user management to its pre-setup state. It removes all user accounts.
Use this if you forget your password, and don't have SMTP set up to do password resets by email.
Go into the Cloudron n8n web terminal and run:
gosu cloudron /app/code/node_modules/.bin/n8n user-management:reset
Hope this solves your problem