• 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 transfer a domain to a different user ?

E

EuroMaverick

Guest
Hello people,

Using Plesk 7.5.3 on Windows 2003.

I've been managing a specific domain for a customer myself for a while and it is thus listed in the "my domains" section.

Now, my customer is ready to start managing his domain himself. How can I transfer, within Plesk, this domain from the "my domains" list to this specific customer ?

I have no knowledge of the underlying databases and solutions Plesk uses, so I'd like to be able to do this simply in the Plesk control panel.

I have not seen such an option, but maybe I am just missing something ?

Many thanks for any suggestions or comments !

Regards,

Benoit.
 
You can transfer domain to another client using this command:
%plesk_bin%\domain.exe -u domain.com -clogin client_login
 
Now, that worked just prefectly - thank you very much !

Now for a more stupid question: where do I find that kind of information ? I support this has all been documented in detail...

Thanks again,

Benoit.
 
u can also edit the psa database and do the same ...


use psa
select * from domains where nem = ' domain.com '

select * from clients where pname = 'the client name dispalyed in the control panel'

chech the cli_id in the domains table and update it to the id in the clients table ....

i am not sure whether this causes any trouble ..it did nt cause any for me ...
 
Back
Top