How to remove fail2ban error πŸ€·β€β™‚οΈ

i m using multiple broswers as administrator for testing and if i login for 2 3 browsers at the same time it will ban me for 10 minutes how can i disable that

whitelist your ip in fail2ban.conf


mr @Jeel suggested this one right now i don’t have any issue if it did not work then i will try whitelist method

Dear @Mubasher ,

This can be done in two ways,

  1. Disable Fail2ban service. - this will disable it for all the users.
    command: sudo service fail2ban stop

  2. Add Ip as mentioned by @Ashique .

1 Like