Package Information
Downloads: 0 weekly / 0 monthly
Latest Version: 0.1.13
Author: RudSys
Available Nodes
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
- 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 dev
License
MIT