maniaplanet / dedicated-manager

ManiaPlanet dedicated server web manager
4 stars 1 forks source link

dedicated-manager

The dedicated manager is a maniaplanet dedicated server web manager. This tools allows you to start, configure and manage easily your dedicated server.

Installation

Developers

In order have a working version, you need to have Composer.

Secure access with OAuth2

If you want to secured access to your Dedicated Manager page, you can enable OAuth2 authentication. With this system only users with ManiaPlanet account allowed in your app.ini file.

webservices.username = 'Your API Username' webservices.password = 'Your API Password'

DedicatedManager\Config.admins[] = 'Admin1Login' DedicatedManager\Config.admins[] = 'Admin2Login' DedicatedManager\Config.admins[] = 'Admin3Login'