Downloads:
423,452
Downloads of v 3.0.20240813:
12
Last Update:
13 Aug 2024
Package Maintainer(s):
Software Author(s):
- MikroTik
Tags:
winbox mikrotik network router routeros administration management- Software Specific:
- Software Site
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
WinBox
This is not the latest version of WinBox available.
- 1
- 2
- 3
3.0.20240813 | Updated: 13 Aug 2024
- Software Specific:
- Software Site
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
423,452
Downloads of v 3.0.20240813:
12
Software Author(s):
- MikroTik
WinBox 3.0.20240813
This is not the latest version of WinBox available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by MikroTik. The inclusion of MikroTik trademark(s), if any, upon this webpage is solely to identify MikroTik goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install WinBox, run the following command from the command line or from PowerShell:
To upgrade WinBox, run the following command from the command line or from PowerShell:
To uninstall WinBox, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download winbox --internalize --version=3.0.20240813 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade winbox -y --source="'INTERNAL REPO URL'" --version="'3.0.20240813'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade winbox -y --source="'INTERNAL REPO URL'" --version="'3.0.20240813'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install winbox
win_chocolatey:
name: winbox
version: '3.0.20240813'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'winbox' do
action :install
source 'INTERNAL REPO URL'
version '3.0.20240813'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller winbox
{
Name = "winbox"
Version = "3.0.20240813"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'winbox':
ensure => '3.0.20240813',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 13 Aug 2024.
WinBox is a small utility that allows administration of Mikrotik RouterOS using a fast and simple GUI. It is a native Win32 binary, but can be run on Linux and Mac OSX using Wine.
All WinBox interface functions are as close as possible to Console functions. Some of advanced and system critical configurations are not possible from WinBox, like MAC address change on an interface.
Note: WinBox is obviously freeware, but no details about the license are available either on the application website or in the application itself.
$startFolder = 'WinBox'
Function RemoveStartMenuShortcut {
$startMenuFolderPath = Join-Path -Path ([Environment]::GetFolderPath('Programs')) `
-ChildPath $startFolder
Remove-Item $startMenuFolderPath -Recurse -Force -Confirm:$FALSE -ErrorAction SilentlyContinue
}
# SCRIPT STARTS HERE #
Stop-Process -Name 'winbox' -ErrorAction SilentlyContinue
RemoveStartMenuShortcut
Log in or click on link to see number of positives.
- winbox.exe (d593ca3bb869) - ## / 70
- winbox.3.0.20240813.nupkg (da9e0ff4e7e1) - ## / 69
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
WinBox 3.41.5082024 | 46655 | Sunday, August 4, 2024 | Approved | |
WinBox 3.40.4062024 | 16066 | Tuesday, June 4, 2024 | Approved | |
WinBox 3.40.0 | 17791 | Saturday, February 17, 2024 | Approved | |
WinBox 3.39.4062024 | 23 | Wednesday, June 5, 2024 | Approved | |
WinBox 3.39.0 | 37 | Saturday, February 17, 2024 | Approved | |
WinBox 3.38.4062024 | 19 | Tuesday, June 4, 2024 | Approved | |
WinBox 3.38.0 | 31 | Saturday, February 17, 2024 | Approved | |
WinBox 3.37.4062024 | 25 | Tuesday, June 4, 2024 | Approved | |
WinBox 3.37 | 99303 | Wednesday, July 20, 2022 | Approved | |
WinBox 3.37.0 | 496 | Saturday, February 17, 2024 | Approved | |
WinBox 3.36 | 15212 | Saturday, June 4, 2022 | Approved | |
WinBox 3.35 | 27666 | Tuesday, February 22, 2022 | Approved | |
WinBox 3.34 | 2369 | Friday, February 11, 2022 | Approved | |
WinBox 3.32 | 7710 | Tuesday, December 28, 2021 | Approved | |
WinBox 3.31 | 14634 | Sunday, September 19, 2021 | Approved | |
WinBox 3.30 | 1782 | Sunday, September 12, 2021 | Approved | |
WinBox 3.29 | 6406 | Monday, August 23, 2021 | Approved | |
WinBox 3.28 | 13979 | Wednesday, June 9, 2021 | Approved | |
WinBox 3.27 | 34798 | Saturday, September 12, 2020 | Approved | |
WinBox 3.24 | 11016 | Monday, May 18, 2020 | Approved | |
WinBox 3.23 | 1095 | Sunday, April 19, 2020 | Approved | |
WinBox 3.22 | 1519 | Sunday, March 15, 2020 | Approved | |
WinBox 3.21 | 1214 | Sunday, February 9, 2020 | Approved | |
WinBox 3.20 | 11055 | Saturday, October 19, 2019 | Approved | |
WinBox 3.19 | 10520 | Wednesday, July 3, 2019 | Approved | |
WinBox 3.18 | 53378 | Saturday, September 22, 2018 | Approved | |
WinBox 3.17 | 8809 | Tuesday, August 7, 2018 | Approved | |
WinBox 3.16 | 5529 | Sunday, July 8, 2018 | Approved | |
WinBox 3.14 | 1685 | Sunday, June 10, 2018 | Approved | |
WinBox 3.12 | 1352 | Tuesday, February 13, 2018 | Approved | |
WinBox 3.11 | 2518 | Tuesday, March 7, 2017 | Approved | |
WinBox 3.10 | 871 | Sunday, January 29, 2017 | Approved | |
WinBox 3.9 | 694 | Saturday, January 21, 2017 | Approved | |
WinBox 3.7 | 1245 | Saturday, October 8, 2016 | Approved | |
WinBox 3.6 | 762 | Saturday, October 1, 2016 | Approved | |
WinBox 3.5.0.20160908 | 605 | Thursday, September 8, 2016 | Approved | |
WinBox 3.5 | 673 | Thursday, September 1, 2016 | Approved | |
WinBox 3.4 | 878 | Thursday, March 24, 2016 | Approved | |
WinBox 3.3.20240813 | 11 | Tuesday, August 13, 2024 | Approved | |
WinBox 3.3 | 570 | Tuesday, March 15, 2016 | Approved | |
WinBox 3.2.20240813 | 14 | Tuesday, August 13, 2024 | Approved | |
WinBox 3.2 | 576 | Thursday, March 10, 2016 | Approved | |
WinBox 3.1.20240813 | 13 | Tuesday, August 13, 2024 | Approved | |
WinBox 3.1 | 721 | Tuesday, February 16, 2016 | Approved | |
WinBox 3.0.20240813 | 12 | Tuesday, August 13, 2024 | Approved | |
WinBox 3.0 | 1103 | Tuesday, January 5, 2016 | Approved | |
WinBox 3.0.0 | 12 | Tuesday, August 13, 2024 | Approved |
WinBox - Changelog
What's new in v3.0:
- added support for new internal WinBox protocol fields;
- do not reset user name and password when one of the routers is selected in neighbours list;
What's new in v3.0rc17:
- discover older version RouterOS routers and SwOS switches as well;
What's new in v3.0rc16:
- fixed problem where it was not possible to connect to router through RoMON if
Open in New Window was enabled;
What's new in v3.0rc15:
- make "Install and Upgrade" button work again;
- fixed crash when typing Ctrl-D in empty terminal window;
What's new in v3.0rc14:
- show properly advanced mode on start up;
- make console use whole terminal window width on reopen;
What's new in v3.0rc13:
- allow to specify RoMON agent via command line;
- fixed window size when Winbox is opened first time;
What's new in v3.0rc12:
- added "clear cache" command to Tools menu;
What's new in v3.0rc11:
- fixed session saving;
- move cursor to password or login field when host is selected in address list
or in neighbours
What's new in v3.0rc10:
- remember first window size;
- fixed crash when trying to connect to the router;
- fixed connecting by mac addresses on Windows with multiple network
cards (needs at least RouterOS v6.29 on the router as well); - added back keyboard short-cuts for tables (INS for add, DEL for remove
and all other with Ctrl prefixes); - added support for Shift+Ins, Ctrl+Ins, Shift+Del short-cuts in text entry fields;
- fixed crash when connecting to v5 routers;
- fixed problem where group column contents were not shown;
What's new in v3.0rc9:
- added advanced mode;
What's new in v3.0rc8:
- added RoMON support;
- show default values in CAPsMAN settings;
- fixed crash when reopening ping or profile window;
What's new in v3.0rc6:
- allow to in-line comments per table bases as well;
- remember table filters in current sessions;
- remember Torch window column sorting order and visibility;
- by default hide all passwords;
- remember that session was own on reconnects;
What's new in v3.0rc5:
- fixed problem where active session was not loaded immediately on connect;
What's new in v3.0rc4:
- fixed problem were secure connections when opening in new window were not closed;
- fixed problem when in-line-comment added comment column
where no comments were allowed; - added save session to Session menu;
What's new in v3.0rc3:
- fixed problem where in-line-comments setting to affected only visible tabs;
- allow to move session file folder;
- allow to choose session file from any place;
- fixed embedded table size;
What's new in v3.0rc2:
- allow to make object list windows smaller;
- support connecting to v5 routers with "Open In New Window";
- do not save last session password if address list is encrypted;
- fixed problem where "open in new window" didn't work;
- fixed crash on session save;
- fixed crash when opening ip web proxy access window;
- handle correctly sessions that have ':' in their names;
What's new in v3.0rc1:
- made global setting for comment in-lining;
- added session management;
- added ability to connect to multiple routers at once;
- added ability to save address list in another place;
- added ability to encrypt address list file;
- fixed Dst. Address filter in ip routes;
- make Winbox work with TeamViewer;
- report connection and disconnect status in-place;
What's new in v3.0beta3:
- make log table show last entries automatically;
- fixed problem were changing managed entries made them disappear;
- when sorting by groups in-line category headers as well;
- added "New Winbox" button;
- fixed crash when opening tools|profile;
What's new in v3.0beta2:
- fixed problem where Winbox crashed if Wirless-fp package was installed on the router;
- fixed problem where Winbox crashed if Activate button was pressed in Stores menu;
What's new in v3.0beta1:
- implemented self upgrade;
- added ability to open new session in new window;
This package has no dependencies.
Ground Rules:
- This discussion is only about WinBox and the WinBox package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or WinBox, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.