What's new

"You cannot Login unless logout another user first."

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

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
 

Similar threads

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