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

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

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.
Accepted Answer
Hi, @sunilwriteup
I will recommend you to check the PHP error_log and see if there are any logged errors when you try to enter the backend. You can create a phpinfo file and see if the error logging is enabled and the exact location of the error_log and then you can simply tail the log and then try to access the admin area.
The phpinfo.php file should have the following content:
<?php
phpinfo();
?>
You can also check this via the command line using this command:
php -i | grep error_log
The file can be placed in the public_html folder of the site and then you can access the file in your browser: mydomain.com/phpinfo.php
Then you can check for the following values:
log_errors --> Make sure this is set to On
error_log
If you need to install or update a plugin you can also use wp-cli to do this via the command line:
Hope that helps!
Regards, Alex
: Use press button “Lost your password?” option or reset it via the database (wp_users table in phpMyAdmin).
2. Disable Plugins: Rename the plugins folder in wp-content via FTP to rule out plugin conflis.
https://13thpress.com/