mikrotik-api

n8n node for interacting with Mikrotik API

Package Information

Downloads: 0 weekly / 0 monthly
Latest Version: 0.1.13
Author: RudSys

Documentation

n8n-nodes-mikrotik

This is an n8n node for interacting with the Mikrotik API.

Features

  • Execute custom commands on Mikrotik RouterOS devices via the API service (port 8728/8729).
  • Supports secure authentication using n8n credentials.
  • Supports TLS connection.

Installation

Follow the n8n guide to install this node into your n8n instance.

Usage

  1. Create a MikroTik API credential with your RouterOS Host, Port (default 8728), Username, and Password.
  2. Add the MikroTik API node to your workflow.
  3. Enter the command you want to execute (e.g., /ip/address/print).

Development

npm install
npm run dev

License

MIT

Discussion