WEEK 7: Installation of Mikrotik - M199205zn/Datacomm-CS3 GitHub Wiki
To install MikroTik software on Windows, follow these steps:
Video Tutorial guidelines:
- Installation of Mikrotik: https://www.youtube.com/watch?v=iRX4j3KGgCU
- Configure Mikrotik to Windows (Filipino dub): https://www.youtube.com/watch?v=2yRFXmdtjaM
1. Choose the MikroTik Software
MikroTik provides different software solutions. The two main options for Windows users are:
- WinBox (for managing MikroTik devices)
- RouterOS (CHR - Cloud Hosted Router) (if you want to run a virtualized MikroTik router)
Installing WinBox (MikroTik Configuration Tool)
WinBox is a GUI-based utility to configure MikroTik routers.
Steps to Install WinBox:
-
Download WinBox
- Go to the official MikroTik website: https://mikrotik.com/download
- Download the latest WinBox.exe file.
-
Run WinBox
- Double-click the WinBox.exe file (no installation is needed).
- Connect to your MikroTik device using its IP address or MAC address.
- Enter login credentials (default:
admin
, no password).
Installing MikroTik RouterOS (CHR) on Windows Using Virtualization
If you want to install and run MikroTik RouterOS (CHR - Cloud Hosted Router) on Windows, you must use a virtual machine (VM).
Steps to Install MikroTik RouterOS in Windows (Using VirtualBox)
-
Download MikroTik CHR
- Visit https://mikrotik.com/download
- Download the CHR Virtual Machine (RAW disk image or VHD) file.
-
Install Virtualization Software
- Download and install VirtualBox from https://www.virtualbox.org/
-
Create a Virtual Machine
- Open VirtualBox and click New.
- Set a name (e.g., "MikroTik Router").
- Choose Linux as the type and Other Linux (64-bit) as the version.
- Allocate at least 256 MB RAM.
- Choose Use an existing virtual hard disk file and select the CHR image.
-
Start the CHR VM
- Click Start to boot RouterOS.
- Login using:
Username: admin Password: (leave blank)
- To enable a license, run the command:
/system license print
Alternative: Install RouterOS Using NetInstall
If you want to install RouterOS on a PC (turning it into a MikroTik router), you can use NetInstall.
Steps:
- Download NetInstall from [MikroTik Downloads](https://mikrotik.com/download).
- Boot your PC using a NetInstall USB or PXE boot.
- Select the RouterOS package and install it.
Conclusion
- For configuring MikroTik routers, use WinBox (simple, no installation needed).
- For running MikroTik RouterOS on Windows, use a virtual machine with CHR.
- For installing RouterOS on a dedicated PC, use NetInstall.