https://github.com/node-red-contrib/node-red-contrib-mikrotik
Node-red node to work with Mikrotik WiFi router
https://github.com/node-red-contrib/node-red-contrib-mikrotik
Last synced: 4 months ago
JSON representation
Node-red node to work with Mikrotik WiFi router
- Host: GitHub
- URL: https://github.com/node-red-contrib/node-red-contrib-mikrotik
- Owner: node-red-contrib
- License: isc
- Created: 2016-03-24T20:37:33.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2026-02-09T08:41:47.000Z (5 months ago)
- Last Synced: 2026-02-09T13:51:27.556Z (5 months ago)
- Language: TypeScript
- Size: 170 KB
- Stars: 16
- Watchers: 2
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[](https://cla-assistant.io/node-red-contrib/node-red-contrib-mikrotik)

[](https://www.codefactor.io/repository/github/node-red-contrib/node-red-contrib-mikrotik)
[](https://badge.fury.io/js/node-red-contrib-mikrotik)
# node-red-contrib-mikrotik a mikrotik node for Node-RED
## Install
[](https://nodei.co/npm/node-red-contrib-mikrotik/)
Install via the palette manage in the Node-RED admin ui (no restart needed).
Alternatively run the following command in your Node-RED user directory (typically `~/.node-red`):
```sh
npm install node-red-contrib-mikrotik
```
then restart Node-RED and add an instance of the mikrotik node.
# Config
Available actions:
- ***log***
- ***resources***
- ***wifi***
- ***connections***
- ***reboot***
- ***raw***
## Usage
Add the node to a flow, add an inject and a debug node, configure your connection and you are ready to go.
If you can override every property with the message object. The names are:
msg. -> username, password, host, port, payload/command, ssl
### SSL
If you like to have a ssl connection between the node and the mikrotik router see the [documentation](docs/api-ssl.md)
### Basic
TBD
-----
### RAW
For the usage of the RAW/Command mode there are [here](docs/example-flows.md) some examples.