• 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.

How do I start plesk name server?

H

hobbes006

Guest
Hallo there,

I have a little problem with configuring my Plesk VPS (8.20) and get the "Plesk Name Server" Service started.

I have tried going in via RDP and also tried using the Plesk Interface to "start" and "restart" the Plesk Name Server service to no avail.

If I attempt to start the service via RDP, windows control panel > services, the error message I am getting is

"Could not start the Plesk Name Server service on Local Computer.

Error 1067: The process terminated unexpectedly"

Has anyone experienced the same problem before and if you did, how did you resolve it and get the Plesk Name Server service running?

Thanks in advance for anyone who can give me a hint as to which direction to take...

Thank you,
hobbes
 
1) Please check the event viewer for any additional information about "named".

2) The problem is probably related to incorrect records in the named.conf.
(located in SWsoft\Plesk\dns\etc\ folder)


3) It is a good try to reconfigure named.conf using the following scenario:

a) make a copy of named.conf file.
b) edit named.conf.
c) delete everything except the first lines:

include "C:\Program Files\SWsoft\Plesk\dns\etc\named.user.conf";
key "rndc-key" {
algorithm hmac-md5;
secret "pZmw9Z2qtfiWWVPgPuN42g==";
};

acl common-allow-transfer {
none;
};

d) save named.conf

e) run from the command line the Plesk tool which reconfigure dns settings:

cd %plesk_bin%
dnsmng update *

f) then start the dns service.

If it fails then please check the errors in the event viewer maybe you can find some more info in there.
 
Back
Top