• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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