• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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