Frequent Connection Timed Out Issue on Self-Hosted Frappe Server

Hi everyone,

I’m running a self-hosted Frappe server. Recently, I’ve been facing frequent “connection timed out” issues while accessing the server.

Has anyone else experienced this? If you have any suggestions or possible solutions to fix or debug this issue, I would really appreciate your help.

Thanks in advance!

It may be due to fail2ban

/etc/init.d/fail2ban status
/etc/init.d/fail2ban stop

Will there be any issues if we stop the service?

It’s best not to stop fail2ban permanently, as it helps protect your server. Instead, check if your IP is being blocked and add trusted IPs to the whitelist so they don’t get banned.

You can also check out this related discussion for more details: