Question

Unable to reach this page

I pointed my domain to digital ocean, now i can’t access the page.

is there other settings asides add the A record?


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.

Bobby Iliev
Site Moderator
Site Moderator badge
March 13, 2025

Hey Faisol,

Aside from the A record, make sure you’ve also:

  • Set up a web server (like Nginx or Apache) on your Droplet
  • Opened port 80/443 in your firewall
  • Waited a bit for DNS propagation (can take up to 24h)

Also, double-check that the A record points to the correct Droplet IP.

- Bobby

First, ensure that the A record correctly points to your Droplet’s IP address and that DNS propagation has completed (this can take up to 48 hours). You can check this using a tool like whatsmydns.net

Next, make sure your web server (Nginx, Apache, etc.) is running and properly configured to serve requests for your domain. If you’re using Nginx, check your server block settings in /etc/nginx/sites-available/ to confirm that the server_name matches your domain. Restart the web server after making changes with sudo systemctl restart nginx (or apache2 if you’re using Apache)

Also, verify that your firewall settings allow HTTP/HTTPS traffic. If you’re using UFW, try sudo ufw allow 80/tcp and sudo ufw allow 443/tcp to ensure web traffic is not blocked

KFSys
Site Moderator
Site Moderator badge
March 13, 2025

Heya,

Make sure that your WebService is running on your Droplet otherwise there isn’t anything to connect to. So if you are using either Nginx/Apache just make sure the service is running.

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.