What's new

Reporting router settings

  • 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!

Mobo1964

Occasional Visitor
I want to factory reset my router and reconfigure it.

Now I'm looking for an possibility to report the complete Settings_RT-AC66U.CFG. (using Asuswrt-Merlin - build 3.0.0.4.374.39)

There are tools which report the WPA settings and the password such as RouterPassView v1.51

http://www.nirsoft.net/utils/router_password_recovery.html

Does anyone know a tool which can be used to report all the settings?

Marco
 
The CFG file is encoded, so you cannot easily extract anything from it.

Best way would be to plug a USB disk to your router, then use SSH to export all your current settings in a text format, with the following command:

Code:
nvram show > /mnt/sda1/settings.txt

Adjust the disk path as needed.
 
The CFG file is encoded, so you cannot easily extract anything from it.

Best way would be to plug a USB disk to your router, then use SSH to export all your current settings in a text format, with the following command:

Code:
nvram show > /mnt/sda1/settings.txt

Adjust the disk path as needed.

That was what I'm looking for.
 

Sign Up For SNBForums Daily Digest

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