AI Workflow Automation N8N 2.4.6 – some nodes like ‚Execute Command‘ are blocked by default

Remove them from the exclude list to enable them:

NODES_EXCLUDE: „[]“

 

 

root@pve-8n8-01:~# docker run -d \
–name n8n \
–restart=always \
-p 5678:5678 \
-e GENERIC_TIMEZONE=“Europe/Berlin“ \
-e TZ=“Europe/Berlin“ \
-e N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=true \
-e N8N_COMMUNITY_PACKAGES_ALLOW_TOOL_USAGE=true \
-e N8N_DEFAULT_BINARY_DATA_MODE=filesystem \
-e N8N_RUNNERS_ENABLED=true \
-e N8N_SECURE_COOKIE=false \
-e N8N_HOST=<…>.ngrok-free.dev \
-e WEBHOOK_URL=“https://<…>.ngrok-free.dev/“ \
-e NODES_EXCLUDE=“[]“ \
-v n8n_data:/home/node/.n8n \
docker.n8n.io/n8nio/n8n

Leave a Reply

You must be logged in to post a comment.