JB_1366
Regular Contributor
Wireless Report for AiMesh
available in AMTM
Manual Github install link:
WHAT: Wireless Report gives you an overall snapshot of your wireless network in a sortable/graphical table. The report script installs a tab at the end of the wireless-menu, where you can click headers for sorting/viewing data. a couple of columns are dual viewing, (mac address/ip address) & (SSID/IFACE)
WHY: the reason why I created the script was because ASUS web UI doesn't show AiMesh node information, such as rssi, the main reason i started this, plus its nice to see all wireless devices in one spot. Asus firmware takes way to long to to adjust devices to correct router/node, with the report, i can manually adjust devices easier & faster.
PREREQUISITE: you need to install passwordless SSH to nodes, if one node is detected, script will install, link below:
www.snbforums.com
NON-PREREQUISITE: but helps with pretty looking HOSTNAMES
www.snbforums.com
any questions, please feel free to reach out.
available in AMTM
Manual Github install link:
Code:
curl -sfL --retry 3 https://raw.githubusercontent.com/JB1366/Wireless_Report/main/wirelessreport.sh -o /tmp/wirelessreport.sh && sh /tmp/wirelessreport.sh install
WHAT: Wireless Report gives you an overall snapshot of your wireless network in a sortable/graphical table. The report script installs a tab at the end of the wireless-menu, where you can click headers for sorting/viewing data. a couple of columns are dual viewing, (mac address/ip address) & (SSID/IFACE)
WHY: the reason why I created the script was because ASUS web UI doesn't show AiMesh node information, such as rssi, the main reason i started this, plus its nice to see all wireless devices in one spot. Asus firmware takes way to long to to adjust devices to correct router/node, with the report, i can manually adjust devices easier & faster.
PREREQUISITE: you need to install passwordless SSH to nodes, if one node is detected, script will install, link below:
ASUS-Merlin Router to AIMesh Nodes - SSH Key Setup: Password(#19)-Passwordless(#16) or use Curl(#30)
Im running this script manually on my node, and manually uploading node_upload.txt to my main router. is there a way to automate the process, so i can just run my script on router to use node_upload.txt and apply results? A direct pull of variables would be great, if possible.NON-PREREQUISITE: but helps with pretty looking HOSTNAMES
YazDHCP - YazDHCP v1.2.5 [2026-Mar-22] - Feature expansion of DHCP assignments (increasing limit on the number of DHCP reservations)
Release Notes for YazDHCP v1.0.8 production version now available [2025-May-29] The fork from @Jack Yaz's repository is now hosted on the AMTM-OSR GitHub repo: https://github.com/AMTM-OSR/YazDHCP 1) FIXED: Errors when loading the webGUI page on the 3006.102.x F/W version. 2) FIXED: Some...any questions, please feel free to reach out.
Last edited: