• 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.

firewall Module

iptables -v -n -L | less

This will show you what rules are or are not being enabled.

If there are no rules, check your various logs to see if something is preventing the firewall from being activated.
 
iptables -v -n -L | less

This will show you what rules are or are not being enabled.

If there are no rules, check your various logs to see if something is preventing the firewall from being activated.

hi ok so ive run that command and i get this output


Chain INPUT (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination

Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination

Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source
 
because im running a TS server and i havent opened ports for it and the incoming connections is still being allowed
 
OK, so no firewall is active.

Have you clicked the Activate button? Do you get any errors when you do so?

If in doubt, click on Edit configuration, then on Apply Configuration and follow the instructions (basically, check Preview to make sure something is going to be configured, then click on Activate.)
 
Back
Top