Winbox

Informations

Creator Message
tnarnold Anonymous

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 47000
Wine: 3.0.3

Feedbacks

Description

Management sofware for the MikroTik devices (MicroTik is a network equipment manufacturer). Wikipedia.

Source code

Contributions

Filters:

Contribute
Member Message
GuerreroAzul Sunday 28 April 2024 at 0:36
GuerreroAzul

Warning

This update has not been approved yet by the team.
Use it at your own risk

Message

The following features have been updated:

  • Wine version: 3.0.3 - 9.0
  • Link download: Link version 3.0 to 3.40

Added the following features: 

  • Category: Network
  • System version: Windows 10

Advertisement

If you have the firewall activated, set the following rule:

Or through the terminal:

sudo ufw allow proto udp from any to any port 5678 comment 'WinBox'

 

Differences

New source code

Replies

Edited by GuerreroAzul

varlyakov Tuesday 14 June 2022 at 13:22
varlyakov Anonymous

Information

This update has been approved by the team.

Differences

New source code

Replies

Tuesday 14 June 2022 at 17:18
script approved.
Dadu042 Saturday 2 April 2022 at 15:41
Dadu042

Warning

This update has not been approved yet by the team.
Use it at your own risk

Message

Wine 3.0 -> 3.0.3

If compatible, Wine 4.0.4 would be welcome.

Differences

New source code

Replies

RainPedia Saturday 2 April 2022 at 14:32
RainPedia Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Differences

New source code

Replies

Saturday 2 April 2022 at 15:39
script approved.

Edited by RainPedia

umsaldanha Thursday 3 February 2022 at 2:08
umsaldanha Anonymous

Message

MD5 has changed, now is 613143f7a48a725b8227c4caccbddf63 , :)

Replies

m1s3rys1gn4l Monday 28 January 2019 at 1:40
m1s3rys1gn4l Anonymous

Message

this program is working :)

Replies

Anonymous
Tuesday 10 November 2020 at 7:58
I have only started using PoL, so I am unsure how this works. I have tried this but I get v3.13 when the current version is v3.27. I cannot get it to connect, but using wine directly works fine with the current version.
tnarnold Thursday 3 May 2018 at 21:15
tnarnold Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Differences

New source code

Replies

Anonymous
Thursday 3 May 2018 at 22:26
that isn't work becouse the s
Anonymous
Thursday 3 May 2018 at 22:27
I don't know how to delete the update
Tuesday 31 December 2019 at 14:39
script approved.
tnarnold Tuesday 13 September 2016 at 17:20
tnarnold Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Message

First version of Winbox instalation on playonlinux

Differences

New source code

Replies

Anonymous
Wednesday 21 June 2017 at 21:44
This can be used to get latest version:
URL="http:"$(curl -s https://mikrotik.com/download | grep -o //.*winbox.exe)
URLlenght=${#URL}
if [[ $URLlenght<60 ]]; then
echo "FAILED"
exit 1
else
wget -q -c -O winbox.exe $URL
echo "DONE"
fi

This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com