MikroTik as a Wi-Fi repeater: Turn your router into a signal booster

Many users are familiar with the situation where the main wireless network signal becomes unstable in distant rooms or outdoors. This is often due to thick walls, distance from the access point, or simply the low power of the built-in antennas of standard provider equipment. In such cases, using MikroTik as a Wi-Fi repeater is becoming one of the most effective and cost-effective solutions to the coverage problem.

Unlike simple home routers, MikroTik equipment offers flexible configuration options, allowing you to turn the device into a powerful receiver or signal repeater. However, it's worth noting an important nuance: the classic "repeater" mode, which simply copies the SSID and extends the coverage area at one level, is implemented in the RouterOS ecosystem less straightforwardly than by consumer brands. Here, we'll talk more about the "repeater" mode. Station (client) or Station Bridge, which requires an understanding of network architecture.

Using this equipment allows you to not only increase the network's range, but also create a dedicated segment, filter traffic, or ensure a stable connection where other devices are losing packets. MikroTik's key advantage in network expansion scenarios is the ability to create a transparent bridge, where all devices are located on the same subnet, which is critical for printers, CCTV cameras, and smart home systems.

Select operating mode: Station, WDS or AP-Client

Before setting up, it's important to clearly understand what the device is supposed to do. In MikroTik terminology, the term "repeater" is often replaced by more specific wireless network interface modes. The most common scenario is the "repeater" mode. Station, where the router connects to an external Wi-Fi network like a regular client (laptop or phone), but then distributes the Internet further through LAN ports or its own Wi-Fi.

There is also a mode Station Bridge, which allows the device to act as a transparent bridge. In this case, all devices connected to the MikroTik will receive IP addresses from the main router while being on the same local network. This is ideal if you need to extend the network to a neighboring building or another floor without creating new subnets. However, for this mode to work, WDS technology must also be enabled on the receiving end (the main router).

⚠️ Attention: Station Bridge (WDS) mode requires support from the main router. If the main router from the provider doesn't support WDS or can't be configured, Bridge mode won't work—the device simply won't receive an IP address from the main network.

The third option is the regime AP-Client (or simply Client in some firmware), which works similarly to Station but creates a separate subnet (NAT). In this case, devices behind the MikroTik will see the internet, but will not be visible to devices on the main network. The choice depends on your goals: do you need full access to all network resources or just internet access?

📊 Which MikroTik operating mode do you plan to use?
Station (separate network)
Station Bridge (transparent bridge)
I don't know, I need to explain.
Just signal boosting

Preparing equipment and resetting settings

Before beginning configuration, ensure you have access to the web interface or WinBox. To ensure a clean experiment and avoid address conflicts, we recommend performing a full factory reset. This is especially important if the router was previously configured differently or if you purchased used equipment.

To reset, find the button Reset on the device body. When the power is on, press and hold it for 10-15 seconds until the indicator ACT will not start blinking. After rebooting, the device will be accessible by default (usually IP 192.168.88.1, login admin, the password is empty). Connect the computer to any MikroTik LAN port using a network cable.

It is important to check the version of the installed operating system. RouterOSOlder versions may have menu differences or bugs in wireless drivers. Go to the menu System → Packages and check for updates using the button Check for UpdatesIf the version is very old, you may need to manually update it via file. .npk.

☑️ Preparing MikroTik for setup

Completed: 0 / 4

Setting up a wireless client (Station mode)

Once prepared, we move on to setting up signal reception. Open WinBox or the web interface and go to the section Wireless. Double-click on the list of interfaces (usually wlan1) to open the properties. In the field Mode select a value station (to create a separate subnet) or station-bridge (if the main router supports WDS).

Next, you need to find the network to which MikroTik will connect. Click the button Scan in the interface properties window. In the list that opens, find the SSID of your primary network, select it, and click Select. Field SSID will be filled in automatically. If the network is password protected, go to the tab Wireless Security (or Security Profile) and specify the correct encryption type (usually wpa2-psk) and password.

After applying the settings (Apply And OK) look at the connection status. In the window Wireless a connection entry should appear (status running), and in the logs (Log) there should be no authorization errors. If the status searching or disconnected, check the password and compatibility of security modes.

# Example command for CLI (terminal), if you prefer console:

/interface wireless

set wlan1 mode=station ssid="MainNetworkName" security-profile=default

Internet distribution (NAT and DHCP)

If you have selected the mode station (not a bridge), the MikroTik will create its own local network. Devices connected to it will not be able to access the internet without configuring routing and NAT (masquerade). Go to the section IP → DHCP Client, click + and select the interface wlan1 (your wireless client). Make sure the status has changed to bound, and the device received an IP address from the main router.

Now you need to set up address translation. In the menu IP → Firewall go to the tab NAT. Add a new rule (+):

  • 🔹 Tab General: Chain = srcnat, Out. Interface = wlan1 (or the one through which the Internet goes).
  • 🔹 Tab Action: Action = masquerade.

This rule will allow devices on your local network to "hide" behind an address received from the main network.

Don't forget to check the DHCP server settings for your clients. In the section IP → DHCP Server the server must be running on the interface ether1 (or bridge-local, if the ports are combined). Make sure that the address pool (IP → Pool) does not overlap with the main network address range to avoid conflicts.

⚠️ Attention: If you use Station Bridge mode, configuring NAT and DHCP Client on wlan1 is not required (and often impossible), as the device operates as a "transparent pipe." In this case, the bridge interface itself, not wlan1, receives the IP address.

What to do if IP addresses are not assigned?

If devices aren't receiving an IP address, check whether the main router is blocking multiple DHCP requests from a single MAC address. In Station Bridge mode, all traffic originates from the MAC addresses of end devices, which some providers may consider an attack or policy violation. In this case, cloning the MAC address or switching to Station mode with NAT may help.

Creating your own access point on MikroTik

To distribute the received signal further via Wi-Fi, you need to configure a second radio interface (if the model is dual-band, for example, hAP ac²) or use the same interface in AP mode (which will halve the speed). Consider the dual-radio option for maximum performance.

Go to Wireless, add a new interface or customize an existing one (wlan2). Install Mode = ap-bridge. Ask SSID for your new network. On the tab Security Profile create a new profile with a password and encryption wpa2-aesThis will ensure the protection of your extended network segment.

An important step is to combine interfaces. Go to Bridge, create a new bridge (for example, bridge1) and add ports to it ether1-ether4 And wlan2 (your new access point). This will allow devices connected to the MikroTik via cable and Wi-Fi to see each other and access the internet.

Parameter Station mode (NAT) Station Bridge mode
Connection type Creates a separate subnet Transparent network expansion
IP addresses Distributes its DHCP Takes from the main router
Device visibility Hidden from the main network Visible to everyone on the network
Main router requirements No WDS support

Signal optimization and interference elimination

Simply setting up a connection is not enough for stable operation MikroTik as a Wi-Fi repeater Correct frequency response adjustment is required. In the menu Wireless select frequency (Frequency) manually, and don't leave auto. Use third-party applications on your smartphone (for example, WiFi Analyzer) to find the least crowded channel on the air.

Please note the channel width (Channel Width). In congested apartment buildings, the installation of width 20/40Mhz Ce may lead to instability due to overlap with neighbors. Often forced exposure 20Mhz provides a more stable ping and less packet loss, although it reduces the theoretical maximum speed.

Antenna placement is also critical. If you're using external antennas, point one directly at the signal source (the main router) and the others toward the coverage area. Avoid placing the device near microwaves, baby monitors, or thick metal structures.

Diagnostics and typical problems

One common issue is low speed even with a full signal strength. This may be due to the operating mode. half-duplex, inherent to Wi-Fi, which doubles when using a repeater. Data is transmitted sequentially: from the client to the repeater, then from the repeater to the main router. Expect speeds to drop to 40-50% of the original.

Users are also experiencing connection interruptions. Check the logs (Log) for deauthentication messages. A common cause is a time mismatch (check System → Clock and configure the NTP client) or too aggressive power saving settings on client devices.

If your device stops responding over the network, there may be an IP address conflict. Make sure the addressing on the MikroTik is different from the main network (in NAT mode) or that there aren't two devices on the network with the same static IP. Use IP → Neighbors to discover neighbors on the network.

Can MikroTik be used as a repeater for video surveillance?

Yes, but with some caveats. For cameras, it's better to use the Station Bridgeto make the cameras visible on the general network. However, Wi-Fi is sensitive to latency, and with a large number of cameras, a wired connection or a dedicated radio channel (PtP link) will be more reliable.

Why does the speed in repeater mode drop by half?

This is a physical limitation of Wi-Fi technology in repeater mode. The radio interface cannot simultaneously receive and transmit data on the same frequency. It is forced to switch: receive packet → switch → send packet. This results in a twofold drop in throughput.

Which MikroTik model is best for a repeater?

Models from the series are perfect for home use. hAP (For example, hAP ac² or hAP ax²). They have two radio modules (2.4 and 5 GHz), which allows for backhaul (connection to the main router) on one frequency and distribution to clients on another, avoiding speed loss.

Do I need to update the firmware before setting up?

Yes, this is critically important. Older versions of RouterOS contained security vulnerabilities and bugs in the wireless drivers that could cause spontaneous reboots or connection drops. Always check the official website for the latest software.