• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

Question How to move domain and all related parts to different user after license downgrade?

D3nnis3n

Regular Pleskian
Server operating system version
Ubuntu 24.04
Plesk version and microupdate number
18.0.68
Hello,
due to the inacceptable plesk pricing we decided to downgrade to the lowest license type that doesn't allow clients, given we don't actually need them and had the license mostly for the server overview that for some reason isn't available on lower licenses.

Unfortunately we seemingly forgot a single domain that was still hosted under a client for convenience and which is now no longer accessible via the panel ui.
How can we move that domain to the main user, so it is accessible again? The website for some reason still works fine, but obviously no configuration changes are possible without it being listed.
 
You can move it to the admin with:
Code:
plesk bin subscription --change-owner "example.com" -owner admin

Or you can move it to one of your admin subscriptions:
Code:
plesk bin subscription --merge source-example.com -webspace-name target-example.com
 
Hello @Martin Dias,
thank you, that seems to have worked, though the command closed with an error:

Code:
SUCCESS: Owner of subscription '<redacted>' was changed.
[2025-04-10 18:42:15.011] 51288:67f7f4e64535a ERR [util_exec] proc_close() failed ['/opt/psa/admin/bin/dnsmng' '--update' 'anonymizeddomain.com' '--without-reverse'] with exit code [1]

Should I be worried about that?
 
Last edited by a moderator:
Check the domain if the DNS works fine and if you still can do changes.
Also check /var/log/plesk/panel.log to see if there are more details about the error.
 
Hello,
it seems I can make changes which take effect, but there is an issue with the certificate after the subscription change.
Despite no configuration has been changed - and it later having been updated to use the same certificate as before (or rather re-saved, the same was still noted in the hosting configs), it now uses the certificate of a different domain and as such shows an SSL error when opening it.
 
Back
Top