• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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