Login security

Lykourgos4 years ago

Hi, i am trying to make my traccar installation more secure, and i am having trouble securing the login form.
I have noticed that traccar allows an unlimited amount of login atempts, is there a way to limit those atempts to stop brute force attacks ?
If there isn't a way native to traccar, what other options do i have ?

Thank you for your time.

Anton Tananaev4 years ago

You would have to modify the code.

Lykourgos4 years ago

I have noticed many people talking about fail2ban, is it posible to be used with traccar ? has anyone done it before ?

Dibbs4 years ago

How are you spotting the brute force attempts?

I do use Fail2Ban and it can parse (any) logs and based on regex can block IP's - hence the above question.

Dibs

Lykourgos4 years ago

Hi,
I am not currently spoting any bruteforce attempts.
But i am trying to prevent any in the future, which logs should i chek for failed login atempts ?
Thanks