Версия и совместимость
1.5
Описание
Control Panel (PHP 7.4+SSH2)
Easily Control Your Game Servers from a Single Panel.
Customers Automatically Purchase and Manage Servers with Balance System.
Added Games in Panel System:
1- Counter-Strike 1.5
2- Counter-Strike 1.6
3- Counter-Strike:Global Offensive
4- TeamSpeak3
Addable Game Catalog
1- Counter-Strike: 2
2- Ark:Server
3- Rust
======[Additional Information]======
Dedicated Server + IP Address is entered in your Blogs Admin Panel (Add Dedicated Server)!
MOD Options for CS 1.6 are separated, these are mandatory mod settings for which you need to install.
Note: This can be changed depending on what kind of Game mode you are selling.
The created MODs are determined as a folder in VDS
Example:
/home/cs16fullmod
/home/cs16publicmod
/home/csgopublic
/home/csgojail
↑↑↑↑You have determined the VDS File path of these↑↑↑↑
After determining the path, enter a name EXAMPLE: (CS 1.6 FullMod - CS:GO JAIL) etc.
You need Apache Server for installation.
MySql + pHpMyAdmin + pHp 7.4
VDS Machine: uBuntu 20.04
PHP Version: 7.4
PHP Function: ssh2
Site design change:
• 0 theme change takes an average of 2.5 months.
• Ready theme migration process takes an average of 20 days.
Ready Server Packages are added upon request.
• Cs 1.6 Full Mod Pack
• CS 1.6 Public Mod
• CS 1.5 Public Mod
• CS:Go Full Mod
• CS:GO Jail Mod
• CS:GO Public Mod
Commands required for installation:
sudo apt-get update && sudo apt-get upgrade
sudo systemctl disable apache2.service
sudo apt-get install nginx
sudo apt-get install php7.4-fpm
sudo apt-get install python-software-properties
sudo apt-get install nginx
sudo add-apt-repository ppa:ondrej/php
sudo apt-get update
sudo apt-get install php7.4-fpm
sudo apt-get install libssh2-1-dev libssh2-1 plesk-php74-dev make gcc
sudo apt-get install mysql-server
sudo mysql_secure_installation
sudo mysql -p
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password'; // PASSWORD!
FLUSH PRIVILEGES;
exit
service nginx restart
sudo apt install curl php-cli php7.4-mbstring php7.4-mysql php7.4-redis php-zip git unzip