How to change the name of a Mikrotik WiFi network: step-by-step instructions

Changing the wireless network name is the first step an administrator takes after installing new equipment, as standard identifiers like "Mikrotik-2A5B3C" don't convey any meaning to users. SSID (Service Set Identifier) is the primary identifier that allows smartphones and laptops to locate your access point among the many neighboring signals. A well-chosen name will not only simplify connecting guests but also help avoid confusion in offices or apartment buildings, where Wi-Fi network density can be extremely high.

The renaming process in hardware Mikrotik It's quite simple to do, but it requires understanding the difference between a logical interface and a physical emitter. In the operating system RouterOS The settings are divided into logical blocks, and changing a parameter in one place without checking another can result in the network simply ceasing broadcasting or becoming unavailable to clients. In this article, we'll cover all the nuances of configuration via the WinBox graphical interface, the web configurator, and even the command line for advanced users.

Before making any changes, it's important to understand that changing the network name will disconnect all connected devices, as they will see the network with the new name as a completely new access point. You'll have to re-enter the password on each device, so schedule network maintenance during off-peak hours. Let's take a closer look at the tools and methods available for this task.

Preparing to change your wireless network configuration

Before making any changes to the router settings, you must ensure a stable connection to the control device itself. The most reliable method is to connect via Ethernet cable Directly to the router's LAN port, as you may lose connection while changing WiFi settings if you control the device over the air. If this isn't possible, make sure you're in a strong signal area and your laptop or smartphone has sufficient battery power to complete the process.

You will need access to the management interface, most often a utility is used for this WinBox, which can be downloaded from the manufacturer's official website, or the built-in web interface QuickSetMake sure you know the administrator login and password; by default, new devices often don't have a password, but for security reasons, you should set one immediately after purchase. Missing a password in the administrative interface is a critical vulnerability that should be addressed before beginning setup.

⚠️ Important: If you are changing settings remotely via the internet, make sure you have an alternative connection (for example, mobile internet on your phone) to access the router if your connection to the main network is lost.

It's also worth deciding on a new network name in advance. It should be unique in your location to prevent client devices from automatically connecting to other networks with similar names. Using special characters in the name is acceptable, but some older devices may not display Unicode characters correctly, so it's best to limit the name to Latin characters, numbers, and standard punctuation marks.

Changing SSID via WinBox interface

Utility WinBox is the most popular and functional tool for equipment administration Mikrotik, providing access to all hidden system parameters. After connecting to the router via MAC address or IP address, go to the left menu and select WirelessThis is where all settings related to radio modules and wireless interfaces are located.

In the window that opens, you will see a list of available interfaces, usually designated as wlan1, wlan2 or wifi1 depending on the model of your device (for example, hAP ac2 or RB4011). Double-click the desired interface or select it and click the button with the blue square (Properties). In the properties window that opens, find the field SSID — this is the very name that users see when searching for networks.

After entering the new name, don't forget to click the button OK or Applyfor the changes to take effect. The interface may flash for a second, and the network with the new name will immediately appear in the list of available connections on your smartphone. If the network doesn't appear, check that the interface itself is enabled (the power button to the left of the interface name in the main Wireless window) and that the security profile is activated.

☑️ Check WinBox settings

Completed: 0 / 5

Configuration via the QuickSet web interface

For users who do not want to install additional software, the company Mikrotik provides a user-friendly web interface accessible via the router's address (usually 192.168.88.1). After logging in to your browser, select the tab QuickSet in the top menu. This mode is designed for quick initial setup and contains the basic settings required for operating a home or office network.

In the section Wireless or Home AP (depending on the firmware version RouterOS v6 or v7) you will find the field SSID. Change it to the desired name. The peculiarity of QuickSet is that it often combines the settings for both frequency bands (2.4 GHz and 5 GHz) under one name if the function is enabled. band steering or simply the same name is specified for both interfaces.

After changing the field, scroll down the page and be sure to click the button Apply Configuration or OKThe web interface may require a page refresh or even a router refresh for all changes to take effect, especially if fundamental radio module parameters are affected. Be prepared for internet connection to be lost on all devices for 10-20 seconds during this period.

Using the Terminal command line

For experienced administrators and automation scenarios, the most efficient way is to use the console. Terminal. It can be accessed through the tab New Terminal in WinBox or via an SSH connection. The command interface allows you to quickly make changes without having to click through multiple windows, which is especially convenient when configuring multiple identical routers.

To change the network name, you need to know the exact interface name. Enter the command /interface wireless printto see a list of all WiFi interfaces. Find the one you need (for example, wlan1) and use the set command. The command syntax is as follows:

/interface wireless set wlan1 ssid="MyNewNetworkName"

If you have a dual-band router, for example RB952Ui-5ac2nD, you will have two interfaces, let's say wlan1 (2.4 GHz) and wlan2 (5 GHz). You'll need to run the command twice for each interface if you want them to have the same name. Using variables and scripts allows you to do this with a single line of code, but for a one-time change, simply duplicating the command is sufficient.

Secrets of Terminal Mikrotik

You can use command autocompletion by pressing the Tab key. This helps avoid typos in long interface names and speeds up entering complex commands.

Once the command is executed, the changes are applied immediately. You can check the result by running the command /interface wireless print Once again, the SSID column should display the new value. This method is especially useful when the WinBox graphical interface is running slowly or freezing for some reason on a particular OS version.

Configuration Features in RouterOS Version 7

With the release of the seventh version of the operating system RouterOS v7 company Mikrotik implemented a new WiFi driver architecture known as wifi-qcom-ac And wifi-qcom-axThis version has a classic menu. Wireless was replaced by a new menu WiFiThis is a fundamental change that often confuses users accustomed to the sixth version interface.

IN RouterOS v7 SSID settings are located in a separate configuration subsection. You need to go to the menu WiFi, then select the tab Interfaces or go straight to Configuration (depending on the specific minor update). Here, a configuration object is created that is bound to the physical interface. It is in the configuration object that the field is defined SSID.

⚠️ Note: The settings structure in RouterOS v7 is completely different from v6. If you've upgraded from version 6, old scripts and familiar menu paths may not work. We recommend carefully reviewing the official migration documentation.

The advantage of the new system is more flexible management of security profiles and the ability to quickly switch between different configurations without restarting the interface. However, the ease of renaming requires an understanding of the binding logic: you change the name in the profile, and the profile is applied to the interface. Don't forget to save the configuration with the command /system backup save after making changes.

Dual-band networks: 2.4 GHz vs. 5 GHz

Modern routers Mikrotik often support operation in two frequency ranges simultaneously. The administrator is faced with a choice: to give the networks the same names or different ones. If you specify the same SSID For both bands, client devices will decide for themselves which frequency to connect to, which may result in suboptimal performance (for example, a phone will stick to the long 2.4 GHz band instead of the fast 5 GHz).

It's recommended to use different names, such as "MyHome" and "MyHome_5G." This will allow you to manually select the 5 GHz network for devices that require high speeds (TVs, laptops), while leaving 2.4 GHz for smart plugs and sensors that don't support higher frequencies. The table below compares these approaches:

Parameter Same name (Smart Connect) Different names
User friendliness High (one connection) Average (need to choose)
Speed ​​control Low (the router decides itself) High (you choose the network)
Compatibility Problems with old devices Full compatibility
Roaming Smoother Requires manual switching

When setting up different names, make sure the passwords (Pre-Shared Key) in the security settings for both ranges are set to the same if you want to make it easier to remember, or different for increased security. In the menu Wireless Security Profiles You can create a separate profile or use the standard one default, making the necessary changes there.

📊 Which WiFi band do you use most often?
2.4 GHz (long-range)
5 GHz (high-speed)
Automatically
I don't know the difference

Security and Hiding SSID

When changing the network name, many users consider hiding the SSID. In the interface settings Wireless there is a parameter hide-ssid (or hide-ssid=yes (in the terminal). When this option is enabled, the network stops broadcasting its name, and users must manually enter the network name in their device's WiFi settings to connect.

However, it is worth understanding that hiding the SSID is not a method of protectionSpecialized wireless network scanners easily detect hidden networks based on the service packets that client devices send into the air searching for a familiar access point. Furthermore, hiding the name often causes problems with automatic reconnection of mobile devices and increases battery drain, as they must constantly poll the air.

⚠️ Warning: Hiding the SSID may prevent some smart home devices (light bulbs, vacuum cleaners) from finding the network and refusing to connect. Only use this method if you understand the consequences.

Instead of hiding your name, it's better to focus on using a strong encryption protocol. Mikrotik always choose WPA2 or WPA3 (if supported by client devices) and use complex passwords. The network name can be anything, but the password must be unique and difficult to guess.

Frequently Asked Questions (FAQ)

Do I need to reboot my router after changing the network name?

In most cases, rebooting the entire device is not necessary. Simply apply the settings in the interface. Wireless or WiFiThe interface will restart automatically, and the network will appear with the new name within a few seconds. However, if you've made changes to system drivers or updated the firmware, a reboot may be required.

Is it possible to use Cyrillic (Russian letters) in the network name?

Technically, the WiFi standard allows the use of UTF-8 encoding, and Mikrotik Supports entering Russian letters in the SSID field. However, many older devices, printers, and smart home gadgets may display these names incorrectly or not detect the network at all. It is recommended to use only Latin letters (az, AZ) and numbers.

What should I do if I lose internet access on all my devices after changing my name?

Most likely, the devices are trying to connect to an old network that no longer exists. You need to forget the old network on each device and connect to the new one, re-entering the password. Also, check if the DHCP server settings have been reset, although changing the SSID usually doesn't affect the address pool.

How can I reset all my settings if something goes wrong?

If you didn't save a backup before making changes, you'll have to reconfigure. In the future, use the command /system backup save before any experiments. Also on many routers Mikrotik There is a physical reset button, but it will reset the device to factory settings, deleting all your data.