File size: 2,016 Bytes
0a84888 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 | ---
#https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4
title: n8n Hosting Documentation and Guides
description: Access n8n hosting documentation and guides. Find comprehensive resources to help you set up and manage your self-hosted n8n instances.
contentType: overview
hide:
- toc
---
# Self-hosting n8n
This section provides guidance on setting up n8n for both the Enterprise and Community self-hosted editions. The Community edition is free, the Enterprise edition isn't.
See [Community edition features](/hosting/community-edition-features.md) for a list of available features.
<div class="grid-cards-vertical cards" markdown>
- __Installation and server setups__
Install n8n on any platform using npm or Docker. Or follow our guides to popular hosting platforms.
[:octicons-arrow-right-24: Docker installation guide](/hosting/installation/docker.md)
- __Configuration__
Learn how to configure n8n with environment variables.
[:octicons-arrow-right-24: Environment Variables](/hosting/configuration/environment-variables/index.md)
- __Users and authentication__
Choose and set up user authentication for your n8n instance.
[:octicons-arrow-right-24: Authentication](/hosting/configuration/user-management-self-hosted.md)
- __Scaling__
Manage data, modes, and processes to keep n8n running smoothly at scale.
[:octicons-arrow-right-24: Scaling](/hosting/scaling/queue-mode.md)
- __Securing n8n__
Secure your n8n instance by setting up SSL, SSO, or 2FA or blocking or opting out of some data collection or features.
[:octicons-arrow-right-24: Securing n8n guide](/hosting/securing/overview.md)
- __Starter kits__
New to n8n or AI? Try our Self-hosted AI Starter Kit. Curated by n8n, it combines the self-hosted n8n platform with compatible AI products and components to get you started building self-hosted AI workflows.
[:octicons-arrow-right-24: Starter kits](/hosting/starter-kits/ai-starter-kit.md)
</div>
--8<-- "_snippets/self-hosting/warning.md"
|