• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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