Description
n8n-nodes-opnsense-gateway-status
This is an n8n community node. It lets you use OPNSense gateway monitoring in your n8n workflows.
OPNSense is an open-source firewall and routing platform. This node integrates with OPNSense API to fetch gateway statuses and trigger workflows on status changes.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Usage
Resources
Version history
Installation
Follow the installation guide in the n8n community nodes documentation.
Operations
- Fetch gateway statuses from OPNSense router via API.
- Trigger workflows when gateway status changes.
- Handle connection timeouts as gateway down.
Credentials
This node requires OPNSense API credentials. You need to generate an API key and secret on your OPNSense router and configure them in n8n credentials for this node.
Compatibility
Minimum n8n version: 0.241.0
Tested with n8n Docker latest image (2025-09).
Usage
- Add the OPNSense Gateway Status node to your workflow.
- Fill in the Router IP field with your OPNSense router address (including protocol).
- Select or enter your OPNSense API credentials.
- Select the gateway to monitor from the dropdown.
- The node will trigger when the gateway status changes, outputting the old and new status.
For new users, refer to the n8n Try it out documentation to learn the basics of n8n workflows.
Resources
Version history
- 1.0.0 – Initial release supporting OPNSense gateway monitoring and status change triggering.