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

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