• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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