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.
Update: Currently on I have the pointer to the IP of the new server, however, in the address bar it shows the IP not the domain. Do I need to cancel my domain or what?
You’ll need to update the DNS record for your domain name with your registrar. This is usually done by updating the “A” record for <yourdomain>.com and www.<yourdomain>.com. You’ll want both those records to now have the IP address of your new droplet. Once you make this change, it can take up to 24 hours to propagate. <br> <br>You can test it locally but attempting to ping your domain from the command line. So, from Win/Linux/OSX run the following: <br> <br>ping appleappsales.com <br> <br>And look for the response which should show you your IP address. For example, I get the following: <br> <br>PING appleappsales.com (192.34.62.252): 56 data bytes <br>64 bytes from 192.34.62.252: icmp_seq=0 ttl=55 time=95.529 ms <br>64 bytes from 192.34.62.252: icmp_seq=1 ttl=55 time=77.434 ms <br>64 bytes from 192.34.62.252: icmp_seq=2 ttl=55 time=44.300 ms