Documentation
Contribution Handbook
Guides
Creating a Server Manager (Control Panel Integration)

Creating a server manager

This guide is incomplete. Please help us complete it using the "Edit this page" button in the sidebar. Thanks! If you're looking to create your own extension, this documentation will tell you the bare minimum required, but looking at existing extensions will probably be necessary to get a complete idea on how to write one.

All server managers should reside under the /library/Server/Manager folder. They should all extend the Server_Manager class and implement it's functions.

The Server_Manager class has inline documentation of each function to aid in the development of server managers. You can find the most up-to-date version of this here (opens in a new tab)