• 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 Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

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.
 
Back
Top