部署与运维

Control telemetry

n8n collects anonymous telemetry data from self-hosted n8n installations. You can opt out of data telemetry collection.

Collected data

Refer to Privacy | Data collection in self-hosted n8n for details on the data n8n collects.

How collection works

n8n sends most data when events occur. Workflow execution counts and an instance pulse are sent periodically (every 6 hours).

Opting out of data collection

n8n enables telemetry collection by default. To disable it, configure the following environment variables.

Opt out of telemetry events

To opt out of diagnostic telemetry, set the N8N_DIAGNOSTICS_ENABLED environment variable to false:

bash
export N8N_DIAGNOSTICS_ENABLED=false

Opt out of checking for new versions of n8n

To opt out of version notifications, set the N8N_VERSION_NOTIFICATIONS_ENABLED environment variable to false:

bash
export N8N_VERSION_NOTIFICATIONS_ENABLED=false

Disable all connection to n8n servers

To prevent all communication with n8n's servers, refer to Isolate n8n.

Related resources

官方原文和授权

本页来自 N8N 英文官方网站固定快照,并转换成 xueai 静态页面。内容以 N8N 持续更新的官方页面为准。

来源、授权与修改

本站保留许可证、固定提交号、社区作者和修改说明,不代表 n8n 对本站背书。

查看许可证查看来源和修改说明