Hi all,
Over the years there have been multiple requests for native support of winbox:// links in WinBox.
Since WinBox for macOS already supports command-line arguments, I created a small open-source helper that registers the winbox:// URI scheme and launches WinBox with the appropriate parameters.
GitHub:
Supported formats:
winbox://192.168.88.1
winbox://admin@192.168.88.1
winbox://admin:password@192.168.88.1
winbox://admin@192.168.88.1/default
winbox://admin:password@192.168.88.1/default
This allows WinBox links to be opened directly from:
-
Internal documentation
-
CRM systems
-
NOC dashboards
-
LibreNMS
-
The Dude
-
Asset management systems
-
Browser bookmarks
-
Any web application
Example:
<a href="winbox://admin@192.168.88.1">Open Router</a>
The project is free and open source.
Feedback, bug reports and feature requests are welcome.
If there is enough interest, I can add support for additional WinBox parameters and other MikroTik-related URI schemes.
Hopefully this helps anyone who has been waiting for winbox:// support.