Back to Nodes

OPNSense Gateway Status

Last updated Sep 22, 2025

Custom n8n node to fetch OPNSense gateway status and trigger on changes

3 Weekly Downloads
9 Monthly Downloads

Included Nodes

OPNSense Gateway Status

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

  1. Add the OPNSense Gateway Status node to your workflow.
  2. Fill in the Router IP field with your OPNSense router address (including protocol).
  3. Select or enter your OPNSense API credentials.
  4. Select the gateway to monitor from the dropdown.
  5. 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.