• 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 How to disable Plesk Control Panel through SSH?

xgenesis

Basic Pleskian
I want to disable Plesk control panel for security reasons but still have it accessible on a need-only basis. Are there any quick terminal commands that can be used to disable and re-enable Plesk Control Panel?
 
I was able to disable it using iptables

Code:
iptables -I INPUT -p tcp --match multiport --dport 8880,8443 -j DROP

Was wondering if there is a faster solution?
 
Just stop/start sw-cp-server service. All hosting will work, but Plesk panel will be stopped.
 
Back
Top