Files
2025-09-10 10:16:20 +01:00

595 B

title, description, contentType
title description contentType
Specify user folder path Specify location of the folder that stores user-specific data. howto

Specify user folder path

n8n saves user-specific data like the encryption key, SQLite database file, and the ID of the tunnel (if used) in the subfolder .n8n of the user who started n8n. It's possible to overwrite the user-folder using an environment variable.

export N8N_USER_FOLDER=/home/jim/n8n

Refer to Environment variables reference for more information on this variable.