![]() |
|
Issue with Product/Hosting Plan Assignment in Plesk via FOSSBilling Integration - Printable Version +- The FOSSBilling Forum (https://forum.fossbilling.org) +-- Forum: Support (https://forum.fossbilling.org/forum-7.html) +--- Forum: Support - Setup & Configuration (https://forum.fossbilling.org/forum-9.html) +--- Thread: Issue with Product/Hosting Plan Assignment in Plesk via FOSSBilling Integration (/thread-371.html) |
Issue with Product/Hosting Plan Assignment in Plesk via FOSSBilling Integration - FATAU - 07-22-2025 Dear Support Team, We are currently using FOSSBilling in combination with a Plesk server (v24.04 + Plesk Obsidian) to automate customer account and domain provisioning. The connection between FOSSBilling and Plesk basically works: ✅ The customer is correctly created as a reseller in Plesk. ✅ The customer’s domain is also correctly created and assigned in Plesk. However, the following issue occurs: ❌ The desired service plan (“Light”) is not properly assigned to the customer/domain. In the Plesk panel, the customer appears with a “custom” subscription, without the resource limits and settings defined in the intended service plan. I have already verified the following:
Code: POST /subscriptionsMy questions:
Thank you in advance! Best regards, Manfred RE: Issue with Product/Hosting Plan Assignment in Plesk via FOSSBilling Integration - BelleNottelling - 10-09-2025 Hey there! Thanks for the interest FOSSBilling. Taking a look at the code for the Plesk integration - it does appear to be written so that it creates all accounts with custom plans attached to them: https://github.com/FOSSBilling/FOSSBilling/blob/main/src/library/Server/Manager/Plesk.php#L457-L602 So that means they all should be using the values you configured within FOSSBilling itself. These as a whole (not just the Plesk integration) are in need of refactoring and upgrades to the user experience |