Hello, I was wondering if it is possible to setup a existing domain to a droplet, in my case there is a lot of configuration settings in GoDaddy and I want to keep those there. I previously setup setup a existing domain for an App Platform and it gave me the two options if I wanted to manage the domain or DigitalOcean, but with a droplet it seems that Digital Ocean must manage the domain.
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.
Heya @joselinevasquez,
You can absolutely keep using GoDaddy’s Nameservers and your configurations there and still point your Domain to your DigitalOcean Droplet.
All you need to do is update the root and www A record of your Domain to contain the IP of your Droplet and that it is.
Heya, @joselinevasquez
Yes, you can use your GoDaddy domain name with your DigitalOcean droplet. All you need to do is update your DNS settings to point to your droplet’s IP address. In case of just using it for your website then this will be the A record for the domain name.
We have a tutorial that covers the process which you can check here:
https://docs.digitalocean.com/products/networking/dns/how-to/manage-records/#a-records
Also keep in mind that the DNS will need some time to update.
Regards
Hi there,
Yep, setting up an existing GoDaddy domain to point to a DigitalOcean Droplet while retaining certain configurations on GoDaddy is totally possible.
You’ll primarily need to update the DNS settings for your domain on GoDaddy to point to your DigitalOcean Droplet IP address. Here’s a general guide to help you through the process:
1. Get Your Droplet’s IP Address:
2. Update DNS Settings on GoDaddy:
@
(which represents your root domain) and change its value to the IP address of your Droplet. Or if you want to point a subdomain name, just create an A record for that specific subdomain.Once you make the change, keep in mind that DNS changes can take up to 48 hours to fully propagate worldwide, although it’s often much quicker.
Also, if you are going to only host your website at DigitalOcean, and if there are specific DNS configurations or services (like email hosting) that you want to keep on GoDaddy, do not change their respective DNS records. Basically, only modify the records that are necessary for pointing your web traffic to your DigitalOcean Droplet.
After making the changes, you can use tools like
ping
ornslookup
from your command line to verify that your domain is pointing to the new IP address. Or you can use this site here:Hope that this helps!
Best,
Bobby