Skip to content

Unable to re-enable Execute Command node in n8n 2.0 #23439

Description

@etim808

Bug Description

After upgrading to n8n 2.0, the Execute Command node is disabled by default as per the breaking changes documentation.
I've attempted to re-enable the node using the N8N_NODES_INCLUDE environment variable as suggested, but the node still does not appear in the node selector.
Environment:

n8n version: 2.0
Installation method: System install (npm global) with systemd service
OS: Linux (Debian-based)

Steps to reproduce:

Fresh n8n 2.0 install or upgrade from 1.x
Add N8N_NODES_INCLUDE=n8n-nodes-base.executeCommand to environment file (/opt/n8n.env)
Restart n8n via sudo systemctl restart n8n
Search for "Execute Command" in node panel — node does not appear

To Reproduce

Fresh n8n 2.0 install or upgrade from 1.x
Add N8N_NODES_INCLUDE=n8n-nodes-base.executeCommand to environment file (/opt/n8n.env)
Restart n8n via sudo systemctl restart n8n
Search for "Execute Command" in node panel — node does not appear

Expected behavior

Execute Command node should appear in the node selector after setting the environment variable and restarting.

Debug Info

null

Operating System

Debian LXC

n8n Version

null

Node.js Version

null

Database

SQLite (default)

Execution mode

main (default)

Hosting

n8n cloud

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions