• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

Issue After restarting the sever in plesk, plesk stopped working

kevin722

New Pleskian
Hello there,

My website stopped working for some reason so I rebooted the server. The website didn't work and plesk worked fine. I went and restarted the server from plesk, then plesk stopped working too. I rebooted the server from my hosting provider panel and nothing.

I tried to use putty and nothing. It's like the server IP is not working anymore.

Any help please?
 
Do you have access to Linux via SSH? Can you open the Linux server console? If you can't, you should open a ticket to hosting provider because we can't help here.

If you can ssh to the server, check `dmesg`, log-files, running services. Need more information for investigating.
 
So, you have access to the server? Which OS do you use?

As an example, CentOS7 with systemd:
- if dmesg command returns nothing, skip this step.

- check enabled services (from test server):
# systemctl list-unit-files | grep ^sw-
sw-collectd.service enabled
sw-cp-server.service enabled
sw-engine.service enabled

- check running services:
# ps ax | grep sw-
2808 ? Ss 0:00 sw-cp-server: master process /usr/sbin/sw-cp-serverd -c /etc/sw-cp-server/config
4648 ? S 0:00 sw-engine-kv
11309 ? Ssl 0:11 /usr/sbin/sw-collectd -f
23353 ? S 0:01 sw-cp-server: worker process
23382 ? Ss 0:00 sw-engine-fpm: master process (/etc/sw-engine/sw-engine-fpm.conf)
26538 pts/0 S+ 0:00 grep --color=auto sw-

- check opened ports:
# netstat -anpo4 | grep sw-
tcp 0 0 0.0.0.0:8880 0.0.0.0:* LISTEN 2808/sw-cp-server: off (0.00/0/0)
tcp 0 0 0.0.0.0:8443 0.0.0.0:* LISTEN 2808/sw-cp-server: off (0.00/0/0)

- check connecting from localhost:
# telnet localhost 8880
Trying ::1...
Connected to localhost.
Escape character is '^]'.
GET /

<html><head>
<meta charset="utf-8">
[...]

- check log files in /var/log/plesk:
/var/log/plesk/httpsd_access_log
/var/log/plesk/panel.log


- check log files in /var/log/plesk/sw-cp-server

- check logs: more /var/log/messages
 
Please check first: Is nginx, apache, mysql and php-fpm services are running?

What says system log file?

You are startet plesk repair all?


Gesendet von iPhone mit Tapatalk
 
So plesk is now working; however, the only website I am running on it is NOT working.
GzExperts.com

Any ideas?
 
Tools & Setting > Server Management > Service Management,

Is there any service stopped? (no green light leading)
 
It looks like you have configured cloudflare service:
upload_2017-7-19_2-32-24.png

Does your DNS working and translated correct IP?

What kind of CF service do you configured? CNAME based DNS? or cloudflare managed DNS?
Do you have try to turn off CF to troubleshoot the website directly?
 

Attachments

  • upload_2017-7-19_2-32-3.png
    upload_2017-7-19_2-32-3.png
    25.1 KB · Views: 5
It looks like you have configured cloudflare service:
View attachment 13139

Does your DNS working and translated correct IP?

What kind of CF service do you configured? CNAME based DNS? or cloudflare managed DNS?
Do you have try to turn off CF to troubleshoot the website directly?

upload_2017-7-19_0-55-17.png

The error message say, invalid SSL certificate :p Please deaktivate SSL or generate a letsencrypt cert.
 
Back
Top