Setting up Wi-Fi on equipment MikroTik RouterBoard — a task that intimidates many users due to its unusual interface RouterOS and a plethora of technical parameters. However, with the right approach, even a novice can deploy a stable wireless network with optimal security and performance settings. Unlike consumer routers with simplified web interfaces, MikroTik offers professional-grade flexibility—but it requires attention to detail.
In this article, we'll walk you through the process of setting up Wi-Fi from scratch: from connecting to a device to fine-tuning optimization for a home or small office. We'll pay special attention to security (encryption selection, MAC address filtering), productivity (channel selection, transmission power) and diagnostics (interference analysis, speed testing). The instructions are valid for most popular models - hAP ac², RB4011, RB750Gr3 and others with Wi-Fi modules.
If you have previously worked only with routers TP-Link or ASUS, be prepared for the fact that MikroTik requires a different approach. There's no "magic button" for automatic configuration, but there is the ability to precisely control every network parameter. Let's start with the most important: connecting to the device and basic configuration.
1. Preparing for setup: connecting and accessing RouterOS
Before you can set up Wi-Fi, you need to access the interface RouterOSThere are three main ways to do this: through WinBox (official utility), web interface or SSHLet's start with the most reliable option—cable connection.
Connect your computer to one of the ports Ethernet on RouterBoard (usually these are ports with ether2 By ether5, If ether1 reserved for WAN). By default, the device distributes IP addresses in the range 192.168.88.0/24, so your computer will automatically receive an address like 192.168.88.XIf this does not happen, check the network adapter settings - it should be configured to automatic IP acquisition (DHCP).
- 🔌 Connection via cable: Use a patch cord to connect the PC and router. This is the most stable method for initial setup.
- 🌐 Web interface: After connecting, open your browser and go to the address
http://192.168.88.1. Default login -admin, there is no password. - 🖥️ WinBox: Download the utility from the official website MikroTik and connect via MAC address (if IP is not assigned).
- 🔐 SSH: For advanced users, connect via the terminal at
192.168.88.1with loginadmin.
If you use WinBox, pay attention to the field Connect To — Here you can select a connection by MAC address, which is useful if the router's IP address was previously changed. After a successful connection, you'll see the main window with a menu on the left and a list of interfaces.
⚠️ Attention: If the router was previously configured by another administrator, the default password (adminwithout a password) may not work. In this case, you will need reset settings buttonReset(hold it for 5-10 seconds when turning on the power).
2. Basic Wi-Fi setup: creating an access point
Now that we have access to the router, let's move on to creating a wireless network. MikroTik Wi-Fi is configured through the section Wireless, where you can manage physical and virtual interfaces, security settings, and radio module parameters.
First, check if the Wi-Fi module is turned on. To do this:
- Open the section
Wirelessin the left menu. - Find the interface with the name
wlan1(orwlan2, if you have a dual-band model). - Make sure the checkbox is checked
Enabledinstalled. If not, enable it.
Next, let's create a new network:
- Click the button
+(orAdd Newin older versions WinBox). - In the field
Modeselectap bridge(access point mode). - Tab
Wireless:Band: select2GHz-B/G/Nfor 2.4 GHz network or5GHz-A/N/ACfor 5 GHz.Frequency: leaveautoto select a channel automatically or specify it manually (we recommend2412,2437or2462for 2.4 GHz).Width: for 2.4 GHz select20/40MHz, for 5 GHz -20/40/80MHz(if supported by clients).
Security Profiles:
- Click
...next to the fieldSecurity Profileand create a new profile. - In the field
Modeselectdynamic keys. - IN
Authentication Typesleave onlyWPA2 PSK(the safest option). - IN
WPA2 Pre-Shared KeyEnter a password of at least 8 characters (we recommend 12+ with mixed case and numbers). - Go to the section
Bridge(in the left menu). - Click
+to create a new bridge. Give it a name, for example,bridge-local. - Go to the tab
Portsand add the following interfaces to the bridge:ether2,ether3etc. (all LAN ports except WAN).wlan1(your Wi-Fi interface).
- On the tab
Generalmake sure the option isProtocol Modeinstalled innone(if you don't use RSTP or other protocols).
After applying the settings, the new network will appear in the list of available Wi-Fi devices. However, for full functionality, it must be linked to a local area network (LAN) via bridge (bridge). More on this in the next section.
Make sure the wlan1 interface is enabled.
Select AP bridge mode
Set up secure WPA2 PSK protocol
Set a unique network name (SSID) without spaces or special characters
Apply settings and reboot the router-->
3. Connecting Wi-Fi to a local network: setting up a bridge
By default, the Wi-Fi interface is in MikroTik not related to ports Ethernet, so devices connected via Wi-Fi won't be able to exchange data with wired clients. To fix this, you need to create bridge (bridge) and add all the necessary interfaces to it.
Follow the instructions:
After this, all devices—both wired and wireless—will be on the same network and will be able to exchange data. However, to access the internet, you need to configure NAT And DHCP serverIf these settings have not yet been completed, return to the basic configuration of the router (usually this is done when you first connect via Quick Set).
| Parameter | Recommended value | Explanation |
|---|---|---|
Protocol Mode |
none |
Disables additional protocols (eg. RSTP), if they are not needed. |
Forward |
yes |
Allows traffic to flow between bridge ports. |
Horizon |
0 |
Disables packet distribution limitation (only needed in complex networks). |
Priority |
0x8000 |
Bridge priority on the network (default is suitable for most cases). |
⚠️ Attention: If after setting up the bridge the Internet disappears on wired devices, check whether a WAN port has been added to the bridge (ether1). Include it in the bridge. it is forbidden - this will lead to traffic looping.
4. Wi-Fi Optimization: Channel Selection, Power, and Standard
The basic setup allows Wi-Fi to work, but for a stable and fast network, optimization is required. The main parameters that affect performance are:
- 📶 Channel and frequency: In the 2.4 GHz band, channels overlap, so it's important to choose the least congested one. For 5 GHz, this issue is less pressing, but it's important to consider client device support.
- 🔋 Transmission power: Too high a power can interfere with neighboring networks, too low a power can reduce the coverage area.
- 🚀 Wi-Fi standard: modern devices support
802.11n/ac/ax, but the old ones can only work in the mode802.11b/g.
To analyze channel load:
- Go to
Wireless → Scan. - Click
Startand wait for the scanning to complete. - Pay attention to the columns
FrequencyAndSignal StrengthThe channel with the fewest networks and weak signal from neighboring points is the optimal choice.
Recommended settings for 2.4 GHz:
- Channels:
1,6or11(do not overlap). - Channel width:
20MHz(for compatibility with older devices) or20/40MHz(to increase speed if there is no interference). - Power:
17dBm(enough for an apartment),20dBmfor a big house.
For 5 GHz:
- Channels:
36,40,44,48(DFSC compatible if radar scanning is required). - Channel width:
80MHzfor maximum speed (if clients support it). - Power:
23dBm(default), but can be lowered to20dBmin conditions of strong interference.
5. Wi-Fi Security: Encryption, Filtering, and Guest Access
Securing your wireless network is critical, especially if your router is used in an office or apartment building. By default MikroTik offers flexible tools for restricting access, but they need to be configured correctly.
Basic safety measures:
- 🔒 Encryption: use only
WPA2 PSKWithAES-CCMP.WPA3supported in new versions RouterOS (starting with 6.47), but may not work with older devices. - 🚫 MAC address filtering: Restrict the connection to only authorized devices. To do this, go to the section
Wireless → Security Profileson the tabMAC AuthenticationAdd a list of allowed addresses. - 🛡️ Client Isolation: turn on the option
Ap Isolationin the Wi-Fi settings so that devices do not see each other (useful for guest networks). - 🌐 Guest network: Create a separate access point with limited access to local resources (Internet only).
To create a guest network:
- Create a new one
Security Profilewith a separate password. - Specify this profile in the Wi-Fi interface settings.
- On the tab
Advancedturn onAp Isolation. - Create a separate one
IP Poolfor guest devices (eg192.168.90.2-192.168.90.254) and bind it to the DHCP server. - Set up FirewallTo restrict guests' access to the local network:
/ip firewall filteradd chain=forward src-address=192.168.90.0/24 dst-address=192.168.88.0/24 action=drop
⚠️ Attention: If you useWPA3, make sure all client devices support it. Otherwise, they will not be able to connect to the network. For mixed mode (WPA2 + WPA3) create a separate oneSecurity Profile.
What to do if you forgot your Wi-Fi password?
If you have lost your main network password but still have access to WinBox, go to Wireless → Security Profiles, select the profile you are using and look at the field WPA2 Pre-Shared KeyIf there is no access, you will have to reset the router to factory settings (using the button) Reset).
6. Diagnostics and troubleshooting
Even after properly setting up Wi-Fi, problems can still arise: slow speeds, connection drops, and inability to connect. Let's look at common scenarios and how to resolve them.
Problem 1: Devices do not connect to the network.
- Check if the interface is enabled
wlan1in the sectionWireless. - Make sure you have selected the correct one
Security Profileand the password is entered without errors. - Check if it is blocking Firewall connections (temporarily disable all rules in
IP → Firewall).
Problem 2: Low speed or frequent interruptions.
- Scan the air for interference (
Wireless → Scan) and change the channel. - Reduce the channel width with
40MHzto20MHz(for 2.4 GHz). - Check the transmit power - too high a value may cause interference.
- Update your router firmware (section
System → Packages → Check For Updates).
Problem 3: Wi-Fi works, but there is no internet access.
- Check if it is added
wlan1into the bridge (Bridge). - Make sure that the WAN port (
ether1) configuredDHCP-Clientor a static IP from your provider. - Check the rules NAT V
IP → Firewall → NAT(there must be a rulemasqueradefor outgoing traffic).
For in-depth diagnostics, use tools MikroTik:
Tools → Ping: Check connectivity with your provider's gateway.Tools → Bandwidth Test: Measure the speed between the router and the client.Wireless → Registration Table: View the list of connected devices and their signal strength.
7. Advanced settings: VLAN, multiple SSIDs, and scheduler
For more complex scenarios (for example, dividing the network into several virtual networks or limiting access by time) in MikroTik There are additional tools.
Multiple SSIDs on one radio module:
You can create multiple virtual access points (for example, for different office departments) with different security settings. To do this:
- In the section
Wirelesscreate a new interface with typeVirtual AP. - Please provide a unique network name (
SSID) and tie a separate one to itSecurity Profile. - Set up VLAN to isolate traffic (section
Bridge → VLAN).
Wi-Fi Scheduler:
If you need to turn off Wi-Fi at a certain time (for example, at night), use Scheduler:
- Go to
System → Scheduler. - Create a new task with the command:
/interface wireless set wlan1 disabled=yes - Specify the start time (eg.
23:00:00). - Create a second task to enable:
/interface wireless set wlan1 disabled=noover time
07:00:00.
Traffic prioritization (QoS):
To ensure that important devices (such as IP cameras or VoIP phones) always have enough bandwidth, set up Queue Tree:
- Go to
Queues → Queue Tree. - Create a new rule with the parameter
Parent=bridge-local(or your bridge). - Tab
Advanced: please specifyDst. Address(IP devices) and limit the speed (Max Limit).
8. Updating firmware and backing up settings
Regular updates RouterOS is important for security and stability. However, before updating Always create a backup copy of your settings - this will allow you to quickly restore the router's operation in the event of a failure.
Creating a backup:
- Go to
Files. - Click
Backupand save the file to your computer. - We also recommend exporting the configuration in a readable form:
/export file=config
Firmware update:
- Download the latest version RouterOS from the official website MikroTik.
- Upload the file to the section
Files(drag-and-drop in WinBox). - Go to
System → Packagesand pressUpgrade. - After the update, the router will reboot automatically.
⚠️ Attention: If the router does not boot after the update, use Netinstall (utility from MikroTik) to restore the firmware. This will require access to the router via Ethernet and a computer with Windows.
We recommend updating to stable versions (marked stable), avoiding testing And development, if you're not prepared for potential bugs. Check before updating. official website for critical comments on the new version.
FAQ: Frequently asked questions about setting up Wi-Fi on MikroTik
Is it possible to set up Wi-Fi on MikroTik without WinBox?
Yes, you can use the web interface (WebFig) or SSHThe web interface is available at http://192.168.88.1 and provides almost all the functions WinBox, except for some advanced tools. For SSH connect via terminal (for example, PuTTY) and use commands RouterOS.
How to increase Wi-Fi coverage?
There are several ways:
- Increase the transmit power in the settings
Wireless(maximum -30dBm, but this may be illegal in your country). - Use external antennas with high gain (eg.
15dBifor a directional antenna). - Set up an additional access point in mode
WDSorMesh(if supported). - Reduce interference by choosing a less crowded channel.
Why is Wi-Fi speed slower than cable?
This is normal, as wireless communications are subject to interference and are limited by standards:
- In the 2.4 GHz range, the maximum speed rarely exceeds
150–200 Mbps(the real one is even lower). - At 5 GHz you can achieve
800+ Mbps, but only over short distances and with support802.11ac/ax. - Check if your internet plan is limiting your speed with your provider.
For the test use Bandwidth Test V WinBox, connecting the laptop next to the router.
How to set up roaming between multiple MikroTik devices?
To set up roaming (smooth transition between access points), configure all routers as follows:
- Use the same network name (
SSID) and security settings on all devices. - Set up different channels for adjacent points (eg.
1,6,11in 2.4 GHz). - Enable support
802.11r(fast roaming) in the settingsWireless, if clients support it. - For centralized management use
CAPsMAN(chapterWireless → CAPsMAN).
Can MikroTik be used as a repeater (signal booster)?
Yes, but with some reservations:
- MikroTik does not support the mode
Universal Repeater"out of the box", like some household routers. - You can customize
WDS(Wireless Distribution System), but for this the main router must also supportWDS. - Alternative - mode
Station Pseudobridge, but it is less stable. - For reliable signal amplification it is better to use MikroTik as a separate access point connected to the main router via cable.