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.
Hi there @meClam,
The steps that you’ve taken look all correct in order to set up your white-label nameservers.
What you still need to do is add your coolpatterns.net domain name under your DigitalOcean account so that you could actually have a DNS zone for that domain name. At the moment your domain name is using the correct Nameservers but there is no active DNS zone.
You could check that with the following command:
dig +short @ns1.digitalocean.com coolpatterns.net
Then after that update your A record to your Droplet’s IP address and this should start working as normal once the DNS cache has been cleared over the Globe.
Hope that this helps! Regards, Bobby