Question

Plesk error 500

Hi,

My website and my hosting web was error 500. I tried to solve by upgrade my storage seem like my storage usage quite high. Thus, I tried my solution but im stuck including using terminal agent cloud but it appear error all configured authenticator method. if you have same this issue, please share with me the solution and the step I can do to solve this issue. Thank you.


Submit an answer


This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

Sign In or Sign Up to Answer

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

KFSys
Site Moderator
Site Moderator badge
November 27, 2024

Heya,

The best way to solve any issue is to first check the error logs of either your Application or your Server. Depending on the error you are receiving. Without that concrete error message you are just trying to blindly hit the exact issue.

To check your Plesk and web server error logs for detailed information:

tail -n 50 /var/log/apache2/error.log
tail -n 50 /var/log/nginx/error.log
tail -n 50 /var/log/plesk/panel.log
Bobby Iliev
Site Moderator
Site Moderator badge
November 25, 2024

Hey,

The 500 error is just a generic error and you should check your logs to see what the actual problem causing that error is.

To check your Plesk and web server error logs for detailed information:

tail -n 50 /var/log/apache2/error.log
tail -n 50 /var/log/nginx/error.log
tail -n 50 /var/log/plesk/panel.log

Look for specific errors, such as database connection failures or permission issues. Feel free to share the error logs here for further assistance.

Regarding the disk usage, since you suspect storage usage is high, log in to your server via SSH and check disk usage:

df -h

If the disk is full, clear unnecessary files or logs:

sudo du -sh /var/log/*
sudo rm /var/log/old-logs.log  # Replace with large log file names

For Plesk, you can also check /var/www/vhosts/ for website files and remove unused ones.

On another note, make sure all required Plesk services are running:

sudo service psa status

If any services are stopped, restart them:

sudo service psa restart

If storage has been cleared and services are restarted but the issue persists, reboot the server from your DigitalOcean control panel or terminal:

sudo reboot

And lastly, you can try using the Plesk repair utility to fix common issues:

plesk repair all

Let me know how it goes!

- Bobby

Try DigitalOcean for free

Click below to sign up and get $200 of credit to try our products over 60 days!

Sign up

Become a contributor for community

Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.

DigitalOcean Documentation

Full documentation for every DigitalOcean product.

Resources for startups and SMBs

The Wave has everything you need to know about building a business, from raising funding to marketing your product.

Get our newsletter

Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.

New accounts only. By submitting your email you agree to our Privacy Policy

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.