Write error to flash. Just keep an eye to see if it keeps happening, not much you can do about it.one error in log on gt-axe16000 since upgrade.. never saw before? conincidental? memory going bad? any suggests how to test?
Upgrade from 102.5 - 102.6 went smoothly. Thank you.Asuswrt-Merlin 3006.102.6 is now available. This release focuses on new GPL merge, a complete redesign of the Traffic Monitor pages, and the addition of two new models:
The RT-BE58_Go is an inexpensive WIfi 7 router. Marketed as a travel router, it might also be handy for anyone looking for an inexpensive Wifi 7 router to cover a small appartment. I don't usually support entry level models, but I decided to make an exception for this one.
- RT-BE58_Go - https://www.asus.com/networking-iot-servers/wifi-7/all-series/rt-be58-go/
- GT-BE19000AI - https://rog.asus.com/networking/rog-rapture-gt-be19000ai/
The GT-BE19000AI, while marketed as "the first AI router", its best trick IMHO is its second CPU, which runs a Linux distro hosting Docker. This allows you to run Docker images on your router. Home Assistant and Frigate are built-in from Asus, as well as Portainer (for installing your own Docker images).
The GT-BE19000AI has also a noteworthy difference - it's based on the Asuswrt 6.0 code branch, and has a new Dashboard UI based on Bootstrap that Asus calls "UI4". Much of my work for supporting that model went into adapting every single pages that I created so it can show properly under this UI4. That alone took me about two weeks of work. In addition, this new code branch runs OpenSSL 3.0 instead of 1.1.1 (EasyRSA updated to v3 for this model only). (stock firmware also upgraded to OpenVPN 2.6, but you guys have been enjoying that already for a long time.)
I made a separate post covering some of the technical details specific to that model.
Asuswrt-Merlin specific changes for the GT-BE19000AI versus stock firmware (in addition to the usual):
Changes in 3006.102.6:
- Added an AI Board section to the Sysinfo page
- Instead of defaulting to the Wireless Settings page, entering the Settings section of the dashboard will default to the Sysinfo page
- The Traffic Monitor pages were re-added to the Settings section (as these are more extensive than the new charts shown on the Dashboard)
- The Dashboard pages for OpenVPN and WireGuard Client will redirect to the Settings pages, since Asuswrt-Merlin does not use the VPN Fusion pages
- Removed the clock from the top bar, to make space for my logo.
Code:3006.102.6 (25-Nov-2025) - NOTE: Asus has made some security related changes. Password requirements are stricter, and UPNP is no longer enabled by default. New password rules were slightly loosened for Asuswrt-Merlin, repeating characters are still allowed. - NOTE: For developers, the Tomato legacy files (tm*.*) are no longer included with the webui. Please update your addon pages accordingly. - NEW: Added support for the RT-BE58_Go. - NEW: Added support for the GT-BE19000AI. - NEW: Redesigned Traffic Monitor pages. - Uses Chart.js for Realtime and Last24 pages - Removes legacy Tomato code - Last 24 can be zoomed in and panned (mouse wheel and pinch-to-zoom gestures are both supported) - Realtime and Last 24 now show as bits/s instead of bytes/s - Settings moved from the tab to the dropdown menu - Removed NVRAM database location option and added JFFS. Also removed rarely used start-of-month setting. - UPDATED: Merged GPL 38978 (RT-BE58_GO only) - UPDATED: Merged GPL 40103 (GT-BE19000AI only) - UPDATED: Merged GPL 39099 (other Wifi 7 models) - UPDATED: Merged GPL 37351 (Wifi 6 models) - UPDATED: OpenVPN to 2.6.16. - UPDATED: libcap-ng to 0.8.4 (to be in sync with upstream) - CHANGED: TrafficMonitor stats can now be saved to JFFS, and removed support for saving to NVRAM. - REMOVED: outdated setuprsa.sh script. - FIXED: IPv6 requests for prefix lengths other than 64 for routers with Multiwan support. - FIXED: CVE-2025-9230 in OpenSSL (backport by RSDNTWK). - FIXED: Client name would be missing on the Wireless Log page if the MAC was missing in the DHCP lease list (for static clients for example) - FIXED: OpenSSL 1.1.1 would prioritize CHACHA20 over AES on BCM4916 devices - FIXED: MU-MIMO couldn't be disabled on some models.
Please keep discussions on this specific release. This thread may be locked once the initial feedback has gone down.
Downloads are here.
Changelog is here.
wandog_enable=0
dns_probe=0
autowan_enable=0
wans_dualwan=wan none
Is this firmware compatible with the GT-BE19000?Asuswrt-Merlin 3006.102.6 is now available. This release focuses on new GPL merge, a complete redesign of the Traffic Monitor pages, and the addition of two new models:
The RT-BE58_Go is an inexpensive WIfi 7 router. Marketed as a travel router, it might also be handy for anyone looking for an inexpensive Wifi 7 router to cover a small appartment. I don't usually support entry level models, but I decided to make an exception for this one.
- RT-BE58_Go - https://www.asus.com/networking-iot-servers/wifi-7/all-series/rt-be58-go/
- GT-BE19000AI - https://rog.asus.com/networking/rog-rapture-gt-be19000ai/
The GT-BE19000AI, while marketed as "the first AI router", its best trick IMHO is its second CPU, which runs a Linux distro hosting Docker. This allows you to run Docker images on your router. Home Assistant and Frigate are built-in from Asus, as well as Portainer (for installing your own Docker images).
The GT-BE19000AI has also a noteworthy difference - it's based on the Asuswrt 6.0 code branch, and has a new Dashboard UI based on Bootstrap that Asus calls "UI4". Much of my work for supporting that model went into adapting every single pages that I created so it can show properly under this UI4. That alone took me about two weeks of work. In addition, this new code branch runs OpenSSL 3.0 instead of 1.1.1 (EasyRSA updated to v3 for this model only). (stock firmware also upgraded to OpenVPN 2.6, but you guys have been enjoying that already for a long time.)
I made a separate post covering some of the technical details specific to that model.
Asuswrt-Merlin specific changes for the GT-BE19000AI versus stock firmware (in addition to the usual):
Changes in 3006.102.6:
- Added an AI Board section to the Sysinfo page
- Instead of defaulting to the Wireless Settings page, entering the Settings section of the dashboard will default to the Sysinfo page
- The Traffic Monitor pages were re-added to the Settings section (as these are more extensive than the new charts shown on the Dashboard)
- The Dashboard pages for OpenVPN and WireGuard Client will redirect to the Settings pages, since Asuswrt-Merlin does not use the VPN Fusion pages
- Removed the clock from the top bar, to make space for my logo.
Code:3006.102.6 (25-Nov-2025) - NOTE: Asus has made some security related changes. Password requirements are stricter, and UPNP is no longer enabled by default. New password rules were slightly loosened for Asuswrt-Merlin, repeating characters are still allowed. - NOTE: For developers, the Tomato legacy files (tm*.*) are no longer included with the webui. Please update your addon pages accordingly. - NEW: Added support for the RT-BE58_Go. - NEW: Added support for the GT-BE19000AI. - NEW: Redesigned Traffic Monitor pages. - Uses Chart.js for Realtime and Last24 pages - Removes legacy Tomato code - Last 24 can be zoomed in and panned (mouse wheel and pinch-to-zoom gestures are both supported) - Realtime and Last 24 now show as bits/s instead of bytes/s - Settings moved from the tab to the dropdown menu - Removed NVRAM database location option and added JFFS. Also removed rarely used start-of-month setting. - UPDATED: Merged GPL 38978 (RT-BE58_GO only) - UPDATED: Merged GPL 40103 (GT-BE19000AI only) - UPDATED: Merged GPL 39099 (other Wifi 7 models) - UPDATED: Merged GPL 37351 (Wifi 6 models) - UPDATED: OpenVPN to 2.6.16. - UPDATED: libcap-ng to 0.8.4 (to be in sync with upstream) - CHANGED: TrafficMonitor stats can now be saved to JFFS, and removed support for saving to NVRAM. - REMOVED: outdated setuprsa.sh script. - FIXED: IPv6 requests for prefix lengths other than 64 for routers with Multiwan support. - FIXED: CVE-2025-9230 in OpenSSL (backport by RSDNTWK). - FIXED: Client name would be missing on the Wireless Log page if the MAC was missing in the DHCP lease list (for static clients for example) - FIXED: OpenSSL 1.1.1 would prioritize CHACHA20 over AES on BCM4916 devices - FIXED: MU-MIMO couldn't be disabled on some models.
Please keep discussions on this specific release. This thread may be locked once the initial feedback has gone down.
Downloads are here.
Changelog is here.
Welcome. The Asus-Merlin 3006.102.x firmware supported routers, and their current firmware version, are listed on the Asus-Merlin website:Is this firmware compatible with the GT-BE19000?
No AI.
I can't find anything about it. Thanks in advance.
| ZenWiFi Pro XT12 | 3006.102.6 | |
| GT-AX6000 | 3006.102.6 | |
| GT-AXE16000 | 3006.102.6 | |
| GT-AX11000_PRO | 3006.102.6 | |
| RT-AX86U_PRO | 3006.102.6 | |
| RT-AX88U_PRO | 3006.102.6 | |
| RT-BE96U | 3006.102.6 | |
| GT-BE98_PRO | 3006.102.6 | |
| RT-BE86U | 3006.102.6 | |
| RT-BE88U | 3006.102.6 | |
| RT-BE92U | 3006.102.6 | |
| RT-BE58_GO | 3006.102.6 | |
| GT-BE19000AI | 3006.102.6 |
Nov 26 16:10:47 RT-BE88U svc_event: ARGS: restart autowan | PPID=1 | PARENT=
Nov 26 16:10:47 RT-BE88U svc_event: autowan ignored - PPID=1, parent:
Nov 26 16:10:47 RT-BE88U svc_event: autowan ignored - WAN state: 2, IP: x.x.x.x, ping: OK, dns: OK
Nov 26 16:10:47 RT-BE88U svc_event: autowan event ignored (permanent guard)
tail -f /opt/var/log/messages | grep -E "svc_event|restart autowan|restart_(firewall|dnsmasq)"
I am noticing some wifi changes. I went from .5 to .6 on my BE88U. No betas in between. Dirty flash.Updated my AX86U Pro and working well. A few things I noticed under the advanced wireless settings:
1. Under the 2.4GHz band, "Preamble" has been renamed to "802.11b mode". The selectable options in the drop-down remain the same - Short and Long. I think this might be mis-labelled as I thought preamble wasn't limited to just 802.11b.
2. Under the 5GHz band:
a.) "Modulation Scheme" now has "(WiFi 5)" in the name. Strange as I thought this setting governed the max modulation scheme of the entire router (i.e. including WiFi 6). Is this now just for WiFi 5?
b.) "Multi-User MIMO" is completely gone. It still exists under the 2.4GHz band settings, but the only MU-MIMO option under 5GHz now is "OFDMA / MU-MIMO". I guess that means it controls MU-MIMO for both 802.11ac and 802.11ax?
Updated my AX86U Pro and working well. A few things I noticed under the advanced wireless settings:
1. Under the 2.4GHz band, "Preamble" has been renamed to "802.11b mode". The selectable options in the drop-down remain the same - Short and Long. I think this might be mis-labelled as I thought preamble wasn't limited to just 802.11b.
2. Under the 5GHz band:
a.) "Modulation Scheme" now has "(WiFi 5)" in the name. Strange as I thought this setting governed the max modulation scheme of the entire router (i.e. including WiFi 6). Is this now just for WiFi 5?
b.) "Multi-User MIMO" is completely gone. It still exists under the 2.4GHz band settings, but the only MU-MIMO option under 5GHz now is "OFDMA / MU-MIMO". I guess that means it controls MU-MIMO for both 802.11ac and 802.11ax?
www.snbforums.com

Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!