User Tools

Site Tools


systems:media_server:secure_the_server:install_fail2ban

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
systems:media_server:secure_the_server:install_fail2ban [2025/05/30 19:40] – created petersystems:media_server:secure_the_server:install_fail2ban [2025/05/30 21:31] (current) peter
Line 1: Line 1:
 ====== Systems - Media Server - Secure the Server - Install fail2ban ====== ====== Systems - Media Server - Secure the Server - Install fail2ban ======
 +
 +**Fail2ban** is an intrusion prevention software framework.
 +
 +  * It bans IP addresses conducting too many failed login attempts.
 +
 +----
 +
 +===== Update the system: =====
 +
 +<code bash>
 +sudo apt update && sudo apt upgrade
 +</code>
 +
 +----
 +
 +===== Install Fail2Ban =====
 +
 +<code bash>
 +sudo apt install fail2ban
 +</code>
 +
 +----
 +
 +<WRAP info>
 +**NOTE:**  For now, only the sshd service is monitored.
 +
 +  * See [[Ubuntu:Fail2Ban|Fail2Ban]] for optionally monitoring other services.
 +
 +</WRAP>
 +
 +----
 +
 +===== References =====
 +
 +[[Ubuntu:Fail2Ban|Fail2Ban]]
 +
  
systems/media_server/secure_the_server/install_fail2ban.1748634014.txt.gz · Last modified: 2025/05/30 19:40 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki