@rudsys/n8n-nodes-mikrotik-api
v0.1.13
Published
n8n node for interacting with Mikrotik API
Readme
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
- Create a MikroTik API credential with your RouterOS Host, Port (default 8728), Username, and Password.
- Add the MikroTik API node to your workflow.
- Enter the command you want to execute (e.g.,
/ip/address/print).
Development
npm install
npm run devLicense
MIT
