Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
Choose your n8n | n8n Docs
[go: Go Back, main page]

Skip to content

Choose your n8n#

n8n offers two primary deployment options:

  • n8n Cloud: A fully-managed hosted solution with no installation required
  • Self-hosted: Deploy n8n on your own infrastructure using npm, Docker, or server setups

Pros and cons comparison#

Aspect n8n Cloud Self-hosted
Setup & Deployment
Installation ✅ No installation needed ❌ Requires setup (npm, Docker, or server)
Technical expertise ✅ None required ❌ Required for installation and configuration
Infrastructure Management
Hosting ✅ Fully hosted by n8n ❌ You must provide and manage infrastructure
Maintenance ✅ Handled by n8n ❌ Your responsibility
Control & Customization
Deployment control ❌ Managed by n8n ✅ Full control over deployment
Customization ❌ Limited to available options ✅ Recommended for customized use cases
Cost
Free option ⚠️ Free trial available ✅ Free Community Edition with most features
Paid options ✅ Range of paid plans ✅ Paid Enterprise option available
Features
Core features ✅ Included ✅ Included in free Community Edition
Enterprise features ❌ Requires paid plans ❌ Requires Enterprise license (free Community limited)
Use Cases
Quick start ✅ Ideal for getting started ⚠️ Takes longer to set up
Production use ✅ Supported ✅ Recommended for production
Custom requirements ⚠️ Limited customization ✅ Recommended for customized use cases

Legend: ✅ Advantage | ❌ Disadvantage | ⚠️ Mixed/depends on needs

For detailed pricing and plan comparisons, see the pricing page.

Feature comparison#

Self-hosted Community Edition#

n8n's Community Edition is the free, self-hosted version of n8n that you can run on your own infrastructure.

Feature Not available in Community Edition Available in
Variables & Configuration Custom variables Enterprise editions, some Cloud paid plans
Environments Environments Enterprise editions, some Cloud paid plans
Secrets Management External secrets Enterprise editions, some Cloud paid plans
Storage External storage for binary data Enterprise editions
Logging Log streaming (standard logging IS included) Enterprise editions
Scaling Multi-main mode (queue mode IS included) Enterprise editions
Organization Projects Enterprise editions, some Cloud paid plans
Authentication SSO (SAML, LDAP) Enterprise editions
Collaboration Workflow and credential sharing** Enterprise editions, some Cloud paid plans
Version Control Version control using Git Enterprise editions, some Cloud paid plans

In Community Edition, only the instance owner and the user who creates workflows or credentials can access them.

Self-hosted registered Community Edition (Free)#

By registering your Community Edition with your email, you unlock these additional features:

Feature Description
Folders Organize your workflows into folders
Debug in editor Copy and pin execution data when working on a workflow
Custom execution data Save, find, and annotate execution metadata

n8n Cloud vs Self-hosted Enterprise#

Both n8n Cloud (Enterprise plan) and Self-hosted Enterprise editions include all the features listed above that are missing from the Community Edition.

For specific details on which features are available on Cloud Starter, Pro, and Business self-hosted plans, see the pricing page.

Decision guide#

Your situation Recommended option Reason
Want to start quickly n8n Cloud No installation needed
Don't have technical expertise n8n Cloud Hosted solution, no setup required
Need production-ready deployment Both options work Both Cloud and self-hosted support production use
Have customized use cases Self-hosted Recommended for customization
Want most features for free Self-hosted Community Edition Free with almost complete feature set
Need folders and debugging features for free Registered Community Edition Free registration unlocks these features
Need enterprise features (SSO, environments, projects, etc.) Cloud (paid) or Self-hosted Enterprise These features require paid plans
Have infrastructure and technical resources Self-hosted Can manage your own deployment

For specific feature availability across different Cloud and self-hosted plans, see the pricing page.

Getting Started#

n8n Cloud#

Visit n8n Cloud to sign up for a free trial.

Self-hosted#

Refer to the hosting documentation for installation options:

To register a Community Edition instance for additional features, go to Settings > Usage and plan and select Unlock.

Additional Resources#

This page was