Plesk Panel Permissions Unable to access Plesk: /usr/local/psa/admin/logs/panel.log cannot be opened with mode “a”

Unable to access Plesk: /usr/local/psa/admin/logs/panel.log cannot be opened with mode “a”

Cause

Wrong ownerships for the /var/log/plesk/ directory or /var/log/plesk/panel.log file.

Resolution

  1. Log into the the server via SSH.
  2. Execute the commands below one by one to set proper ownerships for /var/log/plesk/ directory:
  3. # chmod 0750/var/log/plesk/
  4. # chown psaadm:root /var/log/plesk/
  5. Run the following commands to set correct ownerships for the /var/log/plesk/panel.log file:
  6. # chmod 0640 /var/log/plesk/panel.log
  7. # chown psaadm:root /var/log/plesk/panel.log

Leave a comment

Your email address will not be published. Required fields are marked *