• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Issue Issues with Plesk REST API since 18.0.69

crazyanonace

New Pleskian
Server operating system version
Debian 12
Plesk version and microupdate number
18.0.69 #3
Hello,

I'm experiencing issues with the Plesk REST API since updating my server to version 18.0.69. All API calls return the following error:

1746759277508.png

Additionally, the "Remote API (REST)" section has disappeared from Tools & Settings:

1746759339419.png1746759347840.png

I’m surprised that such a significant change isn’t mentioned in the changelog.

Can anyone help?
 
Your server might use the custom extension catalog with outdated plesk extensions versions.

Check the configuration parameter in the file /usr/local/psa/admin/conf/panel.ini
[extensions]
catalog.url


In case it's present in the configuration file, comment it, update the extension using
plesk bin extension -g rest-api
and uncomment the custom catalog URL back.
 
In case the custom catalog is used I suggest to update not only 1 extension, but all extensions using
plesk daily -f UpgradeExtensions
with commented custom catalog url.
 
I don't have the panel.ini file in /usr/local/psa/admin/conf/ so I used the Panel.ini editor extension and its showing the panel.ini sample without anything added. No [extensions] section is present.


"plesk daily -f UpgradeExtensions" did not returned anything unfortunately
 
To debug your issue, configure logging on your server. Add in "panel.ini editor" extension rows
[log]
priority = "7"

Save and run "plesk daily -f UpgradeExtensions". Provide the command's response that I could determine the issue.
 
Done, it returned me this :

plesk daily -f UpgradeExtensions
[2025-05-09 14:36:27.065] 2188485:681e04db0f85a INFO [panel] Starting: Daily Maintenance
[2025-05-09 14:36:27.065] 2188485:681e04db0f85a INFO [panel] == Task run UpgradeExtensions: '/opt/psa/admin/bin/php' '/opt/psa/admin/plib/DailyMaintainance/task-script.php' 'UpgradeExtensions' '--period=daily'
[2025-05-09 14:36:27.291] 2188487:681e04db46a5d INFO [panel] == Begin Upgrade of Extensions
[2025-05-09 14:36:27.303] 2188487:681e04db46a5d INFO [panel] Retrieving Extensions Catalog feed: https://ext.plesk.com/api/v4/packages?platform=unix&with-hidden&with-unstable
[2025-05-09 14:36:27.602] 2188487:681e04db46a5d INFO [panel] == End Upgrade of Extensions
[2025-05-09 14:36:27.617] 2188485:681e04db0f85a INFO [panel] == Task finish UpgradeExtensions
[2025-05-09 14:36:27.617] 2188485:681e04db0f85a INFO [panel] Finish: Daily Maintenance
 
Try to follow in browser /modules/catalog/index.php/updates
Check if "Auto-update" is enabled. If it's disabled, enable it, click "Check Now" button, check all extensions and click "Update" button.

If it was disabled after enabling, run one more time
plesk daily -f UpgradeExtensions
 
Back
Top