What's new
  • 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!

ASUS AX86u CFG decrypter

sandiegoboy

Occasional Visitor
Hi, I have the router AX86u with stock firmware. The backup CFG are encrypted. I have a fair bit of DHCP manual assignments I would like to be able to see. Does anybody have a recommendation of a tool to unencrypt (possible edit and re-encrypt) the CFG file
I found a couple of toos via google. One posted in github was giving an error (Also reported on github but dev decline to keep working on this). The other one kind of got some information but I couldnt see the DHCP data.
I wish there would be a way to transform into CSV or xml
 
It's better to export and import the specific nvram variables rather than messing with the cfg file.

 
Last edited:
Does anybody have a recommendation of a tool to unencrypt (possible edit and re-encrypt) the CFG file

Just now confirmed it opens AsusWrt v388. It is an old script but it works with a PC on windows 11. I can see all the settings in readable text. And I have used it in the past to copy and paste while provisioning a new router. However, I would not recommend editing/saving and then uploading to your router. Just use it as a Read Only tool.
 
ssh to the route and do a nvram show.
You can cherypick what information worth preserving - like port forwarding and DHCP reservation.
Ideally add one port forwarding and a DHCP reservation from GUI before copy/pasting the the rest of such config.
That to a nvram commit and nvram show. And that's all.
 
@drabisan Thanks was able to do that and copy the two sections (DHCP and port fw). Format is pretty wonky with lots of >>>
This is good for reference but certainly wouldnt try an edit here
 
>>> are a pita!
But they worked for a number of years and likely that option is here to stay.

Ultimately it's easy to read ;)
 

Just now confirmed it opens AsusWrt v388. It is an old script but it works with a PC on windows 11. I can see all the settings in readable text. And I have used it in the past to copy and paste while provisioning a new router. However, I would not recommend editing/saving and then uploading to your router. Just use it as a Read Only tool.
I know this thread is old, but it saved my pututi though. Works on stock (with latest updates 10-2024) firmware for RT-AX86U Pro. Mine got borked (user error) and when I restored a BU config file (just made, BTW) I could no longer login. I had to do a hard reset. I have to use mac filters and I had added several that I hadn't saved anywhere since they were added...grand kids always getting new toys. I was able to get the whole list from the config file I made before I started experimenting thanks to this program. I still can't understand why the BU file didn't restore properly-it hasn't been a problem before. A note that may be useful if anyone else inexperienced has this problem. - I still couldn't get a setup page to load after the hard reset. I had to plug my PC into the 2.5G port for WAN internet connection, it wouldn't load the start page from any other port; I don't use the app so I can't speak to that.
 

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!
Back
Top