How to set up the MikroTik cAP Lite as a Wi-Fi access point: a detailed guide

Devices MikroTik cAP Lite (model RBcAPL-2nD) have long been popular among network administrators due to their flexibility and stability. But for beginners, setting up this compact device as Wi-Fi hotspots may seem like a daunting task. Unlike home routers with a three-click web interface, MikroTik requires an understanding of basic networking concepts and working with Winbox or WebFigHowever, the results are worth the effort: you get a powerful tool with fine-tuning of channels, security, and traffic management.

This article will help you understand how to convert cAP Lite into a fully-fledged access point—from physical connection to performance optimization. We'll cover two scenarios: a simple setup for home use and an advanced configuration for office networks with multiple VLANs. We'll pay special attention to security (anti-hacking, client isolation) and productivity (channel selection, transmission power). If you've previously only used TP-Link or ASUS routers, get ready for a new level of control over your network.

1. Preparing for setup: what you'll need

Before you begin configuring, make sure you have everything you need. MikroTik cAP Lite comes without a power supply - it must be purchased separately (any adapter with a connector will do) DC 5.5×2.1 mm and tension 12–24V). Also check for availability:

  • 🔌 Ethernet cable (patch cord) for connecting to the main router or switch
  • 💻 A computer with installed Winbox (you can download it from official website) or browser for WebFig
  • 📱 A smartphone or tablet for testing the Wi-Fi connection
  • 🔧 Screwdriver (if wall/ceiling mounting is required)

Important: cAP Lite It doesn't have a USB port or a SIM card slot. It's a wired-only device that distributes Wi-Fi while receiving internet via a cable. If you need a hotspot with 4G/5G support, consider models MikroTik LHG or SXT LTE.

⚠️ Attention: When connecting for the first time cAP Lite may have an IP address 192.168.88.1 by default. If your main router uses the same subnet (for example, 192.168.88.0/24), a conflict will occur. In this case, temporarily change the IP address of your PC to 192.168.88.2–192.168.88.254 with a mask 255.255.255.0.
📊 Which tool do you prefer for configuring MikroTik?
Winbox
WebFig
Terminal (SSH)
Mobile application

2. Physical connection and first login

Connect cAP Lite to the power supply and connect it to the port Ether1 with your main router or switch. Indicator ACT (green) should start flashing—this indicates the device has successfully booted. Wait until the indicator remains steady (about 1–2 minutes).

For first login use Winbox:

  1. Launch Winbox and press the button ... (three dots) next to the field Connect To.
  2. In the list of devices, find cAP Lite by MAC address (printed on the sticker on the case).
  3. Login using login admin and an empty password (default).

If Winbox does not find the device:

  • 🔄 Reboot cAP Lite, while holding the button Reset 5 seconds
  • 🌐 Try connecting via WebFig, by entering it in the browser http://192.168.88.1
  • 🔌 Check that the Ethernet cable is connected to the port Ether1, and not Ether2

☑️ Preparing for the first login

Completed: 0 / 4

3. Basic Wi-Fi setup on cAP Lite

Once successfully connected, let's begin creating a Wi-Fi network. The basic steps are:

  1. Go to the menu Wireless (wireless networks).
  2. Click +to add a new interface. Select the type Virtual AP (virtual access point).
  3. Tab General:
    • Field Name: Enter the network name (SSID), for example MyHomeWiFi.
    • Field Mode: select ap bridge.
    • Field Band: leave 2GHz-B/G/N (If you don't need support for legacy devices, select 2GHz-N).
  4. Tab Wireless:
    • Field Frequency: select auto or specify the channel manually (we recommend 2412, 2437 or 2462 for minimal interference).
    • Field Width: leave 20/40MHz.
  • Tab Security Profiles:
    • Click +to create a new security profile.
    • Field Name: enter a profile name, for example MyWiFiSecurity.
    • Field Mode: select dynamic keys.
    • Field Authentication Types: leave only WPA2 PSK.
    • Field WPA2 Pre-Shared Key: Enter a strong password (at least 8 characters, with numbers and letters).
    • After saving the settings, go to the tab IP → DHCP Client and add a client for the interface bridge-local (if you plan to receive an IP address automatically from the main router).

      4. Setting up a bridge and distributing IP addresses

      MikroTik cAP Lite by default creates a bridge interface bridge-local, which combines all ports (including Wi-Fi). However, for the access point to function correctly, it is necessary:

      1. Go to Bridge → Ports and make sure that the interfaces wlan1 (Wi-Fi) and ether1 (Ethernet) added to the bridge.
      2. On the menu IP → Addresses assign a static IP address to bridge-local (For example, 192.168.1.2/24), if DHCP from the main router is not used.
      3. To distribute IP addresses to clients:
        • Go to IP → DHCP Server.
        • Create a new server for the interface bridge-local.
        • Please specify a range of addresses (e.g. 192.168.1.100–192.168.1.200).
        • In the field Gateway Enter the IP address of your main router (e.g. 192.168.1.1).
        • In the field DNS Servers add 8.8.8.8 And 1.1.1.1 (Google and Cloudflare).

    Critical detail: If your main router is already distributing DHCP, disable the DHCP server on cAP Lite to avoid conflicts. In this case, in the menu IP → DHCP Server Delete the created server or mark it as inactive.

    Parameter Importance for home networking Significance for the office network
    Bridge mode bridge-local (all ports in one segment) Separate bridges for each VLAN
    DHCP server Disabled (using the main router's DHCP) Enabled with VLAN binding
    Isolation of clients Disabled (devices see each other) Enabled (access-list in Wi-Fi settings)
    Transmission power 20dBm (enough for an apartment) 17–18dBm (interference reduction)

    5. Optimize Wi-Fi performance

    By default cAP Lite uses conservative settings that don't always provide maximum speed and stability. We recommend making the following changes:

    • 📶 Channel selection: Manually set the channel in the menu Wireless → wlan1 → FrequencyAvoid channels 1, 6, and 11 if they are occupied by neighboring networks. Channels 3 or 9 (if free) are optimal.
    • 🔄 Opening hours: If all your devices support 802.11n, disable outdated standards B And G in the settings Wireless → wlan1 → WirelessThis will increase throughput.
    • 📊 Channel width: For maximum speed, select 40MHz, but only if there are no other networks on adjacent channels. In apartment buildings, it's best to leave 20MHz.
    • 🔋 Transmission power: Reduce to 17–18dBm on the menu Wireless → wlan1 → AdvancedThis will reduce interference to neighboring access points and reduce power consumption.

    To check the speed, connect to the network from a laptop and use the service SpeedtestIf the speed is lower than expected:

    • Check that the Ethernet cable is connected to the port. Ether1 (and not Ether2, which is disabled by default).
    • Make sure that your main router does not limit speed based on MAC address.
    • Update the firmware cAP Lite to the latest version (menu System → Packages → Check For Updates).
    How to check channel load?

    Open Wireless → Registration Table in Winbox. In the column Signal Strength neighboring networks are displayed. Values ​​above -70dBm indicate strong interference. You can also use the command in the terminal:

    /interface wireless registration-table print

    6. Security: protection from hacking and unauthorized access

    Devices MikroTik are often targeted by attacks due to default settings. To protect your network:

    1. Change the administrator password:
      • Go to System → Users.
      • Select a user admin and press Password.
      • Set a complex password (example: k7#pL9!mT2@qR).
    2. Disable unnecessary services:
      • On the menu IP → Services turn it off ftp, telnet And api.
      • Leave only winbox (port 8291) And ssh (port 22).
  • Configure MAC address filtering (optional):
    • On the menu Wireless → Security Profiles → [your profile] → Access List Add allowed MAC addresses of devices.
    • Install Action: accept for your devices and Action: reject for the rest.
    • Enable client isolation (for guest networks):
      /interface wireless access-list
      

      add interface=wlan1 mac-address=00:00:00:00:00:00/00:00:00:00:00:00 \

      forwarding=no

      This command prevents devices from exchanging traffic with each other (Internet access only).

    ⚠️ Note: If you have enabled MAC address filtering, new devices will be unable to connect to the network. To add a new device, temporarily disable filtering or manually whitelist its MAC address.

    For additional protection we recommend:

    • 🔄 Update the firmware regularly (every 3–6 months).
    • 🔒 Use WPA3 instead of WPA2, if all client devices support it.
    • 📡 Disable broadcast SSID (hide the network name) in settings Wireless → wlan1 → General (field Hide SSID).

    7. Advanced Scenarios: VLANs and Multiple Networks

    For office networks or home laboratories cAP Lite Supports traffic segregation by VLAN. For example, you can create:

    • 🏠 The main network for employees (VLAN 10) with access to all resources.
    • 👥 Guest network (VLAN 20) only with internet access.
    • 📦 Network for IoT devices (VLAN 30) with limited bandwidth.

    Steps to configure VLAN:

    1. Create VLAN interfaces:
      /interface vlan
      

      add interface=bridge-local name=vlan10 vlan-id=10

      add interface=bridge-local name=vlan20 vlan-id=20

    2. Configure a DHCP server for each VLAN (menu IP → DHCP Server → Networks).
    3. Create separate Wi-Fi networks for each VLAN:
      • Add a second virtual AP to Wireless.
      • In the interface settings, specify Master Interface: wlan1 And VLAN ID: 20 (for guest network).
  • Configure a firewall to restrict access between VLANs:
    /ip firewall filter
    

    add chain=forward in-interface=vlan20 out-interface=vlan10 action=drop

    This command prevents guest devices (VLAN 20) access the main network (VLAN 10).

  • ⚠️ Important: To work with VLANs, your main router or switch must support traffic tagging (802.1q). If the device doesn't support VLANs, traffic will not flow correctly.

    8. Diagnosing and troubleshooting

    If Wi-Fi is not working or the connection is unstable, follow these steps:

    Problem Possible cause Solution
    Devices do not connect to Wi-Fi Incorrect password or SSID Check the settings in Wireless → Security Profiles
    Slow connection speed Channel interference or weak signal Change the channel manually or reduce the transmit power
    No internet access Incorrect DHCP or gateway settings Check it out IP → Routes And IP → DHCP Client
    cAP Lite is not responding Firmware failure or IP conflict Reset settings with the button Reset (hold for 10 seconds)

    For in-depth diagnostics, use the built-in tools:

    • Tools → Ping: Checking gateway availability.
    • Tools → Bandwidth Test: speed test between cAP Lite and another device.
    • Log: event log (look for errors like authentication failed or no IP address).

    If the problem persists, export the configuration (Files → Backup) and contact the forum MikroTik with logs.

    FAQ: Frequently asked questions about setting up MikroTik cAP Lite

    Can cAP Lite be used as a signal repeater?

    Technically yes, but it requires manual configuration via Wireless → Connect (mode station-pseudobridge). However cAP Lite not optimized for this task - it is better to use specialized repeaters or models MikroTik with support WDS (For example, hAP ac²).

    How to reset cAP Lite to factory settings?

    There are two ways:

    1. Software reset: IN Winbox go to System → Reset Configuration, mark No Default Configuration and press Reset.
    2. Hard reset: Hold the button Reset on the body for 10-15 seconds (until it starts blinking) ACT).

    After resetting, the IP address of the device will be 192.168.88.1, and the administrator password will be empty.

    Does cAP Lite support 5GHz?

    No, model RBcAPL-2nD works only in the range 2.4 GHzFor dual-band networks, consider MikroTik cAP ac (model RBcAPGi-5acD2nD), which supports 2.4 GHz And 5 GHz.

    How to limit speed for individual devices?

    Use Queue Tree:

    /queue simple
    

    add name="Limit_Guest" target=192.168.1.100/32 max-limit=5M/5M

    This command restricts the device with IP 192.168.1.100 5 Mbps download and upload speed. To restrict by MAC address, replace target on 00:11:22:33:44:55.

    Can I connect an external antenna to cAP Lite?

    No, cAP Lite has built-in antennas with fixed gain 2 dBiFor models with external antenna connectors, please note MikroTik GrooveA or SXT.