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

plesk panel - stopped

E

EbrahimM

Guest
On my server it says Plesk panel stopped but i am able to use plesk.

I tried to restart it via the service manager, it came normal for a couple of seconds then marked with the x mark (plesk stopped)

Also while trying to create or delete any domain on plesk im getting this error

dnsmng::update() failed: dnsmng failed: Empty error message from utility.
---------------------- Debug Info -------------------------------
0: DNSManager.php:954
DNSManager::updateDNSZone(object of type DNSZone)
1: DNSToggleUIPointer.php:49
DNSToggleUIPointer->accessItem(string 'GET', NULL null)
2: UIPointer.php:600
UIPointer->access(string 'GET')
3: plesk.php:50


Please help
 
from event viewer

Execute websrvmng.exe --start-plesk-website failed with error code -1073741819: at (execUtil line 142) at Execute C:\Program Files (x86)\Parallels\Plesk\admin\bin\websrvmng.exe --start-plesk-website(execUtil line 149) at Start control panel(PleskControlPanel::serviceMain line 107) at PleskControlPanel::serviceMain(PleskControlPanel::serviceMain line 122)
C:\Program Files (x86)\Parallels\Plesk\admin\bin\PleskControlPanel.exe
 
Most probably configuration files of DNS server are corrupted. You can try fixing it using Plesk command line tool:
"%plesk_bin%\defpackagemng.exe" --fix --type=dnsserver

"%plesk_bin%\DNSMng.exe" update *
 
Back
Top