mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
22 lines
979 B
Markdown
22 lines
979 B
Markdown
---
|
|
#https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4
|
|
title: Securing n8n
|
|
contentType: overview
|
|
---
|
|
|
|
# Securing n8n
|
|
|
|
Securing your n8n instance can take several forms.
|
|
|
|
At a high level, you can:
|
|
|
|
* Conduct a [security audit](/hosting/securing/security-audit.md) to identify security risks.
|
|
* [Set up SSL](/hosting/securing/set-up-ssl.md) to enforce secure connections.
|
|
* [Set up Single Sign-On](/hosting/securing/set-up-sso.md) for user account management.
|
|
* Use [two-factor authentication (2FA)](/user-management/two-factor-auth.md) for your users.
|
|
|
|
More granularly, consider blocking or opting out of features or data collection you don't want:
|
|
|
|
* [Disable the public API](/hosting/securing/disable-public-api.md) if you aren't using it.
|
|
* [Opt out of data collection](/hosting/securing/telemetry-opt-out.md) of the anonymous data n8n collects automatically.
|
|
* [Block certain nodes](/hosting/securing/blocking-nodes.md) from being available to your users. |