How to Set Up a MikroTik WiFi Repeater: A Complete Guide

The problem of "dead zones" in an apartment or office is familiar to many wireless network users. The signal from the main router may fail to penetrate thick walls or fade over long distances, leaving devices without internet access. In such situations, the optimal solution is to install additional equipment that will receive the signal and transmit it further.

Routers MikroTik are renowned for their flexibility and power, but their standard setup can be challenging for a beginner. However, if you want to create a reliable wireless bridgeThese devices are ideal. Unlike simple consumer routers, they allow you to fine-tune the radio channel parameters, transmitter power, and security algorithms.

In this guide, we'll walk you through the process of transforming your MikroTik into a full-fledged repeater. We won't use complex scripts, but will instead walk through the graphical interface. WinBox, so you can visualize the process. It will take about 15-20 minutes to get up and running if you have a basic understanding of network addresses.

Selecting equipment and preparing for work

Before you begin setup, please ensure your equipment supports the required features. Not all models MikroTik are the same: some of them only work at 2.4 GHz, others support dual-band. For repeater mode (or, more precisely, mode Station Bridge) you will need a device with the RouterOS operating system installed.

It's important to understand the difference between operating modes. The standard "client" (Station) mode allows you to connect to WiFi and share the internet via the LAN port or create a new subnet with NAT. Station Bridge Transparently forwards MAC addresses, making connected devices visible to the main network as if they were directly connected to the main router via a cable. This is critical for printers, CCTV cameras, and smart home systems.

⚠️ Important: Make sure your device is running the latest RouterOS version. The layout of some menus may differ between older versions (v6 and below) and newer versions (v7), and the wireless module's operating logic may have changed.

To successfully implement the project, you will need:

  • 📡 The main router distributing the Internet (Master Router).
  • 📶 MikroTik device that will work as a repeater.
  • 💻 A computer or laptop with the WinBox utility installed.
  • 🔌 Network cable (patch cord) for initial setup.
📊 What is your main WiFi problem?
Weak signal in distant rooms
Lots of walls and ceilings
The internet cuts out on the balcony
I need to connect a wired PC in another room.

Connection and initial login

Start with the physical connection. Take a network cable and connect your computer to any MikroTik LAN port (usually numbered 2 through 5; port 1 is often reserved for WAN, but all ports are considered equal during a configuration reset). If the device is new or has been reset, it will automatically assign you an IP address via DHCP.

Run the utility WinBox on your computer. In the window that opens, go to the tab NeighborsYour router should be displayed here. Click on its MAC address to enter the correct connection address. In the field Login default is specified admin, leave the password field blank if you have not changed it before.

After logging in, the first thing you need to do is reset the current configuration if there were any settings on the device. This ensures a clean experiment and no firewall rule conflicts. Go to the menu System → Reset Configuration, tick the box No Default Configuration (this is important to avoid creating unnecessary NAT rules) and click Reset Configuration.

After rebooting, the device will reappear in the neighbors list. Connect to it again. Now you have a clean slate to configure the repeater.

Setting up a wireless interface (Wireless)

The key step is setting up the radio module. Go to the menu WirelessYou will see a list of available interfaces (wlan1, wlan2). Double-click on the desired interface (usually it is wlan1 (for 2.4 GHz). In the settings window that opens, do the following:

In the first tab Wireless change the parameter Mode on station-bridgeIt is this mode that allows the device to operate as a transparent bridge. In the field SSID Enter the network name of the main router you want to connect to. Be careful: the name must match, down to the case of the characters.

Next, go to the tab Data RatesHere you can force the selection of data transfer standards. For maximum compatibility, it is best to leave the value set to [unspecified]. default, but if you know that the main router is old, you can limit the maximum speed to avoid constant reconnections.

# Example command for advanced users (CLI):

/interface wireless set wlan1 mode=station-bridge ssid="MyHomeWiFi" disabled=no

Now you need to configure security. Go to the tab Security Profiles (or click the "Security Profile" button in the main interface window). Create a new profile or edit an existing one. defaultIn the field Mode Select the encryption type of your main router (usually it is dynamic keys). In the fields Unicast Keys And Group Keys Please enter your WiFi network password.

⚠️ Important: If your primary router uses WPA3 encryption, make sure your MikroTik model and RouterOS version support this standard. Otherwise, the connection will fail.

Network interface and bridge configuration

After setting up the radio, it is necessary to combine the wireless interface and wired ports into a single logical network segment. This is accomplished using a mechanism Bridge. Go to the menu Bridge and click on the plus +to create a new bridge (usually it is created automatically as bridge1).

In the created bridge, go to the tab PortsAdd a wireless interface there. wlan1. Also add physical Ethernet ports there (for example, ether2, ether3), which will be used to distribute internet via cable. This will create a single broadcast domain.

An important point is the protocol setup STP (Spanning Tree Protocol)In a home network with a single repeater, it's often unnecessary and can even slow down the connection when the device starts. In the bridge properties (tab Bridge -> double click on bridge1) you can install Protocol Mode in meaning none or rstp, if the network is complex.

☑️Checking bridge settings

Completed: 0 / 4

Now your MikroTik can theoretically transfer packets between WiFi and LAN, but it does not have an IP address for management and internet access.

Setting up IP, DHCP and routing

For the router to communicate with the main network, it needs an IP address. Go to the menu IP → AddressesAdd a new address. There's an important caveat here: the address must be in the same subnet as the main router, but not conflict with it. For example, if the main router has the address 192.168.88.1, ask the repeater 192.168.88.2/24.

Next, you need to specify the default gateway. In the menu IP → Routes create a new entry. In the field Dst. Address leave 0.0.0.0/0, and in the field Gateway Enter the IP address of the main router (for example, 192.168.88.1). This will tell the device: "Anything you don't know where to put, send to the main router."

For easier management and operation of some services, configure DNS. In the menu IP → DNS Enter the DNS server addresses (you can use public ones from Google) 8.8.8.8 or the address of the main router). Be sure to check the box Allow Remote Requests, if you plan to use the router as a DNS cache for clients.

Parameter Meaning for the Main Router Meaning for MikroTik (Repeater) Description
IP Address 192.168.88.1 192.168.88.2 A unique address on the network
Netmask 255.255.255.0 255.255.255.0 Subnet mask
Gateway - 192.168.88.1 Internet access address
DNS 8.8.8.8 8.8.8.8 Name server

Finally, make sure the DHCP client is enabled on your MikroTik. Go to IP → DHCP Client, click + and select the interface bridge1 (or wlan1 if the bridge isn't configured yet, but bridging is better). This will allow the router to automatically obtain an IP address if you haven't set one statically, although a static address for management is more reliable.

Troubleshooting and checking the connection

After applying all the settings, we proceed to diagnostics. Return to the menu Wireless and double-click on the interface wlan1Look at the connection status. If everything is configured correctly, the status will change to connected to SSID, and in the table Registration (the button at the top right of the wireless window) a record about the connection to the access point will appear.

If the status disconnected or is constantly changing, check the following points:

  • 🔑 The entered WiFi password is correct (case sensitive).
  • 📶 Distance and presence of obstacles (walls, mirrors, microwaves).
  • 📡 Matching security standards (WPA2-AES vs WPA-TKIP).
  • 🚫 MAC address filtering on the main router.
What to do if the red flag is on the interface?

If the red flag on the wlan1 interface is lit, it means the interface is blocked by software or hardware. Check that the "disabled" box is not checked in the interface properties. Also, make sure that the selected frequency and power level are allowed in your country (regulatory domain).

Check your internet connection. Open the terminal (New Terminal) and enter the command ping 8.8.8.8If packets are being received (reply from...), then the route was successfully built. If not, check the routing table and gateway.

⚠️ Note: If you change your MikroTik's IP address to a static one, you will lose access to the old address (192.168.88.1) via WinBox. Use the new address or search for the device in the Neighbors tab by MAC address.

Optimization and additional settings

For stable operation in repeater mode, it is recommended to disable unnecessary services. Go to IP → Services and disable unnecessary ports (telnet, ftp, www), leaving only winbox (or ssh for security). This will reduce the attack surface and CPU load.

It's also worth paying attention to the transmitter power. In the menu Wireless in advanced settings (Advanced Mode) can be adjusted tx-powerSetting the maximum power doesn't always make sense. Sometimes reducing the power can help avoid overexposure and interference by forcing client devices to switch to a stronger signal more quickly.

If you're using a MikroTik with two radio modules (Dual Band), you can set up a chain: one module receives the signal (Station), and the second distributes it to clients (Access Point). This will require creating a second bridge and configuring NAT, as Station Bridge mode won't work on both interfaces (an architectural limitation).

Don't forget to save your configuration. Although RouterOS saves changes immediately, it's a good idea to make a backup. Go to System → Backup and press Backup. Save the file. .backup to your computer. If you reset your settings, you can quickly restore your device to working order.

Can MikroTik be used as a repeater for gaming consoles?

Yes, you can. Station Bridge mode forwards MAC addresses, which is critical for gaming (PS5, Xbox). However, make sure your WiFi ping is stable. A cable is still preferable for online gaming, but if it's not possible, the MikroTik extender will do a better job than cheap repeaters.

Why is the speed through a repeater lower than directly?

In repeater mode (especially on a single frequency), the device spends time receiving and transmitting data, dividing the channel's bandwidth in half. Using dual-frequency models (one frequency for receiving, one for transmitting) helps minimize losses.

Will Station Bridge mode work if the main router has MAC filtering?

Yes, it will work, but you'll need to whitelist the MAC address of your MikroTik's wlan1 interface on the main router. You can find this address in the menu. Interfaces or on a sticker on the bottom of the device (if it is a MAC WiFi, not Ethernet).

Do I need to configure NAT on the repeater?

In Station Bridge mode, NAT is unnecessary and even harmful, as we're building a transparent bridge. NAT is only required if you're using Station mode (without bridge) and want to distribute internet to your devices via a separate subnet.

How do I reset my settings if I've lost access?

There's a Reset button on the device. With the power on, press and hold it until the ACT (or USR) indicator starts flashing (usually 5-10 seconds). Release the button, and the device will reboot to factory settings.