Plesk

The firewalld service reports the error when the Plesk Firewall is installed: WARNING: COMMAND_FAILED

Symptoms

Cause

firewalld service and Plesk Firewall conflict with each other. It is recommended to run one service at a time.

Resolution

Warning: The following steps may lead to a connection break due to a network misconfiguration. Before you start, make sure you have an access to the server via its console. Contact your hosting provider for assistance.

Disable the firewalld service:

  1. Connect to the Plesk server via SSH.

  2. Disable the firewalld service using the command:

    # systemctl stop firewalld && systemctl disable firewalld

  3. Restart Plesk Firewall service to re-apply the rules:

    # systemctl restart plesk-firewall.service || systemctl restart psa-firewall

    Note: Plesk Firewall service name vary based on OS and Plesk versions, the command above may report one of the service names as "not found" which is expected.

Exit mobile version