Hi,
I got my DO subscribed and set SSH as the instruction on DO says. Then confirmed the console windows saying WP installation is completed.
A Record is set as well.
However when i try to access to www.mydomain.com/wp-admin, i can never access to WP admin login page.
I’m a total new on DO and setting up WP, can anyone please kindly advise me what I need to do more to get this thing working.
Thank you in advance all
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.
Sign up for Infrastructure as a Newsletter.
Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Hello Yuke,
Before you start with any of the following troubleshooting steps, keep in mind that once you make a DNS change it might take up to 24-48 hours for the DNS to propagate over the Globe before you could see the new records.
If it has already been more than that since you’ve made the DNS change, you could keep following these steps here:
Setting up WordPress on DigitalOcean should be straightforward if you follow the right steps, especially if you’re using the One-Click WordPress installation from the Marketplace:
If you did not use the 1-Click installation, it might be easier to spin up a new Droplet based on the 1-Click installation and follow this step by step guide on how to use that 1-Click installation image:
Alternatively, if you prefer to keep your existing server, here’s a checklist to help you troubleshoot the issue:
Domain Name System (DNS):
Firewall Rules:
ufw
tool or via the DigitalOcean dashboard.Web Server Configuration:
WordPress Configuration:
wp-config.php
file is correctly set up, especially the database connection details.Check the Apache Status:
SSH into your droplet and check if Apache is running:
If the Apache service are not running, you can restart it with
sudo service apache2 restart
.Error Messages:
When you try to access
www.mydomain.com
, are there any error messages displayed in the browser? This can give clues about what’s wrong.Additionally, check the error logs:
Correct WordPress URL:
www.mydomain.com/wp-admin
, but ensure there’s no custom directory or URL change that might be causing the issue.SSL Configuration:
Let me know how it goes!
Best,
Bobby