What's new

Accessing the web management page for the Aimesh Node

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

ongbenghui

Occasional Visitor
Hi Hi,

Is there any way to access the web management page for the Aimesh Node ? I was hoping to see Wireless Log of the client connecting to the Node rather than to the Router.
 
When you choose AiMesh, you give up the ability of advanced management. AiMesh nodes do not have Web pages.

Nodes using AP mode instead of AiMesh can give you more powerful custom configuration than AiMesh can provide.

OR:
Use SSH to log in to the node, and then enter the following commands to query:
Code:
# 2.4 GHz
wl -i `nvram get wl0_ifname` assoc
wl -i `nvram get wl0_ifname` assoclist
wl -i `nvram get wl0_ifname` sta_info XX:XX:XX:XX:XX:XX

# 5 GHz
wl -i `nvram get wl1_ifname` assoc
wl -i `nvram get wl1_ifname` assoclist
wl -i `nvram get wl1_ifname` sta_info XX:XX:XX:XX:XX:XX
 

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top