Report this

What is the reason for this report?

How to point GoDaddy Host to a droplet?

Posted on February 10, 2015

Hello,

Currently I have a GoDaddy Domain and corresponding Hosting Service. I was hoping that I could simply drop the hosting service and point the Domain/DNS over to a python provider like DigitalOcean. In GoDaddy’s DNS settings, it allows me to point my URL to an IP. When I create a droplet, does it get assigned an IP that I can simply tell GoDaddy to point to, or is it more complicated?

Thanks and regards,

Matthew Moisen



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.

Yes,

Your droplet will have a IPv4 address and a IPv6 address if you enable it.

You then point your A and AAAA records to the IPv4 / IPv6 addresses of your DO server.

Just install a webserver on port 80 ( apache for example ) and enable it through the server firewall. Then thats it.

For example: If you had Centos7…

su - (password) yum -y update yum -y install httpd php perl python etc… chkconfig httpd on service httpd start

cd /var/www/html

add your .html .php etc files here, Done…

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.