What's new

NVRAM Variable for "Router Login Name"?

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

bmn1

Senior Member
Can someone tell me what variable is used for the "Router Login Name"? I normally script all my settings so anytime I factory reset my router I can easily restore my settings. But for some reason I can't figure out where this setting is at.

262m92x.png


I've been using these two variables below to script the router username and password which works just fine, however, the "Router Login Name" on the Admistration -> System pages always says "admin".

Code:
http_username=Name
http_passwd=Password

Any ideas?
 
For some odd reason, Asus tries first to retrieve it from the acc_list array as used by disk sharing. If that array is empty, then it defaults to http_username. acc_num must also be greater than 0.
 
Ok I figured out what the issue is. On a default restore "acc_list=admin" and "acc_num=1". So now I just add "acc_list=" and "acc_num=0" to my restore script and all is well now.

Thanks RMerlin!
 

Latest threads

Sign Up For SNBForums Daily Digest

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