• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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