ROUTER FIRMWARE

Download Firmware & Configuration

Get the latest firmware and configuration scripts for your router. Compatible with MikroTik, OpenWRT, and more.

Supported Routers

MikroTik

hAP series, RB951, CCR, and more

Download

OpenWRT

TP-Link, Netgear, Linksys

Download

pfSense

Netgate, custom builds

Download

Ubiquiti

EdgeRouter, UniFi

Download

Configuration Scripts

MikroTik Setup

/interface vlan add name=vlan-wifihapa vlan-id=100 interface=ether1
/ip address add address=10.0.0.1/24 interface=vlan-wifihapa
/ip pool add name=dhcp-pool ranges=10.0.0.10-10.0.0.200
/ip dhcp-server add interface=vlan-wifihapa address-pool=dhcp-pool
Download Script

OpenWRT Setup

# Create VLAN
uci set network.wifihapa=interface
uci set network.wifihapa.ifname='eth0.100'
uci set network.wifihapa.proto='static'
uci set network.wifihapa.ipaddr='10.0.0.1'
uci commit network
/etc/init.d/network restart
Download Script

Installation Guides

Video Tutorial

Step-by-step video guide for router setup

Watch Now
PDF Manual

Complete documentation for all routers

Download PDF
Support

Need help? Contact our support team

Get Help

Version History

Version Release Date Changes
v2.1.0 March 15, 2026 VLAN performance improvements, bug fixes Download
v2.0.5 February 10, 2026 Added 5G ISP detection, RSSI improvements Download
v1.9.8 January 5, 2026 Initial stable release Download