Skip to content

Esvalirion/pepeplanet

Repository files navigation

pepeplanet

TrackMania2020 dedicated server controller

Requirements

Installing the db

In your MySQL server create db

CREATE DATABASE pepeplanet CHARACTER SET UTF8mb4 collate utf8mb4_unicode_ci;

Create db user

CREATE USER 'pepega'@'localhost' IDENTIFIED BY 'your password';

Grant all access to user

GRANT ALL PRIVILEGES ON pepeplanet.* TO 'pepega'@'localhost';

Run script from root folder of this project. (Dont forget to enter 'your password' when mysql ask for it)

mysql -u pepega -p < ./db/script.sql

Server installation

Install dependencies

npm install

Edit config.js with your settings

Run

  • npm start

if you want run controller in background you can use pm2

About

TrackMania2020 dedicated server controller

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published