• 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 lock - disable the firewall ssh

B

bibilabille

Guest
Hello,

I configured the firewall in plesk 9.5 for the admin to allow access to the admin for a fixed IP. But .... I made a mistake in the ip, so I do not know me connected to my plesk admin.

I still have SSH access, it is there a way to disable the firewall for SSH to correct or change my IP directly into the ip ssh files inccorect by the good IP.

Do you know me?
 
for iptables you can do
iptables -F

to flush any rules, or you can stop the service
service iptables stop
 
Back
Top