Articles in this section

Is it possible to clone admin's service plan in Plesk and move it to reseller?

Plesk for Windows kb: how-to Plesk for Linux ABT: Group A

Applicable to:

  • Plesk for Linux
  • Plesk for Windows

Question

Is it possible to clone Service Plan that belongs to Plesk admin and move it to a reseller?

Answer

No. Currently, only manual copying of service plan under administrator's ownership to a reseller is supported.

Take a part in product improvement, vote for the feature request, leave your feedback, leave use-case description via the following link: Clone plans on customer/provider

The top-ranked suggestions are likely to be included in the next versions of Plesk.

Possible via DB hack:
1)Copy service plan via Plesk UI or CLI
2)Check IDs of the new service plan and target reseller:

# plesk db "select * from Templates"

3)Change owner_id of the newly created plan:

# plesk db "update Templates set owner_id=2 where id=9"

Was this article helpful?

Comments

0 comments

Please sign in to leave a comment.