• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Resolved Plesk Obsidian DNS server configuration

kevinmamaqi

New Pleskian
Hi,

I have VPS with plesk Obsidian and Ubuntu 18.04. I would like to have custom DNS nameservers such as ns1.mywebsite.com and ns2.mywebsite.com, so, when I buy a new domain and I add to my plesk panel I can point it to ns1.mywebsite.com and ns2.mywebsite.com and it points to the right IP with the right setup.

I've been going through the PLESK documentation and I find it difficult to follow in order to achieve my goal, any good tutorial or recommendation to follow please? I think it is a standard question, perhaps I am not searching with the right terminology.
 
Add 2 Host records in your domain registrar,

ns1.mywebsite.tld - >IP

ns2.mywebsite.tld - > IP

Add 2 Nameservers,

ns1.mywebsite.tld - >IP

ns2.mywebsite.tld- > IP

In Plesk setup mywebsite.tld.

In Plesk DNS template edit,

<domain>. NS ns1.mywebsite.tld.
<domain>. NS ns2.mywebsite.tld.
 
Back
Top