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!

"You cannot Login unless logout another user first."

akb

Senior Member
Sometimes I forgot to log out from my local pc, and when I need to make a change remotely I run into the "
You cannot Login unless logout another user first." issue. Is there a way to ssh into my router to log out the user? Currently, I am dropping wifi, but that seems disruptive.

Thanks many.
 
Just change the auto log out down to 5/10 minutes

Administration > System.

Should be at the bottom off the page


Sent from my ONEPLUS A3003 using Tapatalk
 
Over SSH or Telnet, do
Code:
nvram set login_ip=
nvram set login_ip_str=
nvram set login_timestamp=
nvram commit
service restart_httpd
 
Or the classic one-liner to copy and paste:
Code:
nvram unset login_ip;nvram unset login_ip_str;nvram unset login_timestamp;nvram commit;service restart_httpd
 

Latest 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