Implemented Backlog

Add Winbox to rdm

0 vote

avatar

Hi there is possible to add mikrotik winbox to rdm with embed mode?

All Comments (12)

avatar

So far as I'm aware, Winbox is only natively supported for Windows. To run it on Unix system (Mac and Linux), you need to use Wine. So, that being known, it's unlikely we'll add support for the application.

Can you launch it with command line arguments?

Best regards,

Xavier Fortin

avatar

Hello,
There is a way to run winbox from CMD. The winbox I use is the one in this project: https://github.com/nrlquaker/winbox-mac

And the command to open it with arguments is as follows:

f6e75e35-8e2a-4617-85fd-a2351e384722

/usr/bin/open /Applications/Winbox-mac.app --args {1} {2} {3}


08ad8752-c912-477c-b046-32601bdee470

Ideally, a Winbox entry should be created in RDM to be able to use the entries that are created in Windows.

08ad8752-c912-477c-b046-32601bdee470.png

f6e75e35-8e2a-4617-85fd-a2351e384722.png

avatar

Hi,

We've already been made aware of this in another thread and have therefore reopened our ticket. It's not planned in the current development cycle though, so we don't have an ETA for this.

Best regards,

Xavier Fortin

avatar

Thank you very much!!!


I have tested it and it works perfectly.

0d686c13-b4c3-4201-934d-e696fca17c0c.png

avatar

Glad to hear it!

Do not hesitate if you have any issues!

Best regards,

Xavier Fortin

avatar

Can you do a similar implementation on the Linux side? I can run it as a command line execution from RDM and I do.

So basically I have winbox installed in wine and use RDM to execute a shell command {winbox [IP] [username] "somePassword"}

This launches winbox and logs in the session. It should be easy enough to implement the same as the mac or windows version.

Best regards,
Charl Pretorius

avatar

Hello Charl,

I opened a ticket to add this feature in RDM Linux. We will let you know once it is implemented.

Regards,

Gabriel Dubois

avatar

Hello again,
Winbox 4 has been released and now has a native application for MacOS, Windows and Linux:
https://forum.mikrotik.com/viewtopic.php?t=210505

It would be nice to add support for Winbox on Mac without having to use the repository mentioned above.

avatar

Hello,

That sounds interesting. We will have to make sure everything still works with the native application like sending the host, username, etc. If everything works, we could support it. I will open a ticket to look into it and we will keep you updated.

Best regards,


Maxim Buisson

avatar

The latest version of RDM Mac (2024.3.5.1) is released and now use Winbox 4
If there's anything, don't hesitate to communicate with us.

Best regards,

Michel Lambert

avatar

Thank you very much once again. I will test it and confirm that it works correctly.

avatar

It works perfectly. Thank you very much!