Change instance owner email
Last updated
Was this helpful?
You can change the instance owner email from the UI, or from environment variables if you manage the instance owner that way.
Owner email must be unique
The owner email must not already belong to another user on the instance. If the email you want is already used by another user, change or delete that user first so the email becomes available.
Changing the owner email updates the existing instance owner account. It doesn't transfer ownership to another existing user or merge user accounts.
Log in as the instance owner.
Go to Settings > Personal.
Update the Email field.
Select Save.
If you manage the instance owner using environment variables:
Set N8N_INSTANCE_OWNER_MANAGED_BY_ENV to true.
Set N8N_INSTANCE_OWNER_EMAIL to the new owner email.
Keep N8N_INSTANCE_OWNER_FIRST_NAME, N8N_INSTANCE_OWNER_LAST_NAME, and N8N_INSTANCE_OWNER_PASSWORD_HASH set.
Restart n8n.
When N8N_INSTANCE_OWNER_MANAGED_BY_ENV is true, n8n reapplies the owner details on every startup. The matching UI controls become read-only.
N8N_INSTANCE_OWNER_PASSWORD_HASH must be a bcrypt hash
This variable expects a pre-hashed bcrypt value. Setting a plaintext password breaks login.
For more information, see Manage instance settings using environment variables.
Last updated
Was this helpful?
Was this helpful?