What is this?
This is a mod designed to manage game servers. It enables you to add, remove, and control your servers through an intuitive interface, accessible via a Public API, Discord Bot, or directly through the web.
How to use it?
1) Register an account on the Login page.
2) Add your game server on the Servers page by entering its name and description, then click "Add Server".
3) Download the latest mod version: [Log in to see link]
4) Install the mod on your game server. Start the server, then open kg.ServerControl.cfg
inside the config folder. You will find two main settings to configure: the API Key (available on the Servers page via the "Reset and Copy API Key" button) and the Server GUID (also shown on the Servers page).
5) From this point on, your server will begin receiving and executing pending commands from the web interface.
How to add commands?
There are three ways to add commands:
1) Navigate to the Servers View page and click the "Control" button on the server you want to manage. The Commands View page will open. Click "Add Command" at the top to add commands that will be executed the next time the server requests pending commands.
2) Use the Server Control Discord bot:
/heal
, /kick
, and others.3) Use the Public API to add commands by sending GET or POST requests with your API Key. The API reference is available at [Log in to see link].
Advantages
- Updatable in real-time
- Does not require open ports
- Mod is only required on the server side and is not distributed to clients
- Supports multiple interfaces for interaction
Contacts
For troubleshooting and questions, please join the OdinPlus Discord or DM @KG (k1llinggod) on Discord.