• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Question Do I need to disable or uninstall UFW and Fail2Ban before installing Plesk Obsidian?

Rendor9

New Pleskian
Server operating system version
ubuntu 24.04.4
Plesk version and microupdate number
18.0.76
Hello, I have a question about installation. If I have a freshly installed server with only basic hardening in place, with UFW firewall and Fail2Ban both active, can I install Obsidian directly, or do I need to disable (or uninstall) these components before installing? I want to avoid any conflicts during the installation. Thanks
 
Rangel (Plesk support) - Apr 28, 2026, 09:33 CDT

It is not necessary to uninstall UFW before installing Plesk Obsidian on a new Ubuntu 24.04 server.
However, I recommend temporarily disabling UFW before starting the Plesk installation, or making sure that all required Plesk ports are allowed. This helps prevent the installation process or the initial access to the Plesk panel from being blocked by the firewall.
You can disable UFW temporarily with:

sudo ufw status
sudo ufw disable
 
Back
Top