Busy box command for UAP
Useful command for manage UAP .
Check AP information (FW version, IP, MAC Address).
info

Check AP processes.
ps

Check CPU and Memory for a service.
top

Check Interface.
ifconfig
or interface Wi-Fi
iwconfig


Check latest logs.
cat /var/log/messages
or
tail -n 50 /var/log/messages

Check for current client connect to station status.
stainfo -a

Restart ntp service.
/etc/init.d/ntpd restart
Check date time.
date
Manual set date and time.
date 2026.09.14-14:22:00

Restart network service.
/etc/init.d/network restart
Check route table
route -n
