EngineGP/README.md
Sergei Solovev 599be21d06
Update README.md
Signed-off-by: Sergei Solovev <31823239+SeAnSolovev@users.noreply.github.com>
2024-05-24 01:11:05 +03:00

1.8 KiB

About The Project

EngineGP is an open source control panel that provides the ability to manage and game servers. EngineGP was written between 2010 and 2015 (in writing style) by Valery Marchenko. The original EngineGP did not include licensing and was passed from hand to hand. In 2018, the author of the source code disappeared, and the revision of the code was continued by Sergey Solovev under the MIT license.

Requirements

  • PHP: 7.4 and above.
  • PHP Extensions: php-common, php-cli, php-memcache, php-mysql, php-xml, php-mbstring, php-gd, php-imagick, php-zip, php-curl, php-ssh2
  • Database: MySQL 5.7 and above or MariaDB 10.5 and above.
  • Web Server: Apache 2.4 or Nginx.

Libraries and Dependencies

  • Composer: For managing PHP dependencies.

Supported Games

  • Counter-Strike: 1.6
  • Counter-Strike: Source
  • Counter-Strike: Source v34
  • Counter-Strike: Global Offensive
  • Counter-Strike: 2
  • Criminal Russia Multiplayer
  • San Andreas Multiplayer
  • Multi Theft Auto
  • Minecraft Java
  • RUST

Automatic installation

Update indexes and packages

apt -y update && apt -y upgrade

Install GIT

apt -y install git

Clone the repository

git clone https://github.com/EngineGPDev/Autoinstall.git

Make the installation file executable

chmod +x ./Autoinstall/install.sh

Run automatic installation

./Autoinstall/install.sh

Contributors

Official sources