Install the Probo n8n nodes
Install, pin, update, or remove the Probo community node package
The Probo integration is distributed as the
@probo/n8n-nodes-probo
verified community package. n8n distributes it directly through the node
picker on n8n Cloud and self-hosted instances. It installs both the Probo
action node and Probo Trigger.
Requirements
Section titled “Requirements”- An n8n Cloud or self-hosted instance with verified community nodes enabled.
- n8n 1.0 or later.
- The Owner or Admin role in n8n.
All instance members can use the nodes after an Owner or Admin installs them. If Probo does not appear in the node picker, ask the instance owner to enable verified community nodes.
Install directly from the node picker
Section titled “Install directly from the node picker”- Open a workflow canvas.
- Open the node picker by selecting +.
- Search for Probo.
- Select Probo from More from the community.
- Review the supported actions and select Install.
- Add Probo or Probo Trigger to the workflow.
This is the recommended installation method for both n8n Cloud and self-hosted n8n. See n8n’s verified community node guide for instance-level controls.
Self-hosted installation options
Section titled “Self-hosted installation options”Self-hosted administrators can also install the npm package through Settings → Community Nodes, manually, or through n8n’s community-package environment variables. These options are useful for pinned container images, queue-mode deployments, and infrastructure-managed versions.
To use Settings → Community Nodes, select Install and enter
@probo/n8n-nodes-probo.
For a manual installation:
mkdir -p ~/.n8n/nodescd ~/.n8n/nodesnpm install @probo/n8n-nodes-probomkdir -p ~/.n8n/nodescd ~/.n8n/nodesnpm install @probo/n8n-nodes-probo@<version>Restart every n8n process that loads nodes after installation. In queue mode, the main process and all workers must use the same package version.
Pin and update versions
Section titled “Pin and update versions”For production, pin the package version in your image or deployment configuration. Before updating:
- Review the package version currently installed in n8n.
- Test important workflows in a non-production n8n instance.
- Update every main and worker process together.
- Reactivate a trigger workflow if your deployment does not restore its webhook registration automatically.
Use n8n’s community-node management UI for in-app updates. For a manual self-hosted installation:
cd ~/.n8n/nodesnpm install @probo/n8n-nodes-probo@<version>Remove the package
Section titled “Remove the package”Deactivate workflows that use Probo Trigger before removal so n8n can delete their Probo webhook subscriptions. Then remove the package from Settings → Community Nodes, or run:
cd ~/.n8n/nodesnpm uninstall @probo/n8n-nodes-proboRestart n8n and revoke any Probo OAuth token that is no longer used.
Next step
Section titled “Next step”Configure a Probo API credential, then test a read-only operation before activating a workflow that changes data.