Report this

What is the reason for this report?

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.



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!

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.

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

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

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.