Server Module Interface
ModuleInterface, execute actions
What it is
Server modules implement ModuleInterface with create, suspend, unsuspend, terminate actions.
How it works
execute($action, $params) with actions: create_account, suspend_account, unsuspend_account, terminate_account, get_account_info, change_password, get_packages.
How to set up
Create module in modules/servers/yourserver/. Implement required actions.
Was this helpful?