. Ability to keep Loader open when connecting. Winbox can now self-upgrade. If connection is lost, it will offer to reconnect later. Log can be sorted, and now has columns for more info about winbox v3 visit mikrotik forum. Winbox for android. John the Ripper is a free multi or cross platform password cracking software. Its called multi platform as it combines different password cracking features into one package. It’s primarily used to crack weak UNIX passwords but also available for Linux, Mac, and Windows. Starting the Winbox Winbox loader can be downloaded directly from the router or from the. When downloading from the router, open a web browser and enter router's IP address, RouterOS welcome page will be displayed. Click on the menu item that says Winbox to download winbox.exe.
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, that is why there are no Winbox sections in the manual.
Some of advanced and system critical configurations are not possible from winbox, like MAC address change on an interface.
Winbox loader can be downloaded directly from the router or from the mikrotik download page.When downloading from the router, open a web browser and enter router's IP address, RouterOS welcome page will be displayed. Click on the menu item that says Winbox to download winbox.exe
When winbox.exe is downloaded, double click on it and winbox loader window will pop up:
To connect to the router enter IP or MAC address of the router, specify username and password (if any) and click on Connect button. You can also enter the port number after the IP address, separating them with a colon, like this 192.168.88.1:9999. The port can be changed in RouterOS services menu.
Note: It is recommended to use IP address whenever possible. MAC session uses network broadcasts and is not 100% reliable.
You can also use neighbor discovery, to list available routers by clicking on [...] button:
From list of discovered routers you can click on IP or MAC address column to connect to that router. If you click on IP address then IP will be used to connect, but if you click on MAC Address then MAC address will be used to connect to the router.
Note: Neighbor discovery will show also devices which are not compatible with Winbox, like Cisco routers or any other device that uses CDP (Cisco Discovery Protocol)
Description of buttons and fields of loader screen
Warning: Passwords are saved in plain text. Anyone with access to your file system will be able to retrieve passwords.
It is possible to use command line to pass connect to user and password parameters automatically:
For example (with no password):
Will connect to router 10.5.101.1 with username 'admin'without password.
Starting from v5RC6 Winbox supports IPv6 connectivity. To connect to the routers IPv6 address, it must be placed in square braces the same as in web browsers when connecting to IPv6 server.Example:
Winbox neighbor discovery is now capable of discovering IPv6 enabled routers. As you can see from the image below, there are two entries for each IPv6 enabled router, one entry is with IPv4 address and another one with IPv6 link-local address. You can easily choose to which one you want to connect:
It is possible to use Winbox in Apple MacOS (OSX) operating system by using WineBottler software to package the application together with Wine. We have provided a readymade Winbox package that you can simply download and run:
Winbox interface has been designed to be intuitive for most of the users.Interface consists of:
Title bar shows information to identify with which router Winbox session is opened. Information is displayed in following format:
From screenshot above we can see that user admin is logged into router with IP address 10.1.101.18. Router's ID is MikroTik, currently installed RouterOS version is v5.0beta1, RouterBoard is RB800 and platform is PowerPC.
On the Main toolbar's left side is located undo and redo buttons to quickly undo any changes made to configuration. On the right side is located:
Winbox has MDI interface meaning that all menu configuration (child) widows are attached to main (parent) Winbox window and are showed in work area.
Child windows can not be dragged out of working area. Notice in screenshot above that Interface window is dragged out of visible working area and horizontal scroll bar appeared at the bottom. If any window is outside visible work area boundaries the vertical or/and horizontal scrollbars will appear.
Each child window has its own toolbar. Most of the windows have the same set of toolbar buttons:
Read more >>
Almost all windows have quick search input field at the right side of the toolbar. Any text entered in this field is searched through all the items and highlighted as illustrated in screenshot below
Notice that at the right side next to quick find input filed there is a dropdown box. For currently opened (IP Route) window this dropdown box allows to quickly sort out items by routing tables. For example if main is selected, then only routes from main routing table will be listed.
Similar dropdown box is also in all firewall windows to quickly sort out rules by chains.
Almost every window has a Sort button. When clicking on this button several options appear as illustrated in screenshot below
Example shows how to quickly filter out routes that are in 10.0.0.0/8 range
As you can see from screenshot winbox sorted out only routes that are within 10.0.0.0/8 range.
Comparison operators (Number 3 in screenshot) may be different for each window. For example 'Ip Route' window has only two is and in. Other windows may have operators such as 'is not', 'contains', 'contains not'.
Winbox allows to build stack of filters. For example if there is a need to filter by destination address and gateway, then
You can also remove unnecessary filter from the stack by pressing [-] button.
By default winbox shows most commonly used parameters. However sometimes it is needed to see another parameters, for example 'BGP AS Path' or other BGP attributes to monitor if routes are selected properly.
Winbox allows to customize displayed columns for each individual window. For example to add BGP AS path column:
Changes made to window layout are saved and next time when winbox is opened the same column order and size is applied.
It is also possible to enable Detail mode. In this mode all parameters are displayed in columns, first column is parameter name, second column is parameter's value.
To enable detail mode right mouse click on the item list and from the popupmenu pick Detail mode
It is possible to list items by categories. In tis mode all items will be grouped alphabetically or by other category. For example items may be categorized alphabetically if sorted by name, items can also be categorized by type like in screenshot below.
To enable Category view, right mouse click on the item list and from the popupmenu pick Show Categories
It is possible to upload and download files to/from router using winbox drag & drop functionality.
Note: Drag & Drop does not work if winbox is running on Linux using wine. This is not a winbox problem, wine does not support drag & drop.
Winbox can be used as a tool to monitor traffic of every interface, queue or firewall rule in real-time. Screenshot below shows ethernet traffic monitoring graphs.
This shows how easy it is to copy an item in Winbox. In this example, we will use the COPY button to make a Dynamic WDS interface into a Static interface.
This image shows us the initial state, as you see DRA indicates 'D' which means Dynamic:
Double-Click on the interface and click on COPY:
A new interface window will appear, a new name will be created automatically (in this case WDS2)
You can see that the new interface status has changed:
On Windows Vista/7 Winbox settings are stored in: %USERPROFILE%AppDataRoamingMikrotikWinboxwinbox.cfg
Simply copy this file to the same location on the new host.
[Top | Back to Content]