If you need to create reports for billing, accounting, or business analysis, you can export customer and resource usage data from Plesk.
Exporting via Plesk Interface
- Log in to Plesk.
- Go to Customers or Subscriptions.
- Plesk does not have a built-in CSV/PDF export for customer lists.
- Alternative: Use the Plesk CLI or API to generate reports.
Using Plesk API for Reports
The Plesk XML API can retrieve customer and subscription data programmatically:
- API endpoint:
https://yourserver:8443/enterprise/control/agent.php - Use the
customerandsubscriptionAPI requests to retrieve data. - Contact your hosting provider or Plesk documentation for API details.
Important Notes
- For detailed billing reports, consider integrating Plesk with a billing system (WHMCS, Blesta, etc.).
Troubleshooting
Need automated reporting:
- Consider using the Plesk API with a custom script, or integrate with a billing platform.