Setting up a MikroTik hAP Lite router can be done in a few ways, but the most common and recommended for first-time users are via the web interface (WebFig) or the MikroTik mobile app. WinBox is also a popular option for advanced users. For desktop pc use winbox software.
Here’s a general step-by-step guide:
- Initial Connection:
- Connect Power: Plug the power adapter into your hAP Lite router and an electrical outlet.
- Connect Internet: Connect the Ethernet cable from your ISP modem (or main router) to Ethernet Port 1 on your hAP Lite. This port is typically designated as the WAN (Wide Area Network) port.
- Connect Your Device (PC/Laptop/Phone):
- Wireless: The hAP Lite broadcasts a default Wi-Fi network (SSID usually starts with “MikroTik-” followed by some characters). Connect to this network. By default, there is no password.
- Wired (Recommended for initial setup): Connect an Ethernet cable from one of the other Ethernet ports (e.g., Ether2, Ether3, or Ether4) on the hAP Lite to your computer’s Ethernet port.
- Accessing the Router Configuration:
- Web Browser (WebFig):
- Open a web browser (Chrome, Firefox, Edge, etc.).
- In the address bar, type http://192.168.88.1 and press Enter. This is the default IP address for MikroTik routers.
- You’ll see a login screen. The default username is admin, and there is no password (leave it blank).
- Click “Login” or press Enter.
- MikroTik Mobile App:
- Download the MikroTik mobile app from your app store (Android or iOS).
- Open the app. It should automatically detect your MikroTik router on the network.
- Tap “Connect.” The default username (admin) and a blank password should be pre-filled.
- Choose “Quick Setup” in the app, and it will guide you through the basic configuration.
- WinBox (Advanced):
- Download WinBox from the MikroTik website (https://mikrotik.com/download).
- Run the WinBox executable (it’s a portable application, no installation needed).
- Go to the “Neighbors” tab. WinBox will scan for MikroTik devices on your network.
- You should see your hAP Lite listed (often by its MAC address or model name like “RB941-2nD”).
- Click on the MAC address of your router to automatically fill it in the “Connect To” field.
- Enter the username admin and leave the password blank.
- Click “Connect.”
- Initial Configuration Steps (using WebFig or WinBox):
Once logged in, you’ll typically be presented with a “Quick Set” interface or the main RouterOS interface.
A. Using Quick Set (Recommended for beginners):
- Mode: Select the appropriate mode for your needs. For a typical home setup, “Home AP” or “Router” is usually correct. If you’re using it as a Wi-Fi extender or bridge, you might choose “WISP AP” or “Bridge.”
- Internet:
- Address Acquisition: Most ISPs use DHCP (Automatic), where your router automatically gets an IP address. If your ISP provides a static IP or requires PPPoE, select the relevant option and enter the details.
- Local Network: This section usually configures the internal network (LAN) of your router. You can keep the default settings for the IP address (e.g., 192.168.88.1) and DHCP server (to automatically assign IPs to your devices).
- Wireless:
- Network Name (SSID): Change this to your desired Wi-Fi network name.
- Password: Set a strong password for your Wi-Fi network (WPA2 recommended).
- Country: Select your country to comply with local wireless regulations.
- Router Password: This is crucial! Set a strong password for accessing your router’s configuration (admin account). Do not leave it blank.
- Apply Configuration: Click “Apply Configuration” or a similar button to save your changes.
B. Manual Configuration (More advanced, but gives more control):
If you don’t use Quick Set, you’ll need to configure individual settings. Here’s a basic outline: - Remove Default Configuration (Optional but recommended for a clean start): Some users prefer to start from scratch. In WinBox/WebFig, go to System > Reset Configuration and choose to “No Default Configuration.” Be careful, this will erase everything.
- Set a Router Password: Go to System > Users. Select the admin user, click “Password,” and set a new, strong password.
- Configure WAN (Internet) Interface:
- Go to IP > DHCP Client. Click the “plus” sign to add a new DHCP client. Select ether1 as the interface and ensure “Add Default Route” is checked. This will obtain an IP address from your ISP.
- If you have a Static IP: Go to IP > Addresses, click “plus” and add your static IP and network. Then go to IP > Routes, click “plus” and add a default route (destination 0.0.0.0/0) pointing to your ISP’s gateway.
- If you have PPPoE: Go to PPP > Interfaces, click “plus” and select PPPoE Client. Set ether1 as the interface and enter your PPPoE username and password under the “Dial Out” tab.
- Configure LAN (Internal Network):
- Bridge: It’s good practice to create a bridge for your LAN ports and Wi-Fi interface. Go to Bridge, click “plus” to add a new bridge (e.g., bridge1). Then go to Bridge > Ports, click “plus” and add ether2, ether3, ether4, and wlan1 (your wireless interface) to bridge1.
- IP Address for LAN: Go to IP > Addresses, click “plus.” Enter an IP address for your LAN (e.g., 192.168.88.1/24) and select bridge1 as the interface.
- DHCP Server for LAN: Go to IP > DHCP Server, click “DHCP Setup.” Select bridge1 as the interface and follow the wizard to set up a DHCP server, which will automatically assign IP addresses to devices connecting to your router.
- Configure Wireless:
- Go to Wireless > WiFi Interfaces. Double-click on wlan1.
- Under the “Wireless” tab:
- Mode: Set to ap bridge.
- Band: Choose your desired band (e.g., 2ghz-b/g/n).
- Channel Width: Select 20/40mhz-Ce (or 20mhz for better compatibility).
- Frequency: You can leave it on auto or select a specific channel.
- SSID: Enter your desired Wi-Fi network name.
- Under the “Security Profiles” tab: Click “plus” to create a new security profile. Set Mode to dynamic keys, check WPA2 PSK, and enter your desired Wi-Fi password in WPA2 Pre-shared Key. Then, go back to the wlan1 interface and select this new security profile.
- NAT (Network Address Translation): This allows devices on your local network to access the internet using your router’s public IP.
- Go to IP > Firewall > NAT tab.
- Click the “plus” sign to add a new NAT rule.
- Chain: srcnat
- Out. Interface: Select ether1 (your WAN interface).
- Action: masquerade
- Click “OK.”
- Testing and Updates:
- Test Internet Connectivity: Connect a device to your Wi-Fi or a LAN port and try to browse the internet.
- Update RouterOS: It’s highly recommended to update your RouterOS software to the latest stable version for security and performance. In WinBox/WebFig, go to System > Packages and click “Check For Updates.”
Important Considerations: - Security: Always change the default admin password. Consider creating a new user with full permissions and disabling/removing the default admin user.
- Backup Configuration: Once you have a working configuration, it’s a good idea to back it up. In WinBox/WebFig, go to Files > Backup.
- RouterOS Documentation: MikroTik has extensive documentation on their website. If you encounter specific issues or want to delve into advanced features, refer to their wiki.
This guide covers the most common setup for a MikroTik hAP Lite. Depending on your specific network needs (e.g., port forwarding, VPN, QoS), you may need to configure additional settings.