Hey there!
I’m Emmanuel Corels, the admin over at Emmanuel Corels Creatives, and today we’re kicking off our MikroTik series with a friendly, beginner-friendly walkthrough. If you’ve ever wondered what MikroTik is all about, how to begin, or how to use WinBox for simple configurations—this is the perfect place to start.
1. What Is MikroTik?
MikroTik is a Latvian company that makes networking hardware and software. Their most well-known product is RouterOS—an operating system that can be installed on their physical routers (RouterBOARD) or used as a virtual machine called CHR (Cloud Hosted Router).
Key Points to Know
- RouterOS: The software that runs on MikroTik devices and provides networking features.
- CHR (Cloud Hosted Router): A version of RouterOS optimized for virtual environments (like VMware, Hyper-V, etc.).
- WinBox: MikroTik’s configuration utility for RouterOS devices, providing a graphical interface.
2. Why MikroTik?
- Feature-Rich: Firewall, routing, VPN, bandwidth management, wireless configuration, and more.
- Low Cost: Often more affordable than other enterprise networking solutions.
- Flexible: It runs on dedicated hardware or in a virtual environment.
- Community & Support: Large user community, regular software updates, and lots of documentation.
3. Getting to Know WinBox
WinBox is a Windows application for managing MikroTik routers. It allows you to configure everything in a graphical, user-friendly environment rather than relying solely on command lines.
Where to get WinBox?
- Go to the official MikroTik website: https://mikrotik.com/download
- Look for WinBox under the “Tools” section.
- Download the executable file (no installation needed—just run it).
4. Basic Setup: Connecting to Your MikroTik Router
4.1 Physical Connection
- Power on your MikroTik router.
- Use an Ethernet cable to connect your computer to an Ethernet port on the MikroTik device (often labeled
ether1
). - Ensure your computer is set to obtain an IP automatically (DHCP).
- Your MikroTik device usually comes with a default IP address like
192.168.88.1
(depending on the model).
4.2 Launching WinBox and Discovering Your Router
- Open WinBox on your computer.
- In the WinBox window, you should see a “Neighbors” tab. Clicking it shows a list of detected MikroTik devices on your local network.
- Double-click on the device name or MAC address. WinBox will automatically fill in the address fields.
- By default, Username might be “admin” and Password might be blank (on very old default configs) or set to something you configured.
- Click Connect.
Tip: If you cannot see your device in the neighbors list, try connecting via MAC address. Just copy the MAC from the Neighbors list into the “Connect To” field in WinBox.
5. The WinBox Interface
Once connected, you’ll see a window with a list of configuration menus on the left side and a detailed view on the right side. The WinBox interface can be broken down into:
-
Menu Bar on the Left
- System: Router identity, logging, scripts, upgrades.
- Interfaces: Physical and virtual interfaces, bridging, bonding, etc.
- IP: Addressing, routing, firewall, DNS, DHCP, etc.
- Wireless (if supported): Wireless security, SSIDs, channels.
- Tools: Ping, traceroute, bandwidth test, etc.
-
Right Panel: Shows detailed information for the menu item selected.
6. Performing Initial Configuration
Let’s do some basic housekeeping: rename the router, set a password, and assign IP addresses if needed.
6.1 Change the Router Identity
- In WinBox, go to System -> Identity.
- Under New Identity, type a friendly name (e.g. “MyFirstMikroTik”) and hit OK.
6.2 Set an Admin Password
- Go to System -> Users.
- Double-click the user “admin”.
- Click on the Password field and set a secure password.
- Click OK.
Important: Always set a strong password, especially if you’re connecting the device to the internet.
6.3 IP Address Configuration
If your router doesn’t already have a default IP (or you want to change it), you can add one:
- Go to IP -> Addresses.
- Click the “+” button.
- Under Address, type the subnet with CIDR notation (e.g.,
192.168.88.1/24
). - Under Interface, select the LAN interface or bridge (often “bridge” by default).
- Click OK.
Command Line Equivalent:
/ip address add address=192.168.88.1/24 interface=bridge
(If you’re feeling adventurous, you can open the New Terminal in WinBox and type commands exactly as shown.)
6.4 DHCP Server Setup (Optional)
If you want your MikroTik to hand out IP addresses to devices on the network, here’s how:
- Go to IP -> DHCP Server.
- Click on DHCP Setup.
- Select the interface (e.g., bridge or ether2 if you’re using a specific port).
- Follow the wizard—it’ll ask for the network, gateway, and IP pool.
- Click OK at the end to confirm.
7. Upgrading RouterOS
Keeping your MikroTik up-to-date is crucial for security and new features:
- Go to System -> Packages.
- Click Check For Updates.
- If there’s a newer version, select Download & Install.
- The router will download the update, then reboot.
Tip: Visit https://mikrotik.com/download to see the latest RouterOS version and release notes.
8. Backing Up and Restoring Configuration
Before making significant changes, it’s a good idea to back up your configuration.
- Go to Files in WinBox.
- Click Backup.
- A .backup file will appear in the Files list.
- You can drag and drop it to your computer for safekeeping.
To restore, just upload the backup file back into the router and click Restore in the Files menu.
9. Basic Security Tips
- Strong Password: We can’t say it enough—don’t keep the default password.
- Service Ports: Disable unused services like Telnet or FTP under IP -> Services if you’re not using them.
- Firewall: By default, MikroTik usually includes a basic firewall. Make sure it’s enabled and configured properly under IP -> Firewall -> Filter Rules.
10. Summary & Next Steps
Congratulations on completing the first article in our MikroTik series! You learned:
- What MikroTik is and why it’s popular.
- How to connect to your MikroTik device via WinBox.
- Basic configuration steps (identity, password, IP address, DHCP server).
- How to perform a firmware upgrade and backup/restore configurations.
In the next article, we’ll dive deeper into firewall configurations, NAT, and advanced features like port forwarding and VPN setups. We’ll also touch on CHR (Cloud Hosted Router) and how it can be a powerful solution in virtualized environments.
Stay tuned, and feel free to drop any questions or suggestions my way. I’m always here to help you master MikroTik from a friendly, down-to-earth perspective!
Written by:
Emmanuel Corels, Admin
Emmanuel Corels Creatives