- 33 Views
- 25/11/2025
How to reset the admin password for n8n running in a Docker container
To reset the admin password for n8n running in a Docker container, you can utilize the n8n user-management:reset command. This command will reset the user database to its default state, prompting you to create a new admin account upon accessing the n8n web interface.
Important Note: This action will delete all existing user accounts within n8n. If you have multiple users, consider backing up your workflows and credentials before proceeding.
Here are the steps to reset the n8n admin password on Docker: Access the Docker container's shell.
Execute the reset command within the container:
Exit the container's shell.
Restart the n8n container.
After restarting the container, navigate to your n8n instance in your web browser. You will be prompted to create a new admin account, effectively resetting the password.
Thanks for visit my website
