• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Restarting Plesk Control Panel

L

Livewire

Guest
Hi all,

I have a server in the states however the control panel software dosnt seem to be responding on the 8443 port, however the https service is fine.

i get a 404 after i click the yes to the Plesk certificate.

How do i restart the control panel through an ssh client ?
 
ok i found the problem just dont know how to solve it.

File system is in read mode only for some reason, not sure how i take it out of read mode (already tryed chmod)
 
mount -o remount,rw /dev/hda# /mountpoint

find the hda# and mount point by running
df -h

will be "Filesystem" for the hda and "Mounted On" for the mountpoint.

Also, check the /etc/fstab for an 'ro' in the options for that filesystem. That will mount it as Read only every time you boot, and should be taken out.
 
Back
Top