RouterOS Knowledge Base
Tutorials, FAQs, quick fixes, and official info on every feature of Mikrotik RouterOS.
Can't find your question here, try our support forums.
Getting Started
This section covers fundamental concepts, including initial MikroTik device setup, basic configurations, and essential management tasks to help users establish a stable and functional networking environment efficiently.
What is MikroTik?
MikroTik is a Latvian company that develops network hardware and software. Their products are used by Internet Service Providers (ISPs), network administrators, and businesses to manage connectivity, security, and network performance. MikroTik devices are known for being affordable, highly flexible, and packed with enterprise-grade features, making them suitable for various network environments.
What is RouterOS?
RouterOS is MikroTik’s operating system, powering all their routers and network devices. It offers a wide range of networking features, including:
Networking & Routing: Supports static and dynamic routing.
Firewall & Security: Includes packet filtering, NAT, and DDoS protection.
Wireless & Hotspot: Allows AP mode, client mode, and wireless mesh setups.
Bandwidth Management: Uses queueing and traffic shaping to optimize network usage.
VPN & Remote Access: Supports PPTP, L2TP, OpenVPN, and IPsec VPN.
Load Balancing & Failover: Ensures network redundancy and reliability.
Network Monitoring & Logging: Provides tools for troubleshooting and performance optimization.
RouterOS also offers key features like command line and GUI access (via CLI, WinBox, or WebFig), robust firewall and security tools, traffic control through bandwidth management, VPN support for secure remote access, wireless management for AP or mesh networks, dynamic routing (OSPF, BGP, RIP), hotspot and captive portal functionality, and logging and monitoring tools for better network insights.
MikroTik Hardware Overview
MikroTik provides a variety of hardware devices, such as:
RouterBOARD Series: Standalone routers with different capabilities.
Cloud Core Routers (CCR): High-performance routers for large networks.
Cloud Smart Switches (CSS): Managed switches with VLAN and QoS features.
hAP Series: Compact routers for home or office use with wireless support.
LHG & SXT Series: Wireless devices for long-range connectivity.
RB Series: Versatile routers for ISPs and enterprise networks.
RouterOS Licensing & Updates
RouterOS has different licensing levels, each offering specific features:
Level 3: Basic routing and wireless client mode.
Level 4: Adds wireless AP support.
Levels 5 & 6: Include advanced routing and enterprise features.
To update RouterOS, follow these steps:
Check your current version by going to System > Packages.
Download the latest version from the MikroTik website.
Upload the new package to your router using WinBox or FTP.
Reboot your device to complete the update.
MikroTik routers can be accessed through different methods, including WinBox (GUI), WebFig (browser-based GUI), and CLI (Command Line Interface). This guide will walk you through the different ways to access your MikroTik router.
Access Methods
1. Using WinBox
Download WinBox from the MikroTik website.
Connect your PC to the MikroTik router using an Ethernet cable.
Open WinBox and click Neighbors to detect your router.
Select the router’s MAC address or IP address.
Enter Username (default:
admin) and leave the password blank (if not set).Click Connect.
Note: On some newer models, the default login credentials are printed on the bottom of the router.
2. Using WebFig (Browser GUI)
Connect your PC to the MikroTik router.
Open a browser and enter
http://192.168.88.1(default IP).Log in with the default credentials (Username:
admin, Password: blank).You will now have access to the WebFig interface.
3. Using CLI (Telnet, SSH, Console)
Telnet/SSH Access:
Use a terminal or PuTTY and enter:
ssh admin@192.168.88.1Press Enter and input credentials if prompted.
Console Access:
If using a serial connection, open a terminal and connect via serial settings (
115200 baud rate).
Best Practices
Change the default login credentials for security.
Use WinBox for an easier graphical configuration experience.
Summary:
Quick Set allows beginners to configure their MikroTik router easily by setting up internet access, LAN IP, DHCP, and Wi-Fi in just a few steps.
Accessing Quick Set via WinBox or WebFig
Step-by-step using WinBox:
Connect your PC to the MikroTik router via Ethernet.
Open WinBox and log in using:
Username:
adminPassword: (blank by default)
Click on the Quick Set button in the top-left menu.
Configuration Options in Quick Set
The Quick Set interface may vary depending on your router model (e.g., HomeAP, CPE), but generally includes the following:
1. Internet Setup
Address Acquisition: Choose DHCP, Static, or PPPoE (for DSL or fiber connections).
PPPoE: Enter your ISP-provided username and
passwordif needed.DNS: Optionally set custom DNS servers (e.g.,
8.8.8.8and8.8.4.4).
2. Local Network
IP Address: The default is
192.168.88.1. You can change this based on your network.Netmask: Leave as 24 (255.255.255.0).
DHCP Server: Ensure this is enabled so your devices can automatically get IP addresses.
3. Wireless (for Wi-Fi models only)
SSID: Enter your desired Wi-Fi network name.
Password: Set a strong wireless
password.Country: Set your country to comply with local wireless regulations.
4. Admin Settings
Admin Password: Set a strong new
passwordto replace the default blank.
IMPORTANT: Always change the default admin password immediately to secure your device.
Apply the Configuration
Click Apply Configuration or Apply Settings. Your router will save and activate the configuration immediately.
Reconnecting After IP Change
If you changed the router’s IP address (e.g., from 192.168.88.1 to 192.168.1.1), you’ll need to reconnect to the new address in WinBox or your browser.
TIP:
After the Quick Set process, switch to the full WebFig or WinBox interface to access advanced features like VLANs, firewall rules, and VPN settings.
Summary:
Assigning a static IP address to your MikroTik router is essential for consistent management, especially in larger networks, server environments, or when using port forwarding and VPNs.
Method 1: Set a Static IP via WinBox
Step-by-step using WinBox:
Connect your PC to the router using Ethernet.
Open WinBox and log in using:
Username:
adminPassword: (blank or your custom
password)
Go to IP > Addresses from the left menu.
Click the "+" button to add a new address.
Enter your desired static IP in the Address field (e.g.,
192.168.1.1/24).In the Interface field, choose the interface you want to assign the IP to (e.g.,
ether1,bridge).Click Apply, then OK.
IMPORTANT: Do not assign a static IP that conflicts with an existing DHCP range.
Method 2: Set a Static IP via CLI (Terminal)
Open WinBox and click the Terminal button
Or connect using SSH:
ssh admin@192.168.88.1
Type the following command:
/ip address add address=192.168.1.1/24 interface=ether1
Replace 192.168.1.1/24 with your desired IP/subnet, and ether1 with the correct interface.
TIP: To view existing IP addresses, use:
/ip address print
Optional: Disable the Default DHCP Client (If Needed)
If your router is using DHCP to get its current IP, disable it to avoid conflicts:
Go to IP > DHCP Client
Select the entry bound to the same interface
Click Disable
Or via CLI:
/ip dhcp-client disable [find interface=ether1]
Test the Static IP Address
After applying the new static IP, disconnect and set your PC to the same IP range.
Access the router at the new IP via WinBox or browser (e.g.,
192.168.1.1).
IMPORTANT: If you cannot access the router after changing the IP, reset your PC’s IP settings or use MAC address login via WinBox.
Summary:
Upgrading your MikroTik RouterOS ensures better performance, access to new features, and security patches. This guide walks you through upgrading using WinBox.
Step 1: Connect to Your MikroTik Router
Open WinBox and log in using:
Username:
adminPassword: (your configured
password)
Connect via
IP addressor MAC address.If you changed your router’s IP, use the new one (e.g.,
192.168.1.1).
Step 2: Check Your Current RouterOS Version
In WinBox, go to System > Packages
You’ll see your current RouterOS version and installed packages.
Step 3: Open the Upgrade Tool
Go to System > RouterOS Upgrade
Click Check For Updates
Choose the Channel (usually
stableis recommended)If a new version is available, it will show up
Step 4: Download and Install the Update
Click Download & Install
The router will:
Download the firmware
Automatically reboot when the process is complete
TIP: The router may be unreachable for a minute or two during reboot. Wait until the LED indicators stabilize or WinBox shows it again.
Optional: Upgrade RouterBOARD Firmware
After the main RouterOS upgrade:
Go to System > RouterBOARD
Click Upgrade
Click OK, then reboot the router manually
Or via CLI:
/system routerboard upgrade
/system reboot
Important Reminders:
Always back up your config before any upgrade
Avoid upgrading during peak hours or when the router is in production use
Make sure your PC stays powered and connected during the process
Summary:
Creating a backup of your MikroTik router ensures you can easily restore configurations in case of failure, reset, or migration. MikroTik offers both binary backup files and export scripts.
Method 1: Back Up Using WinBox (.backup file)
To create a backup:
Open WinBox and log in:
Username:
adminPassword: your configured
password
Go to Files from the left panel
Click Backup at the top
Set a file name (e.g.,
config.backup) and optionally a passwordClick Backup
A new .backup file will appear in the Files window. Right-click and choose Download to save it to your PC.
IMPORTANT: .backup files are device-specific and can’t be restored on other models.
To restore a backup:
Go to Files, and upload your
.backupfile (drag and drop or click Upload)Select the file and click Restore
The router will reboot and restore the configuration
Method 2: Export Configuration to Script (.rsc file)
To export configuration as a readable script:
Go to New Terminal in WinBox
Type:
/export file=config
Go to Files, and download
config.rscto your PC
This file can be edited, reused, or restored on similar models.
To import/export via CLI:
Export:
/export file=config
Import:
/import file-name=config.rsc
TIP: Use this method to migrate configs between compatible MikroTik devices.
Best Practices:
Create both
.backupand.rscfiles for full redundancyAlways back up before upgrades or major changes
Store files securely and label them clearly with date/model
For sensitive deployments, encrypt the
.backupfile with a strong password
Summary:
Resetting your MikroTik router to factory settings erases all configurations and returns the device to its original state. This is useful for troubleshooting, reconfiguring, or starting fresh.
Method 1: Soft Reset via WinBox or WebFig
To reset using WinBox:
Open WinBox and log in:
Username:
adminPassword: (your configured
password)
Go to System > Reset Configuration
Choose your reset options:
Keep Users: keeps user accounts
No Default Configuration: resets but leaves the router blank
Click Reset Configuration
The router will reboot and return to default settings
Default IP after reset: 192.168.88.1
Username: admin
Password: (blank)
Method 2: Hard Reset Using the Reset Button
To perform a physical reset:
Power off the MikroTik router
Press and hold the Reset button
Power on the device while still holding the button
Keep holding until the ACT light blinks or LED behavior indicates reset (about 5–15 seconds)
Release the button and wait for reboot
IMPORTANT: This erases all settings. After reset, use WinBox or Web browser to access the router at 192.168.88.1.
Method 3: Reset Using Netinstall (Advanced Recovery)
If the router is unresponsive or won’t boot correctly, you can use MikroTik’s Netinstall tool.
Requires a PC with Ethernet port, Netinstall software, and router in bootloader mode
Best for recovery from misconfiguration or RouterOS corruption
You can reinstall RouterOS and reset the configuration at the same time
TIP: Use this only if the soft and hard reset options don’t work.
Post-Reset Steps
Set your PC IP to
192.168.88.2Access the router via WinBox or browser at
192.168.88.1Log in using
adminand set a newpasswordRun Quick Set or restore a backup if available
Summary:
One of the most important first steps after logging into your MikroTik router is to change the default admin password. This helps secure your device against unauthorized access.
Why This Is Important
MikroTik routers often ship with the default login:
Username:
adminPassword: (blank)
If unchanged, anyone on your network can access your router
IMPORTANT: Always set a strong, secure password during initial setup.
Method 1: Change Password via WinBox
Open WinBox and connect to your router
Go to System > Users
Select the
adminuserClick Password
Enter your Old Password (leave blank if it’s the first login)
Enter a New Password and confirm it
Click OK
TIP: Use a complex password with a mix of letters, numbers, and symbols.
Method 2: Change Password via WebFig
Open your browser and go to
http://192.168.88.1Login with
adminand currentpasswordNavigate to System > Users
Select
admin, then click Set PasswordSave your changes
Method 3: Change Password via CLI / Terminal
Open Terminal in WinBox or SSH into the router:
ssh admin@192.168.88.1Run the following command:
/user set admin password=YourNewSecurePassword
Replace YourNewSecurePassword with your chosen password.
Best Practices:
Do not reuse passwords from other systems
Avoid short or dictionary-based words
Update the password regularly
Remove or disable unused accounts under System > Users
Summary:
Creating separate user accounts with limited permissions is a smart way to delegate tasks without giving full access. MikroTik allows you to define user roles for better security and control.
Default Access Behavior
By default, only the
adminaccount exists, with full permissions.It's best to avoid sharing the
adminlogin and instead create unique users with defined roles.
Step-by-Step: Create a New User via WinBox
Open WinBox and log in using
admincredentials.Go to System > Users
Click the "+" button to add a new user
Fill out the following:
Name: Desired username (e.g.,
techsupport)Group: Choose
read,write, orfullPassword: Enter a secure
passwordfor the user
Click Apply and then OK
Group Roles:
read– Can view settings but not make changeswrite– Can make most changes but can’t alter system-wide settingsfull– Same asadminprivileges
IMPORTANT: Avoid giving unnecessary full access to staff or clients.
To Create a New User via CLI (Terminal)
Open Terminal in WinBox or connect via SSH
Enter the following command:
/user add name=techsupport group=read password=SecurePass123
Replace techsupport with your desired username, and SecurePass123 with a strong password.
To List All Users via CLI
/user print
To Remove a User via CLI
/user remove [find name=techsupport]
Best Practices:
Create a separate user for each technician or team member
Assign the
readgroup to those who only need monitoring accessRegularly review and remove unused accounts under System > Users
Always use strong
passwordsfor all users
Summary:
Properly securing your MikroTik router is essential to protect your network from unauthorized access, exploitation, and configuration tampering. Here are basic security practices every user should implement.
1. Change the Default Admin Password
Never keep the default login:
Username:
adminPassword: (blank)
Change it immediately after the first login to a strong password.
To change it:
System > Users > admin > Password
Or via Terminal:
/user set admin password=YourNewPassword
2. Disable Unused Services
Reduce attack surface by disabling services you don’t use:
Go to IP > Services
Disable unnecessary services like
ftp,telnet, orwww
Or via CLI:
/ip service disable [find name=ftp]
/ip service disable [find name=telnet]
TIP: Keep only what you use (e.g., winbox, ssh, api, or www-ssl).
3. Limit Access to Trusted IPs
Restrict remote management to specific IPs:
Go to IP > Services, double-click a service (e.g.,
winbox)In Available From, enter allowed IP range (e.g.,
192.168.1.0/24)
Or via CLI:
/ip service set winbox address=192.168.1.0/24
4. Create Non-Admin Users
Don’t share the admin account. Create user-specific accounts with appropriate roles (read, write, full).
Example:
/user add name=tech group=read password=TechPass123
5. Enable Basic Firewall Protection
Block unwanted traffic from the internet:
/ip firewall filter
add chain=input connection-state=established,related action=accept
add chain=input connection-state=invalid action=drop
add chain=input in-interface=ether1 protocol=tcp dst-port=22,8291 action=accept
add chain=input in-interface=ether1 action=drop
TIP: Adjust ether1 to match your WAN interface.
6. Keep RouterOS Updated
Use System > Packages > Check for Updates
Click Download & Install
Stay on the stable channel unless you need specific features.
7. Backup Your Config Regularly
Use .backup and .rsc files to prevent data loss in case of failure.
8. Disable MAC Server on WAN Interfaces
Prevent WinBox MAC access from the internet:
Go to Tools > MAC Server > Interface, and uncheck your WAN ports.
9. Monitor Logs and Login Attempts
Check logs regularly under Log or via:
/log print
10. Use Strong Passwords and Rotate Them
Avoid simple or reused passwords. Use a secure password manager if needed.
Routing and Networking
Learn about networking concepts, including routing protocols, VLAN segmentation, bridging, and traffic management, to optimize network performance and ensure seamless communication between multiple devices and networks.
WinBox Method:
- Open WinBox and log in to your router.
- Navigate to IP → Routes.
- Click "+" to add a new route.
- In Dst. Address, enter the destination network (e.g.,
192.168.2.0/24). - In Gateway, enter the next-hop IP address (e.g.,
192.168.1.1). - Click OK or Apply to save the settings.
WebFig Method:
- Open your browser and go to
http://192.168.88.1. - Log in and navigate to IP → Routes.
- Click Add New and enter:
- Dst. Address:
192.168.2.0/24 - Gateway:
192.168.1.1
- Dst. Address:
- Click Apply and OK.
CLI Method:
- Connect via SSH or use the MikroTik terminal.
- Run the following command:shCopyEdit
/ip route add dst-address=192.168.2.0/24 gateway=192.168.1.1 - Verify using:shCopyEdit
/ip route print
A Dynamic Host Configuration Protocol (DHCP) server automatically assigns IP addresses to devices in a network, making management easier. Without DHCP, devices would need to be configured with static IPs manually.
Step-by-Step Guide:
WinBox Method:
- Open WinBox and go to IP → DHCP Server.
- Click DHCP Setup, select the interface (e.g.,
ether2), and follow the wizard:- Network:
192.168.88.0/24 - Gateway:
192.168.88.1 - IP Pool:
192.168.88.10-192.168.88.100 - DNS:
8.8.8.8 - Lease Time: Default
- Network:
- Click Apply and OK.
WebFig Method:
- Open WebFig (
http://192.168.88.1). - Navigate to IP → DHCP Server → DHCP Setup.
- Select the interface and enter the details as prompted.
- Click Apply and OK.
CLI Method:
- Open a terminal or SSH session.
- Run the following commands:shCopyEdit
/ip pool add name=dhcp_pool ranges=192.168.88.10-192.168.88.100
/ip dhcp-server add name=dhcp1 interface=ether2 address-pool=dhcp_pool
/ip dhcp-server network add address=192.168.88.0/24 gateway=192.168.88.1 dns-server=8.8.8.8
- Verify using:shCopyEdit
/ip dhcp-server print
We understand that things change. You can cancel your plan at any time and we'll refund you the difference already paid.
At the moment, the only way to add additional information to invoices is to add the information to the workspace's name manually.
Plans are per workspace, not per account. You can upgrade one workspace, and still have any number of free workspaces.
Firewall and Security
Explore MikroTik’s firewall features, security mechanisms, and best practices, including NAT, port forwarding, intrusion prevention, and access control, to enhance network protection against cyber threats and unauthorized access.
Introduction
MikroTik routers can be accessed through different methods, including WinBox (GUI), WebFig (browser-based GUI), and CLI (Command Line Interface). This guide will walk you through the different ways to access your MikroTik router.
Access Methods
1. Using WinBox
Download WinBox from the MikroTik website.
Connect your PC to the MikroTik router using an Ethernet cable.
Open WinBox and click Neighbors to detect your router.
Select the router’s MAC address or IP address.
Enter Username (default:
admin) and leave the password blank (if not set).Click Connect.
2. Using WebFig (Browser GUI)
Connect your PC to the MikroTik router.
Open a browser and enter
http://192.168.88.1(default IP).Log in with the default credentials (Username:
admin, Password: blank).You will now have access to the WebFig interface.
3. Using CLI (Telnet, SSH, Console)
Telnet/SSH Access:
Use a terminal or PuTTY and enter:
ssh admin@192.168.88.1Press Enter and input credentials if prompted.
Console Access:
If using a serial connection, open a terminal and connect via serial settings (
115200 baud rate).
Best Practices
Change the default login credentials for security.
Use WinBox for an easier graphical configuration experience.
If you need to reset your MikroTik router to factory settings, follow these steps.
Methods to Reset
1. Using the Reset Button
Power off the router.
Press and hold the Reset button.
Power on the router while still holding the button.
Release the button when the LED indicator starts blinking.
2. Using Software Reset
Log in to the router using WinBox or WebFig.
Navigate to System > Reset Configuration.
Check No Default Configuration (optional if you want a fresh start).
Click Reset Configuration.
3. Using CLI Command
/system reset-configurationPress Enter and confirm the reset.
Notes
Resetting erases all configurations.
Backup your settings before performing a reset.
We understand that things change. You can cancel your plan at any time and we'll refund you the difference already paid.
At the moment, the only way to add additional information to invoices is to add the information to the workspace's name manually.
Plans are per workspace, not per account. You can upgrade one workspace, and still have any number of free workspaces.
Bandwidth Management
Master the techniques for effectively managing and distributing network bandwidth using traffic shaping, Quality of Service (QoS), queue management, and rate limiting to prevent congestion and ensure fair usage.
Introduction
MikroTik routers can be accessed through different methods, including WinBox (GUI), WebFig (browser-based GUI), and CLI (Command Line Interface). This guide will walk you through the different ways to access your MikroTik router.
Access Methods
1. Using WinBox
Download WinBox from the MikroTik website.
Connect your PC to the MikroTik router using an Ethernet cable.
Open WinBox and click Neighbors to detect your router.
Select the router’s MAC address or IP address.
Enter Username (default:
admin) and leave the password blank (if not set).Click Connect.
2. Using WebFig (Browser GUI)
Connect your PC to the MikroTik router.
Open a browser and enter
http://192.168.88.1(default IP).Log in with the default credentials (Username:
admin, Password: blank).You will now have access to the WebFig interface.
3. Using CLI (Telnet, SSH, Console)
Telnet/SSH Access:
Use a terminal or PuTTY and enter:
ssh admin@192.168.88.1Press Enter and input credentials if prompted.
Console Access:
If using a serial connection, open a terminal and connect via serial settings (
115200 baud rate).
Best Practices
Change the default login credentials for security.
Use WinBox for an easier graphical configuration experience.
If you need to reset your MikroTik router to factory settings, follow these steps.
Methods to Reset
1. Using the Reset Button
Power off the router.
Press and hold the Reset button.
Power on the router while still holding the button.
Release the button when the LED indicator starts blinking.
2. Using Software Reset
Log in to the router using WinBox or WebFig.
Navigate to System > Reset Configuration.
Check No Default Configuration (optional if you want a fresh start).
Click Reset Configuration.
3. Using CLI Command
/system reset-configurationPress Enter and confirm the reset.
Notes
Resetting erases all configurations.
Backup your settings before performing a reset.
We understand that things change. You can cancel your plan at any time and we'll refund you the difference already paid.
At the moment, the only way to add additional information to invoices is to add the information to the workspace's name manually.
Plans are per workspace, not per account. You can upgrade one workspace, and still have any number of free workspaces.
Wireless & Hotspot
Configure and fine-tune wireless networks, access points, and hotspot solutions, including authentication methods, signal optimization, and guest network management, to provide stable and secure wireless connectivity.
Introduction
MikroTik routers can be accessed through different methods, including WinBox (GUI), WebFig (browser-based GUI), and CLI (Command Line Interface). This guide will walk you through the different ways to access your MikroTik router.
Access Methods
1. Using WinBox
Download WinBox from the MikroTik website.
Connect your PC to the MikroTik router using an Ethernet cable.
Open WinBox and click Neighbors to detect your router.
Select the router’s MAC address or IP address.
Enter Username (default:
admin) and leave the password blank (if not set).Click Connect.
2. Using WebFig (Browser GUI)
Connect your PC to the MikroTik router.
Open a browser and enter
http://192.168.88.1(default IP).Log in with the default credentials (Username:
admin, Password: blank).You will now have access to the WebFig interface.
3. Using CLI (Telnet, SSH, Console)
Telnet/SSH Access:
Use a terminal or PuTTY and enter:
ssh admin@192.168.88.1Press Enter and input credentials if prompted.
Console Access:
If using a serial connection, open a terminal and connect via serial settings (
115200 baud rate).
Best Practices
Change the default login credentials for security.
Use WinBox for an easier graphical configuration experience.
If you need to reset your MikroTik router to factory settings, follow these steps.
Methods to Reset
1. Using the Reset Button
Power off the router.
Press and hold the Reset button.
Power on the router while still holding the button.
Release the button when the LED indicator starts blinking.
2. Using Software Reset
Log in to the router using WinBox or WebFig.
Navigate to System > Reset Configuration.
Check No Default Configuration (optional if you want a fresh start).
Click Reset Configuration.
3. Using CLI Command
/system reset-configurationPress Enter and confirm the reset.
Notes
Resetting erases all configurations.
Backup your settings before performing a reset.
We understand that things change. You can cancel your plan at any time and we'll refund you the difference already paid.
At the moment, the only way to add additional information to invoices is to add the information to the workspace's name manually.
Plans are per workspace, not per account. You can upgrade one workspace, and still have any number of free workspaces.
VPN & Remote Access
Set up secure remote connectivity using VPN technologies such as IPsec, OpenVPN, PPTP, and WireGuard, ensuring encrypted communication and seamless access to resources from remote locations.
Introduction
MikroTik routers can be accessed through different methods, including WinBox (GUI), WebFig (browser-based GUI), and CLI (Command Line Interface). This guide will walk you through the different ways to access your MikroTik router.
Access Methods
1. Using WinBox
Download WinBox from the MikroTik website.
Connect your PC to the MikroTik router using an Ethernet cable.
Open WinBox and click Neighbors to detect your router.
Select the router’s MAC address or IP address.
Enter Username (default:
admin) and leave the password blank (if not set).Click Connect.
2. Using WebFig (Browser GUI)
Connect your PC to the MikroTik router.
Open a browser and enter
http://192.168.88.1(default IP).Log in with the default credentials (Username:
admin, Password: blank).You will now have access to the WebFig interface.
3. Using CLI (Telnet, SSH, Console)
Telnet/SSH Access:
Use a terminal or PuTTY and enter:
ssh admin@192.168.88.1Press Enter and input credentials if prompted.
Console Access:
If using a serial connection, open a terminal and connect via serial settings (
115200 baud rate).
Best Practices
Change the default login credentials for security.
Use WinBox for an easier graphical configuration experience.
If you need to reset your MikroTik router to factory settings, follow these steps.
Methods to Reset
1. Using the Reset Button
Power off the router.
Press and hold the Reset button.
Power on the router while still holding the button.
Release the button when the LED indicator starts blinking.
2. Using Software Reset
Log in to the router using WinBox or WebFig.
Navigate to System > Reset Configuration.
Check No Default Configuration (optional if you want a fresh start).
Click Reset Configuration.
3. Using CLI Command
/system reset-configurationPress Enter and confirm the reset.
Notes
Resetting erases all configurations.
Backup your settings before performing a reset.
We understand that things change. You can cancel your plan at any time and we'll refund you the difference already paid.
At the moment, the only way to add additional information to invoices is to add the information to the workspace's name manually.
Plans are per workspace, not per account. You can upgrade one workspace, and still have any number of free workspaces.
Troubleshooting & Logs
Identify, analyze, and resolve network issues using MikroTik’s logging, debugging, and diagnostic tools, ensuring efficient network performance and minimizing potential downtime in various operational environments.
Introduction
MikroTik routers can be accessed through different methods, including WinBox (GUI), WebFig (browser-based GUI), and CLI (Command Line Interface). This guide will walk you through the different ways to access your MikroTik router.
Access Methods
1. Using WinBox
Download WinBox from the MikroTik website.
Connect your PC to the MikroTik router using an Ethernet cable.
Open WinBox and click Neighbors to detect your router.
Select the router’s MAC address or IP address.
Enter Username (default:
admin) and leave the password blank (if not set).Click Connect.
2. Using WebFig (Browser GUI)
Connect your PC to the MikroTik router.
Open a browser and enter
http://192.168.88.1(default IP).Log in with the default credentials (Username:
admin, Password: blank).You will now have access to the WebFig interface.
3. Using CLI (Telnet, SSH, Console)
Telnet/SSH Access:
Use a terminal or PuTTY and enter:
ssh admin@192.168.88.1Press Enter and input credentials if prompted.
Console Access:
If using a serial connection, open a terminal and connect via serial settings (
115200 baud rate).
Best Practices
Change the default login credentials for security.
Use WinBox for an easier graphical configuration experience.
If you need to reset your MikroTik router to factory settings, follow these steps.
Methods to Reset
1. Using the Reset Button
Power off the router.
Press and hold the Reset button.
Power on the router while still holding the button.
Release the button when the LED indicator starts blinking.
2. Using Software Reset
Log in to the router using WinBox or WebFig.
Navigate to System > Reset Configuration.
Check No Default Configuration (optional if you want a fresh start).
Click Reset Configuration.
3. Using CLI Command
/system reset-configurationPress Enter and confirm the reset.
Notes
Resetting erases all configurations.
Backup your settings before performing a reset.
We understand that things change. You can cancel your plan at any time and we'll refund you the difference already paid.
At the moment, the only way to add additional information to invoices is to add the information to the workspace's name manually.
Plans are per workspace, not per account. You can upgrade one workspace, and still have any number of free workspaces.
Advanced Configurations
Delve into high-level MikroTik features, including automation, scripting, dynamic routing, load balancing, and custom configurations, to maximize device functionality and optimize complex networking setups.
Introduction
MikroTik routers can be accessed through different methods, including WinBox (GUI), WebFig (browser-based GUI), and CLI (Command Line Interface). This guide will walk you through the different ways to access your MikroTik router.
Access Methods
1. Using WinBox
Download WinBox from the MikroTik website.
Connect your PC to the MikroTik router using an Ethernet cable.
Open WinBox and click Neighbors to detect your router.
Select the router’s MAC address or IP address.
Enter Username (default:
admin) and leave the password blank (if not set).Click Connect.
2. Using WebFig (Browser GUI)
Connect your PC to the MikroTik router.
Open a browser and enter
http://192.168.88.1(default IP).Log in with the default credentials (Username:
admin, Password: blank).You will now have access to the WebFig interface.
3. Using CLI (Telnet, SSH, Console)
Telnet/SSH Access:
Use a terminal or PuTTY and enter:
ssh admin@192.168.88.1Press Enter and input credentials if prompted.
Console Access:
If using a serial connection, open a terminal and connect via serial settings (
115200 baud rate).
Best Practices
Change the default login credentials for security.
Use WinBox for an easier graphical configuration experience.
If you need to reset your MikroTik router to factory settings, follow these steps.
Methods to Reset
1. Using the Reset Button
Power off the router.
Press and hold the Reset button.
Power on the router while still holding the button.
Release the button when the LED indicator starts blinking.
2. Using Software Reset
Log in to the router using WinBox or WebFig.
Navigate to System > Reset Configuration.
Check No Default Configuration (optional if you want a fresh start).
Click Reset Configuration.
3. Using CLI Command
/system reset-configurationPress Enter and confirm the reset.
Notes
Resetting erases all configurations.
Backup your settings before performing a reset.
We understand that things change. You can cancel your plan at any time and we'll refund you the difference already paid.
At the moment, the only way to add additional information to invoices is to add the information to the workspace's name manually.
Plans are per workspace, not per account. You can upgrade one workspace, and still have any number of free workspaces.
MikroTik Glossary
The MikroTik Glossary is a quick reference for key RouterOS, networking, and wireless terms. It provides clear definitions of essential protocols, configurations, and features used in MikroTik devices. Whether you're a beginner or an expert, this glossary helps you navigate and optimize MikroTik-based networks efficiently. 🚀
| Term | Definition |
|---|---|
| ARP | Address Resolution Protocol – Resolves IP addresses to MAC addresses. |
| BGP | Border Gateway Protocol – A dynamic routing protocol for inter-network routing. |
| Bridge | A network device that connects multiple network segments. |
| CAPsMAN | Centralized Access Point Manager – Manages multiple wireless APs from a single controller. |
| CCR | Cloud Core Router – MikroTik’s high-performance routing device. |
| DHCP | Dynamic Host Configuration Protocol – Automatically assigns IP addresses to devices. |
| DNS | Domain Name System – Resolves domain names to IP addresses. |
| Firewall | A security feature that filters incoming and outgoing network traffic. |
| Hotspot | A MikroTik feature that provides authentication and access control for public networks. |
| IPSec | Internet Protocol Security – Encrypts and secures IP communication. |
| MAC Address | A unique identifier assigned to network interfaces for communication on a network. |
| Mangle | A firewall rule used to mark packets for routing, QoS, or traffic shaping. |
| MikroTik RouterOS | The proprietary operating system used in MikroTik routers. |
| NAT | Network Address Translation – Translates private IP addresses to public IPs and vice versa. |
| OSPF | Open Shortest Path First – A link-state dynamic routing protocol. |
| PPPoE | Point-to-Point Protocol over Ethernet – A protocol used for broadband connections. |
| QoS | Quality of Service – Prioritizes network traffic based on rules. |
| RouterBOARD | MikroTik’s hardware line that runs RouterOS. |
| Routing | The process of selecting paths in a network along which to send data packets. |
| SNMP | Simple Network Management Protocol – Used for network monitoring and management. |
| Torch | A built-in MikroTik tool for real-time traffic monitoring. |
| VLAN | Virtual Local Area Network – Segments a network into separate broadcast domains. |
| VRRP | Virtual Router Redundancy Protocol – Ensures high availability of routers. |
| WinBox | A GUI-based management software for MikroTik RouterOS devices. |
| Wireless | A set of MikroTik features for configuring Wi-Fi networks and access points. |
| WebFig | A web-based configuration interface for MikroTik devices. |
| WISP | Wireless Internet Service Provider – Uses MikroTik equipment for broadband delivery. |