Hi, I use the command execution node quite often, and I just checked in v2 it’s gone, can anyone help?
me too, where is it???
I just checked again, it seems, it was replaced with node ssh
It’s stated in the official documentation!
n8n will disable the ExecuteCommand and LocalFileTrigger nodes by default because they pose security risks. These nodes allow users to run arbitrary commands and access the file system.
Migration path: If you need to use these nodes, remove them from the disabled nodes list in your n8n configuration by updating the NODES_EXCLUDE environment variable. For example, set NODES_EXCLUDE="[]" to enable all nodes, or remove only the specific nodes you need.