--- id: debian-fail2ban-installieren title: Installing Fail2Ban (Debian 10) sidebar_label: Installing Fail2Ban --- Installation of Fail2Ban on Debian 10 ## Information This tutorial shows you how to install Fail2Ban on a VPS or dedicated server. You need Debian 10 and root privileges. First, log in as root using your preferred SSH client, for example PuTTY or Terminus. Make sure you have [Sudo](debian-sudo-installieren) installed before starting the installation. ### Installation 1. Download Fail2Ban ```sh sudo apt-get install rsyslog fail2ban ```