Setting up the NanoStation Loco M2 as a WiFi access point

Providing wireless coverage in open areas or complex architectural settings often requires specialized equipment capable of providing a stable signal where conventional routers fail. NanoStation Loco M2 from Ubiquiti Networks is a compact and efficient solution for creating a 2.4 GHz network segment, ideal for use in densely populated areas. Devices in this series feature high receiver sensitivity and a built-in high-gain antenna, enabling signal transmission over significant distances without loss of connection quality.

Unlike standard routers, this equipment is primarily designed for point-to-point or point-to-multipoint links, but its functionality allows it to be successfully used as an isolated access point for end users. Proper interface configuration AirOS Provides access to advanced radio settings, power management, and client filtering. Properly setting these parameters ensures not only speed but also link stability, even in the presence of external interference.

Configuring your equipment for the required operating mode requires careful attention to detail, as the factory settings may not meet your local network requirements. In this guide, we'll cover every step of the connection process, from physical installation to fine-tuning the wireless interface. You'll learn how to avoid common mistakes and get the most out of your equipment.

Equipment preparation and physical connection

Before starting software configuration, it is necessary to ensure proper physical connection between system components. NanoStation Loco M2 The device is powered via the Ethernet port using PoE (Power over Ethernet), which simplifies installation but requires a compatible switch or a special power injector included in the package. It is important to use twisted pair cable of at least Cat5e category, as other cables can cause packet loss and unstable operation at high speeds.

Connect the Ethernet cable from the LAN port of your computer or laptop to the port labeled as Main on the PoE injector. Then connect the port PoE on the injector with the LAN port itself NanoStationMake sure the indicators on the computer's network card and the injector light up, indicating physical contact. If you're using a laptop, it's recommended to temporarily disable the Wi-Fi adapter to avoid IP address conflicts during initial setup.

⚠️ Caution: Make sure the PoE injector you use meets the device specifications (usually 24V Passive PoE). Supplying 48V or higher from standard switches can irreversibly damage the NanoStation's electronics.

Configuring the network interface on your computer is a critical step, without which access to the web interface is impossible. By default, Ubiquiti equipment has a static IP address. 192.168.1.20, so your computer needs to be assigned an address from the same subnet. This can be done through the operating system's network connections control panel by manually entering the IP address, for example, 192.168.1.100, with subnet mask 255.255.255.0.

β˜‘οΈ Preparing for connection

Completed: 0 / 4

Login to the web interface and basic AirOS settings

Once a physical connection has been successfully established and IP addressing configured, you can begin interacting with the device's operating system. Open any modern web browser and enter the device's default address in the address bar: https://192.168.1.20Your browser may display a certificate security warning because you're using a self-signed SSL certificate. This is normal behavior, and you should accept the risk by selecting "Continue" or "Advanced."

To log in to the system AirOS Standard credentials are used. The default login is ubnt, and the password too ubntAfter entering the data, you'll be taken to the main status page, which displays the current processor load, device temperature, signal strength, and uptime. If the device has been used previously, we recommend performing a factory reset by holding the Reset button on the device for more than 10 seconds while the power is on.

The AirOS interface is divided into several tabs, which are navigated through the top menu. The main sections include: Main, Wireless, Network, Services And SystemFor our purposes, the Wireless and Network tabs are key, as they allow you to switch operating modes and configure the SSID. Don't forget to save your changes by clicking Change and apply them with the button Set after each series of edits.

What to do if the page does not load?

If the browser doesn't open the interface, check whether your firewall is blocking access to local addresses. Also, try using incognito mode or a different browser. Make sure the address bar specifies HTTPS, not HTTP.

Wireless Mode Configuration and Frequency Selection

The central element of the setup is selecting the radio module's operating mode. By default, the device may be in the Station (client), which doesn't suit us. Go to the tab Wireless and in the field Wireless Mode select a value Access PointThis mode turns the NanoStation into a base to which other wireless clients, such as smartphones, laptops, or other access points, can connect.

In the 2.4 GHz range that the model uses M2, it's crucial to select the correct channel frequency to minimize interference. Unlike the 5 GHz band, there are only three non-overlapping channels (1, 6, 11). Use the built-in tool Site Survey or third-party smartphone apps to analyze the airwaves and select the least congested frequency. In the field Channel Width For maximum compatibility with older devices, it is better to leave the value 20 MHz, Although 40 MHz will give an increase in speed in pure ether.

  • πŸ“‘ SSID: Set a unique name for your network that clients will use to find your access point.
  • πŸ”’ Security: Be sure to select an encryption protocol WPA2-AES, since older WEP and WPA-TKIP methods are vulnerable.
  • πŸ”‘ WPA Key: Create a complex password of at least 12 characters, using mixed-case letters and numbers.
  • πŸ“Ά Output Power: Adjust the transmitter power depending on the distance to the clients, so as not to β€œclog” the airwaves with unnecessary noise.

Particular attention should be paid to the parameter Distance (or Ack Timing (in some firmware versions). For access point mode, where clients can be at different distances, it is recommended to set the value Inside or Custom With a small margin if clients are located close together. However, if the access point is high and clients are scattered, automatic calculations may be ineffective.

πŸ“Š At what height do you plan to place the antenna?
Up to 3 meters (indoors)
3-6 meters (on the facade)
6-12 meters (on the mast)
Above 12 meters (on the roof)

Configuring Network and DHCP Services

After setting up the radio module, you need to correctly configure the network interface so that NanoStation can assign IP addresses to connecting clients. Go to the tab NetworkThe key parameter here is Network ModeTo create an independent access point, select the mode Bridge, if you want clients to receive addresses from an upstream router, or Router (NAT), if NanoStation will manage the subnet itself.

In most scenarios of use as an isolated access point, the mode is more convenient RouterIn this case, the built-in DHCP server is activated. In the section Network Settings set the IP address of the device itself (for example, 192.168.10.1), which will be the gateway for clients. Below, in the block DHCP Server, enable the server and specify the address pool, for example, from 192.168.10.10 to 192.168.10.254.

Parameter Recommended value Description
Network Mode Router (NAT) Address translation mode
IP Address 192.168.10.1 Gateway address for clients
Netmask 255.255.255.0 Subnet mask
DHCP Mode DHCP Server Automatic IP distribution

Don't forget to configure your DNS servers. You can enter public DNS addresses, such as Google's (8.8.8.8) or Cloudflare (1.1.1.1) into the corresponding configuration fields. This will ensure clients quickly access domain names even if there are issues with the provider's DNS. After applying the settings, the computer connected to the new WiFi network should automatically receive an address from the specified range.

Additional security and optimization features

Basic password protection is often insufficient for corporate use or in high-traffic areas. Services Provides access to features that enhance stability and security. Activate this option. Ping Watchdog, which will automatically reboot the device in case of loss of connection with the upstream channel (if it is used for backhaul) or if the interface freezes.

To limit who has access to your network, use MAC address filtering. In the section Wireless find settings Access List or MAC FilterYou can create a whitelist (Allow), which includes only the addresses of trusted devices, or a blacklist (Deny) to block specific intruders. This is an effective method, although labor-intensive for large numbers of users.

⚠️ Note: Interfaces and menu item names may vary slightly depending on the AirOS firmware version. Always consult the official Ubiquiti documentation for your specific firmware version to avoid configuration errors.

Also worth paying attention to is the function Frame Bursting And Short GIEnabling Short GI (Guard Interval) can increase channel throughput by a few percent, but only if clients have a clear line of sight and the signal strength is strong. In conditions of heavy interference or at the edge of the coverage area, it's best to disable this feature to improve connection stability.

Updating firmware and saving configuration

The device's factory firmware may contain vulnerabilities or lack current features. Before final installation, it is strongly recommended to update the firmware to the latest stable version. Firmware files are available on the manufacturer's official website. Download the file with the extension .bin, corresponding to your model NanoStation Loco M2.

The update process is carried out through the tab System. In the block Firmware press the button Choose File (or Browse), select the downloaded file and click UploadAfter the file is uploaded, the button will change to UpgradeBy pressing it, you start the flashing process. At this point, it's absolutely necessary to power off the device, otherwise it will brick it.

The update process takes about 2-3 minutes.

The device will reboot automatically.

The IP address may be reset to the default if the option to save settings was not selected.

After a successful update and re-login, go to the tab System and find the block Configuration Management. Click the button Save Configurationto save the current settings file to your computer. This will allow you to quickly restore network functionality in the event of hardware replacement or a failure. The following function is also available: Reset to Defaults for a complete reset.

Link diagnostics and monitoring

After completing the setup and installing the antenna on the mast, it is necessary to check the system's performance. Tab Main provides summary information, but for deeper analysis, use the built-in diagnostic tools. Graph AirMax Quality And AirMax Capacity shows the actual state of the radio airwaves and channel load.

Pay attention to the noise floor. In the 2.4 GHz band, a noise floor of around -95 dBm or lower is considered normal. Higher noise levels (for example, -85 dBm) indicate significant noise pollution from neighboring networks or industrial interference. In this case, it's worth experimenting with the frequency or channel width to find a cleaner section of the spectrum.

  • πŸ“‰ RSSI: received signal level. For stable operation, a value better than -70 dBm is recommended.
  • ⚑ CCQ: Client Connection Quality. A connection quality indicator approaching 100%. A low CCQ with a high RSSI indicates interference.
  • ⏱️ Latency: response delay. In a local network, it should be minimal (1-3 ms).

For continuous monitoring, you can use the SNMP protocol by connecting NanoStation to a monitoring system like Zabbix or PRTG. This will allow you to receive notifications about link failures or device overheating long before users start complaining about internet connection issues. SNMP configuration is available in the advanced settings of the Services tab.

How to reset your password if you forgot it?

If you've lost access to your device, the only way to restore it is to perform a hard reset. Locate the Reset button on the case (often hidden under a flap or combined with the power button). With the power on, press and hold the button for 10-15 seconds until the LEDs flash simultaneously. The device will reboot with factory settings, and access can be gained using the default password ubnt/ubnt.

Why is the WiFi speed lower than stated?

Actual speed depends on many factors: distance, interference, the number of connected clients, and their characteristics. In real-world conditions, the 802.11n protocol in the 2.4 GHz band rarely delivers more than 40-60 Mbps of payload per client due to overhead and time-sharing. For higher speeds, it is recommended to use the 5 GHz band or reduce the number of active users.

Is it possible to connect two NanoStations together to form a bridge?

Yes, that's their primary purpose. To do this, configure one NanoStation in Access Point mode and the other in Station mode. The wireless network settings on both devices must match the SSID, frequency, channel width, and encryption key. Once connected, they will function as a transparent cable.