Limit User to only one Login (Prevent user sharing)

Post Reply
dakota
Posts: 1
Joined: Tue Aug 13, 2024 7:25 pm

Limit User to only one Login (Prevent user sharing)

Post by dakota »

I am trying to set up an additional security layer to prevent users from logging in multiple times or from multiple computers. Just a business environment and trying to limit bandwidth and load.

I am using the Blue Iris web server with nginx right now to have it HTTPS. I do have it set to enable to use the secure session keys and login page as well as logging all connections. I am just not sure the best way to make all of this work together to achieve this part. Has anyone ever setup anything like this? Or does anyone have any suggestions on the best way to do something like this or a better suggestion on how to implement this this?

Essentially just trying to make sure that each user is only logged in once. If a new user tries to login with the same username either deny or kick out the first. Maybe that is a better way of explaining it.

Any help is appreciated! Thank you.
Post Reply