This extension adds the ability to easily manage and split servers, it also handles up/downgrades with whmcs/paymenter and includes a modified whmcs/paymenter addon to add the splits property to api responses, that can be achieved by yourself though. Migration from bagous server splitter extension is possible via the included script.
Want to allow your users to split their servers into multiple parts natively and safely? This addon is perfect for you:
Want to allow your users to split their servers into multiple parts natively and safely? This addon is perfect for you:
- Safely resizes servers using locks
- Includes importer to seamlessly switch from bagou importer
- Allows selecting egg on server split via advanced egg rules that define what eggs can choose what other eggs
- Includes whmcs and paymenter addons to add the split limit property to servers on creation
- Allow including disk limits in limits
- Allow setting minimum values for split servers
- Automatically handles billing panels (without the billing-panel specific addon) resizing the parent server:
- New size bigger than old total size example: parent cpu = (total_cpu - new_cpu) + old_cpu
- New size smaller than old total size example: parent cpu = ceil(new_cpu / (total_children + 1)), ...children = floor(new_cpu / (total_children + 1))