How to set up Wi-Fi on a Mikrotik: step-by-step instructions

Setting up a stable wireless network using MikroTik equipment requires a deeper understanding of the processes involved than a typical home router setup. Unlike simplified interfaces, RouterOS provides flexible tools for managing the radio channel, but it requires precise parameter input. Incorrect configuration can lead not only to low speeds but also to complete network inaccessibility for clients.

The Wi-Fi module activation process is closely tied to the hardware specifications and the operating system software version. In recent versions of RouterOS v7, the packet structure has changed, requiring the installation of a separate wireless module. It's important to understand that the base system doesn't contain drivers for wireless interfaces until they're activated, so initial access to the device is only possible via a cable.

In this article, we'll cover every configuration step, from connection to fine-tuning security. You'll learn how to select optimal frequencies, configure bridges, and protect traffic with modern encryption methods. A smart approach to network planning will ensure high performance even in noisy environments.

Preparing equipment and installing packages

Before getting started, you need to ensure a physical connection to the router via the Ethernet port, as the wireless interface is disabled by default. The WinBox utility is used for management, allowing you to operate the device even without an IP address, using its MAC address. After authorization, the first step is to check the installed system components.

In the RouterOS operating system, functionality is divided into packages, and Wi-Fi functionality often requires an additional module. In versions prior to version 7, this was built-in, but in current releases, it must be activated manually through the menu. System → PackagesIf you are using RouterOS v7, make sure the package is installed wireless, otherwise the radio settings tab simply won't appear in the interface.

After installing or verifying the presence of the necessary files, a device reboot is required for the changes to take effect. This is a standard procedure that ensures proper initialization of the hardware drivers. Without a reboot, the new modules will remain inactive, and any attempts to configure the network will fail.

⚠️ Note: In RouterOS v7, the wireless package is a separate module. If you've upgraded from version 6, make sure this component is installed, otherwise Wi-Fi won't work.

Keep in mind that the WinBox interface may differ depending on the OS version, but the operating logic remains the same. Always check the manufacturer's official documentation when upgrading to major firmware versions, as the menu structure may change. Some older hardware models may not support the latest encryption standards or channel bandwidth.

📊 What version of RouterOS are you running?
v6 (old)
v7 (current)
Don't know
I use Terminal

Basic configuration of the wireless interface

The setup starts with going to the section Wireless, which displays all available radio modules of the device. Double-click the desired interface (usually wlan1 or wlan2) and go to the tab Wireless. This specifies the operating mode, which must be set to the value to create an access point. ap bridge.

A key parameter is the SSID—the network name that users will see when searching for available connections. It must be unique in your location to prevent client devices from confusing it with neighboring networks. This is also where you select the frequency range and channel width, which directly impacts throughput and signal range.

To ensure compatibility with all devices, it is recommended to use mixed operating modes, such as: 802.11b/g/n or 802.11a/n/acHowever, if your network doesn't have very old equipment, it's better to limit the protocol set to newer standards to improve overall efficiency. This will reduce the router's overhead in processing legacy requests.

After entering the basic parameters, you need to apply the changes by clicking the button Apply And OKThe interface will become active, and the registration indicator will turn green. At this point, the router will begin broadcasting a signal, but connecting to it is not yet possible without configuring security.

Setting up security and connection profiles

Wireless network security is implemented through security profiles, which define encryption and authentication methods. In RouterOS, this is done in the Wireless Security Profiles, where you can create a new profile or edit an existing one defaultFor home and office networks, the optimal choice is the mode WPA2 or WPA3 with AES encryption.

In the profile settings, you need to set the flags for group and individual encryption. Typically, the options are selected group encryption And unicast encryption with meaning aes-ccmThis ensures reliable protection of transmitted data from interception and decryption by unauthorized persons.

Parameter Recommended value Description
Authentication Types wpa2-psk Authentication type (password)
Group Encryption aes-ccm Encryption of broadcast packets
Unicast Encryption aes-ccm Encryption of client personal data
WPA Pre-Shared Key Complex password Access key length of 12 characters or more

Particular attention should be paid to the length and complexity of the password. The system allows keys up to 63 characters long, and this shouldn't be neglected. Simple combinations are easily brute-forced, even on mobile devices.

⚠️ Warning: Avoid using the legacy WEP protocol and mixed TKIP+AES modes, as they contain known vulnerabilities and reduce network speed.

After creating a profile, you need to bind it to a specific wireless interface. In the settings window Wireless in the field Security Profile Select the profile you created. Only then, when attempting to connect, will the device request the password specified in the security settings.

Organizing a bridge and a DHCP server

For Wi-Fi clients to obtain IP addresses and access the internet, the wireless interface must be part of a local network. MikroTik achieves this by creating a bridge. Go to the menu Bridges, create a new bridge (for example, bridge-local) and add LAN ports and your wireless interface to it wlan1.

After bridging the interfaces, you need to configure the address server. In the section IP → DHCP Server The configuration wizard will launch, automatically creating an address pool and routing rules. Make sure the DHCP server is running on the newly created bridge, not on a physical port.

☑️ Checking network settings

Completed: 0 / 4

An important step is to configure the NAT (Masquerade) rule, which allows internal network devices to access the outside world. This is located in the section IP → Firewall → NATIf you use the default configuration template when you first set it up, this rule is usually created automatically for the WAN interface.

To check functionality, connect your mobile device. If the device receives an IP address and can open web pages, the bridge-DHCP-NAT connection is working correctly. If any issues arise, check the port status in the menu. Interfaces - all participating ports must have the status R (running).

Frequency optimization and interference elimination

In apartment buildings, the airwaves are oversaturated with signals from neighboring routers, leading to slow speeds and connection interruptions. MikroTik provides a powerful tool Scan To analyze your surroundings, run a scan in your wireless interface settings to see occupied channels and noise levels.

The optimal solution is to select the channel with the lowest load. For the 2.4 Hz range, it is recommended to use channels 1, 6, or 11, as they do not overlap. The channel width in this range should be strictly 20 MHz, usage 40 MHz in an apartment building it will only make the situation worse by capturing neighboring frequencies.

Why is 20 MHz better than 40 MHz in 2.4 GHz?

The 2.4 GHz band has only three non-overlapping channels. Using a 40 MHz bandwidth requires channel bonding, which in densely populated areas leads to collisions and packet loss. Stability is more important than theoretical maximum speed.

For the 5 GHz band the situation is different: there are many non-overlapping channels available and the width 40 or 80 MHzHowever, signal strength at higher frequencies is lower and it penetrates walls less effectively. Therefore, it makes sense to use a 5 GHz access point within line of sight or in the same room as the router.

Adjusting the transmit power (Tx Power) also plays a role. Avoid always setting the maximum value, as this can lead to module overheating and nonlinear signal distortion. Sometimes, reducing the power to 15-17 dBm provides a more stable connection than the maximum settings.

Diagnostics and connection monitoring

To control connected clients, the WinBox interface has a button Registration Table in the wireless interface window. This displays all devices currently associated with the access point. You can see their MAC addresses, signal strength (RSSI), and session duration.

Signal strength is a critical parameter for connection quality. Values ​​in the range of -40 to -60 dBm are considered excellent, while -60 to -70 dBm are considered good. If the signal drops below -80 dBm, connection speed will be extremely slow and connection interruptions are possible.

Built-in system logs help identify the causes of problems. In the section Logs You can filter messages by topic wirelessAuthentication errors, frequent reconnections, or noise reports can help diagnose hardware failure or external factors.

For in-depth diagnostics, you can use the packet sniffer built into RouterOS. It allows you to analyze traffic in real time, identifying broadcast storms or anomalous activity from individual clients. This is an advanced tool that requires knowledge of network protocols.

Frequently asked questions and troubleshooting

Why don't devices see the Wi-Fi network after setup?

Most often, the problem lies in the incorrectly selected operating mode (station instead of ap bridge) or the absence of drivers in the package wireless. Also check if the SSID (parameter) is hidden hide-ssid), and make sure that the antivirus on the client is not blocking the connection.

How to increase the signal range of MikroTik?

It's difficult to circumvent the physical limitations of radio waves, but you can optimize your settings. Make sure the antennas are securely fastened, select a clear channel, elevate the router, and remove any metal obstructions. Using an external high-gain antenna is also effective.

Is it possible to set up a guest network on MikroTik?

Yes, this is implemented through the creation of a virtual interface (Virtual AP) based on the physical one wlan1The guest network is isolated in a separate VLAN or subnet, for which its own firewall rules are configured to prevent access to local network resources.

Why is Wi-Fi speed so much slower than cable speed?

Wireless networks are half-duplex and susceptible to interference. Actual speeds will always be lower than theoretical speeds due to protocol overhead, noise levels, and the number of connected clients. Check the channel width and ensure the router's processor isn't overloaded.