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!
Accepted Answer
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:
sudo service apache2 status
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:
sudo tail -f /var/log/apache2/error.log
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
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
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
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.