PHPackages                             maniaplanet/dedicated-manager - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. maniaplanet/dedicated-manager

AbandonedProject

maniaplanet/dedicated-manager
=============================

ManiaPlanet dedicated-manager

2.1(11y ago)4141[5 issues](https://github.com/maniaplanet/dedicated-manager/issues)[1 PRs](https://github.com/maniaplanet/dedicated-manager/pulls)LGPL-3.0PHPPHP &gt;=5.3

Since Feb 13Pushed 11y ago4 watchersCompare

[ Source](https://github.com/maniaplanet/dedicated-manager)[ Packagist](https://packagist.org/packages/maniaplanet/dedicated-manager)[ Docs](https://github.com/maniaplanet/dedicated-manager)[ RSS](/packages/maniaplanet-dedicated-manager/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (2)Dependencies (3)Versions (3)Used By (0)

dedicated-manager
=================

[](#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
------------

[](#installation)

- Download the archive here:  . It contains all you need to setup the dedicated manager
- Unzip it wherever you want on your server
- Connect to your server in command line
- Run `$ php setup.php` this script will helped you to configure the dedicated manager
- Create the alias manager on your web server. This alias must linked to the www folder in DedicatedManager
    - Create the following file: `/etc/apache2/sites-available/manager.conf`
    - Copy/paste the following apache configuration in this file:
        - for Apache 2.4

        ```
        Alias /manager /path/to/the/dedicated/manager

          Options -Indexes +FollowSymLinks
          AllowOverride All
          Require all granted

        ```

        - for Apache 2.2

        ```
        Alias /manager /path/to/the/dedicated/manager

          Options -Indexes +FollowSymLinks
          AllowOverride All
          Order allow,deny
          Allow from all

        ```
    - Enable the alias configuration `$ sudo a2ensite manager`
    - Restart Apache `$ sudo service apache2 restart`
- Use `$ chmod o+w www/media/images/thumbnails` to grant write access to apache in the thumbnail folder
- The dedicated manager is now configured go to  to access it

Developers
----------

[](#developers)

In order have a working version, you need to have [Composer](https://getcomposer.org/).

- Clone our repository: `$ git clone git@github.com:maniaplanet/dedicated-manager.git`
- Go in `dedicated-manager` directory: `$ cd dedicated-manager`
- Run composer to update the dependencies: `$ composer install`
- Use your SQL Manager (phpMyAdmin, HeidiSQL, etc.) to import Manager.sql, this will create the database and its tables
- Create a MySQL user and grant SELECT, INSERT, UPDATE, DELETE to Manager database
- Create an Apache alias, or a symbolic link to www folder
- Give write access to thumbnails folder in www/media/images/thumbnails
- Create your app.ini file
- Edit the DedicatedManager's config file (DedicatedManager/config/app.ini) and give the correct values to the following parameters:

```
application.URL
database.user
database.password
DedicatedManager\Config.dedicatedPath
DedicatedManager\Config.manialivePath

```

Secure access with OAuth2
-------------------------

[](#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.

- Create a web service account on your player page ()
- Create an application linked to your web service account
- Edite your app.ini file and set the following values:

```
DedicatedManager\Config.maniaConnect = On

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

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

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50.2% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~165 days

Total

2

Last Release

4304d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/194d53bc2cfc60dd7fc1d45d293fe0e732064c003f91716c9045cb09a985a8a4?d=identicon)[magnetik](/maintainers/magnetik)

![](https://www.gravatar.com/avatar/d200d7d85afea1e7c82a5bd72309cc374aaf1a1063c15428e744d73f3653f14f?d=identicon)[gou1](/maintainers/gou1)

![](https://www.gravatar.com/avatar/e5290405f5456261b7bdf8efb430d89541d0b8c3b5e1140a5d3200cebc80cd5a?d=identicon)[satanasdiabolo](/maintainers/satanasdiabolo)

---

Top Contributors

[![satanasdiabolo](https://avatars.githubusercontent.com/u/1850524?v=4)](https://github.com/satanasdiabolo "satanasdiabolo (103 commits)")[![NewboO](https://avatars.githubusercontent.com/u/1902874?v=4)](https://github.com/NewboO "NewboO (91 commits)")[![magnetik](https://avatars.githubusercontent.com/u/345029?v=4)](https://github.com/magnetik "magnetik (11 commits)")

---

Tags

ManiaPlanetShootManiaTrackMania

### Embed Badge

![Health badge](/badges/maniaplanet-dedicated-manager/health.svg)

```
[![Health](https://phpackages.com/badges/maniaplanet-dedicated-manager/health.svg)](https://phpackages.com/packages/maniaplanet-dedicated-manager)
```

###  Alternatives

[maniaplanet/dedicated-server-api

XML-RPC library to connect to Maniaplanet server

156.6k3](/packages/maniaplanet-dedicated-server-api)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
