• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Block Port 8443

LloydD

Basic Pleskian
H there,
I am trying to achieve PCI Compliance, I have run the PCI Compliance resolver but I am still failing on the Plesk Port 8443.
Our VPS is only used for one site, as such I don't have to allow anyone into Plesk.
I had hoped that stopping PSA from SSH would stop this port operating but it hasn't so I want to stop Plesk and block port 8443 from the Parallels Power Panel Firewall what would be my best bet for achieving this?
I would like to block all incoming on port 8443.
Thanks in advance for any help
Kind regards

Lloyd
 
What about following?

# lsof -i tcp:8443
COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME
sw-cp-ser 44790 sw-cp-server 6u IPv4 6504694 TCP *:pcsync-https (LISTEN)

# /etc/init.d/sw-cp-server stop
Stoppping SWsoft control panels server... stale pidfile. [ OK ]

# lsof -i tcp:8443
# lsof -i tcp:80
COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME
httpd 30272 root 4u IPv6 6626723 TCP *:http (LISTEN)
httpd 64545 apache 4u IPv6 6626723 TCP *:http (LISTEN)
httpd 64546 apache 4u IPv6 6626723 TCP *:http (LISTEN)
 
Hi, thanks for the fast response.
I am very new to linux, we run Ubuntu 8.04 with Plesk 9.5.2. Can I add the rule in the Power Panel Firewall? As I'm very nervous about screwing it up.
In the firewall it says

Source address -

what would that be for any & all external ips? For example when you block external mysql queries u allow only 127.0.0.1.
So is there a ip and netmask i can use to block all incoming ?
Thanks in advance for you help
Kind regards

Lloyd
 
Just run sw-cp-server back with

# /etc/init.d/sw-cp-server start

Plesk administration interface will be available again on port 8443.
 
Hi again,
I finally tried this and security holes goes up, and still says this port is open.
What else can I try?
Thanks in advance for your help
Kind regards

Lloyd
 
If you stop sw-cp-server - port 8443 will not be opened.
 
Back
Top