Hotspot setup on hap ax3

Hi, I got a new hap ax3 for hotspot setup, after all necessary set up of interface, bridge, addresses and hotspot setup wizard, the hotspot server is in red, showing invalid,

With no, Filter rules, NAT, iP of dns server is 0.0.0.0

I have updated the routerOS to 7.231, all the packages have been installed

Pls help

You'll need to change device mode setting to enable the Hotspot feature. For example, you can change the mode of device-mode to advanced and make sure the hotspot device-mode feature is then enabled. See the documentation for more information:

Device-mode | RouterOS Manual

You'll need to be physically present near the device, and when being asked to, have to perform hard reboots by unplugging and replugging the power supply.

I use netinstall app to re install the routerOS n all the packages, then followed ur instructions, the hotspot is up n running, but I can't find my wifi1 and wifi2 interfaces.

Its not in interface

It's not in wireless or wifi

Did you install wifi-qcom package as well ?

I think you installed the wireless package, where you should have installed the wifi-qcom package. As mentioned above as well...

I installed wifi-qcom.

The wifi interface is back

Enable them, added to my bridge

I'm getting

--- no available channels

Wat did I do wrong?

Configuration, please share /interface/wifi export

I installed the routerOS version that came with the router and installed the packages,

The hotspot is up n working well,

Now I have an issue with creating profile and voucher using mikhmon or userman,

It's not connect to the router.

Wat could be the problem

GOTO: Hotspot setup on hap ax3 - #7 by erlinden

I don't understand

# 2026-07-02 10:48:16 by RouterOS 7.21.5

# software id = C637-HGQ1

#

# model = C53UiG+5HPaxD2HPaxD

# serial number = HK70AHEAWPG

/interface bridge

add name=hotspotbridge

/interface wifi

set [ find default-name=wifi1 ] channel.band=5ghz-a .frequency=2300-7300 \

.width=20mhz configuration.mode=ap .ssid="VTL hotspot" disabled=no

set [ find default-name=wifi2 ] channel.band=2ghz-ax .frequency=2300-7300 \

.width=20mhz configuration.mode=ap .ssid="VTL hotspot" disabled=no

/ip hotspot profile

add dns-name=vtl.hotspot hotspot-address=192.168.50.1 login-by=http-chap \

name=hsprof1

/ip pool

add name=hs-pool-9 ranges=192.168.50.2-192.168.50.254

/ip dhcp-server

add address-pool=hs-pool-9 interface=hotspotbridge name=dhcp1

/ip hotspot

add address-pool=hs-pool-9 disabled=no interface=hotspotbridge name=hotspot1 \

profile=hsprof1

/ip hotspot user profile

add add-mac-cookie=no address-pool=hs-pool-9 !mac-cookie-timeout name=\

freeweek rate-limit=10M/10M session-timeout=1w

add add-mac-cookie=no address-pool=hs-pool-9 !mac-cookie-timeout name=vamz \

rate-limit=10M/10M session-timeout=4w2d

/interface bridge port

add bridge=hotspotbridge interface=ether2

add bridge=hotspotbridge interface=ether3

add bridge=hotspotbridge interface=ether4

add bridge=hotspotbridge interface=ether5

add bridge=hotspotbridge interface=wifi2

add bridge=hotspotbridge interface=wifi1

/ip address

add address=192.168.50.1/24 comment="hotspot network" interface=hotspotbridge \

network=192.168.50.0

/ip dhcp-server network

add address=192.168.50.0/24 comment="hotspot network" gateway=192.168.50.1

/ip dns

set servers=8.8.8.8,8.8.4.4

/ip firewall filter

add action=passthrough chain=unused-hs-chain comment=\

"place hotspot rules here" disabled=yes

/ip firewall nat

add action=passthrough chain=unused-hs-chain comment=\

"place hotspot rules here" disabled=yes

add action=masquerade chain=srcnat comment="masquerade hotspot network" \

src-address=192.168.50.0/24

/ip hotspot user

add name=admin

Looks like they are there.You might want to change the above to to:

/interface wifi
set [find default-name=wifi1] channel.width=20mhz configuration.mode=ap .ssid="VTL hotspot" disabled=no
set [find default-name=wifi2] channel.width=20mhz configuration.mode=ap .ssid="VTL hotspot" disabled=no

Slight changes, but it does make it more readable and solve a small problem.

Furthermore, don't use admin as username.

And at last, can you share the ouput of /ip/hotspot print

My issue is linking my router to mikhmon, so that I can create user profile and vouchers for the hotspot.