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!

USB Application Accounts messed up RT-AC86U

I restored the backup from backupmon.
Code:
amtm.tar.gz
jffs.tar.gz
nvram.cfg
routerfw.txt

Now, I can't say how the bug happened, but the oldest backup I have from 19/12/2024 already have the samba users inverted.
The samba users were correctly set the 24/10/Oct 24, 2024.
 
By curiosity, I just restored today's backup and the samba users were switched again. So I guess something is going on with BACKUPMON and my router about the SAMBA users.
*edit* Since the settings survives reboots I thought the variables were stored correctly.
 
Last edited:
By curiosity, I just restored today's backup and the samba users were switched again. So I guess something is going on with BACKUPMON and my router about the SAMBA users.
This is nothing to do with BACKUPMON. It's a bug in the way that Asus stores the nvram variable.
 
This does not appear to work reliably anymore. Try this instead:
Code:
nvram set acc_num=1
nvram set acc_list="<admin>password"
nvram set acc_webdavproxy="admin>1"
nvram commit
Where admin is the name of the account you use to log into the router's webUI and password is it's password.

Now refresh the Samba page in the webUI. Hopefully you will have just the admin account showing there and you can now start adding back the additional Samba accounts and permissions.

If you have problems using the Samba admin account in particular try changing your admin password to something different in Administration - System > Router Login Password and then changing it back again.

Thanks for posting this - dumb question, where exactly do I type these commands?

I'm having the same problem and would love to fix it!
 
Thanks for posting this - dumb question, where exactly do I type these commands?
Enable SSH (LAN access only) in the router's GUI (Administration > System page), then use an SSH client to access the router and issue those commands via the SSH command line interface. Putty is one such popular Windows SSH client.
 
Similar threads
Thread starter Title Forum Replies Date
M Odd ASUSWRT handling of USB drives? ASUSWRT - Official 8
T USB Scanner ASUSWRT - Official 2

Similar threads

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