Files
n8n-docs/docs/privacy-security/what-you-can-do.md
2025-09-10 10:16:20 +01:00

1.7 KiB

title, description, contentType
title description contentType
What you can do What you can do to improve privacy and data security when using n8n. howto

What you can do

It's also your responsibility as a customer to ensure you are securing your code and data. This document lists some steps you can take.

All users

Self-hosted users

If you self-host n8n, there are additional steps you can take:

  • Set up a reverse proxy to handle TLS, ensuring data is encrypted in transit.
  • Ensure data is encrypted at rest by using encrypted partitions, or encryption at the hardware level, and ensuring n8n and its database is written to that location.
  • Run a Security audit.
  • Be aware of the Risks when installing community nodes, or choose to disable them.
  • Make sure users can't import external modules in the Code node. Refer to Environment variables | Nodes for more information.
  • Choose to exclude certain nodes. For example, you can disable nodes like Execute Command or SSH. Refer to Environment variables | Nodes for more information.
  • For maximum privacy, you can Isolate n8n.

GDPR for self-hosted users

--8<-- "_snippets/privacy-security/gdpr-self-hosted.md"