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).
Works on most Linux distros and WSL setups.
Kubernetes support is partially included, but may require further testing and customization.
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
How to Use
- Make the script executable:
chmod +x n8n_support_collector.sh
- Run the script:
./n8n_support_collector.sh
|--redact
|Hide passwords, tokens, and IP addresses|