ManiaLive is ManiaPlanet server controller written in PHP
You should have PHP installed with the cURL extension.
sudo apt-get install php5-cli php5-curlYou can download latest ManiaLive version on the project website.
| Option Name | Role |
|---|---|
| --help | displays the ManiaLive? command line help |
| --address=xxx | xxx represents the address of the server, it should be an IP address or localhost |
| --rpcport=xxx | xxx represents the XML-RPC port to use for the connection to the server |
| --user=xxx | xxx represents the name of the user to use for the communication. It should be User, Admin or SuperAdmin |
| --password=xxx | xxx represents the password relative to the user selected |
| --manialive_cfg=xxx | xxx represents the name of the ManiaLive configuration file. This file should be present in the ManiaLive config file. |