Web Hosting & VPS Tips

Unleash Your Server Potential with Expert Insights

Hosting provided by: Cloudways
Free to Try! Up to 40% Off!

Category: VPS Setup

Set custom nameserversDNS servers—on an Ubuntu VPS with BIND—install with
apt install bind9
edit /etc/bind/named conf local:
zone \"example.com\" { type master; file \"/etc/bind/db.example.com\"; };
Create db example com with NS records Start with
systemctl start bind9
open port:
ufw allow 53
On Vultr test with
dig @ip example.com NS
—ensures DNS uptime for phpMyAdmin hosting

Back to All Tips