部署与运维
Compare editions
Every self-hosted installation runs on the same underlying product. You can stick with the basic Community edition for free, indefinitely. Alternatively, register to unlock extra features for free, or subscribe to a paid plan to get a license key that unlocks the features for that plan.
- Community edition: the free edition. This is what n8n runs without a license key.
- Registered Community edition: the free Community edition with extra features unlocked by registering your email. Still free.
- Business and Enterprise plans: paid plans. Subscribing gives you a license key that unlocks the features for that plan.
Community edition
The Community edition includes almost the complete feature set of n8n. It doesn't include these features:
- Custom Variables
- Environments
- External secrets
- External storage for binary data
- Log streaming (Logging is included)
- Multi-main mode (Queue mode is included)
- Projects
- SSO (SAML, LDAP)
- Sharing (workflows, credentials) (Only the instance owner and the user who creates them can access workflows and credentials)
- Version control using Git
These features are available on the Business and Enterprise plans. Some are also available on the Starter, Pro, and Enterprise n8n Cloud plans. See pricing for the current breakdown.
Registered Community edition
Register your Community edition with your email to receive a free license key. It unlocks these features for the Community edition:
- Folders: Organize your workflows into tidy folders
- Debug in editor: Copy and pin1 execution data when working on a workflow
- Custom execution data: Save, find, and annotate execution metadata
To register a new Community edition instance, select the option during your initial account creation.
To register an existing Community edition instance:
- Select the three dots icon
in the lower-left corner.
- Select Settings and then Usage and plan.
- Select Unlock to enter your email and then select Send me a free license key.
- Check your email for the account you entered.
Once you have a license key, activate it by selecting the button in the license email, or by going to Options > Settings > Usage and plan and selecting Enter activation key.
Business and Enterprise plans
The Business and Enterprise plans unlock the paid features that the Community edition doesn't include, such as SSO, environments, external secrets, and log streaming. The Enterprise plan adds the most advanced features for security, scaling, and governance.
When you subscribe to a paid plan, you get a license key that unlocks the features for that plan. Add the key to your instance to activate it. For how to get and activate a key, see Manage your license. For the features included in each plan, see the pricing page.
Which plan or edition is right for you
- Use the Community edition to self-host n8n for free with almost the complete feature set.
- Register your Community edition (free) to also get folders, debug in editor, and custom execution data.
- Subscribe to a Business or Enterprise plan when you need paid features like SSO, environments, projects, or external secrets. If you'd rather not manage infrastructure at all, consider n8n Cloud instead.
Footnotes
- Back
Data pinning allows you to temporarily freeze the output data of a node during workflow development. This allows you to develop workflows with predictable data without making repeated requests to external services. Production workflows ignore pinned data and request new data on each execution.
官方原文和授权
本页来自 N8N 英文官方网站固定快照,并转换成 xueai 静态页面。内容以 N8N 持续更新的官方页面为准。