• 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.

Problem with Plesk Panel access

PayamK

New Pleskian
Hi,

We have dedicated server with Parallels Plesk panel 11.5.30 licensed version installed!
every thing on the server works fine but we lost access to Plesk administration on port 8443

IP tables work fine!
psa services work fine!
all websites on the server works fine!

but we can't access to administration panel, and this happened on no reason.
I can't understand what happened to our Plesk panel.

Thanks for any suggestion.
Best regards
 
Hello,

I think your server firewall is blocking the access of you admin panel, Try to stop the iptables on your server and check it
 
Hello,

I think your server firewall is blocking the access of you admin panel, Try to stop the iptables on your server and check it

i checked it and it's working fine.
i think i found what cause a problem.
when i checked my server listening port via comment:
netstat -nlp | grep 8443

I see nothing, after that I'm trying to start sw-cp-server service and output is:
Starting SWsoft control panels server...nginx: invalid option: "f"

so i checked my log files using :
tail -f /var/log/sw*/error_log

2014/07/13 16:05:01 [crit] 2183#0: *34593 connect() to unix:/var/run/sw-engine.sock failed (2: No such file or directory) while connecting to upstream, client: ::1, server: , request: "POST /plesk-billing/task-manager.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/sw-engine.sock:", host: "localhost:8443"
2014/07/13 16:05:22 [crit] 2183#0: *34595 connect() to unix:/var/run/sw-engine.sock failed (2: No such file or directory) while connecting to upstream, client: xxx.xxx.xxx.xxx, server: , request: "GET / HTTP/1.1", upstream: "fastcgi://unix:/var/run/sw-engine.sock:", host: "xxx.xxx.xx:8443"

and i'm trying to solve using bootstrapper:
/usr/local/psa/bootstrapper/pp11.5.30-bootstrapper/bootstrapper.sh repair

but nothing happened

thanks for the reply
 
Back
Top