• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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