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.
What happens when you enter the new sub domain into your browser? How were you accessing your new site before this change?
Essentially, you want to add a “virtual host” to your web server config for this sub-domain - common web server software packages include Apache or nginx.
If it’s nginx on your droplet now, you could follow this tutorial: How To Set Up Nginx Server Blocks (Virtual Hosts) on Ubuntu 16.04
If you’re not running Ubuntu 16 or nginx, there are numerous step-by-step tutorials on DigitalOcean’s Community site for all of the popular combinations.
Hope this helps get you started - please come back with more questions if you get stuck!
Hi, @pinnacle
If you’re DNS zone is with GoDaddy (if you’re using GoDaddy’s nameservers) the only DNS change you need to make is the one you’ve already done. If you’re not using DigitalOcean’s nameservers you don’t need to make any DNS changes from your DO control panel.
If you’re already created the A record for the subdomain you can check if the DNS have propagated using tools like this one:
https://www.digitalocean.com/community/tools/dns
If everything is okay you should already been able to access the subdomain in your browser.
Hope that this helps! Regards, Alex
You can create a subdomain record in your DNS zone file for a domain registered with GoDaddy. Subdomains are a type of domain prefix, such as blog.yoursite.com, that uses an A record to point to an IP address. To add a subdomain that points to a domain name, you’ll need to add a CNAME.
You can watch a short animation of this task farther down the page.