N8n Support Collector by Samuel

:hammer_and_wrench: n8n Support Collector

This script helps you collect important diagnostics from your n8n Docker setup, including logs, system info, memory issues, and container health β€” all in one go.

It’s designed to be run from the host machine (Linux or WSL).

:white_check_mark: Works on most Linux distros and WSL setups.

:test_tube: Kubernetes support is partially included, but may require further testing and customization.

:white_check_mark: What It Does

  • Finds all containers with β€œn8n” in the name
  • Gets logs, disk space, Node.js & n8n versions
  • Checks for OOM (out of memory) errors
  • Gathers environment variables
  • Creates one report file per container
  • Collects host system info too
  • Saves everything into a .tar.gz file

:arrow_forward: How to Use

  1. Make the script executable:
chmod +x n8n_support_collector.sh
  1. Run the script:
./n8n_support_collector.sh

|--redact|Hide passwords, tokens, and IP addresses|

1 Like

I will give you a Like for this effort, thank you for your contribution to community.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.