Tutorial bem organizado de como configurar tudo para um servidor de Minecraft com mysql e tudo mais que precisar, faça exatamente o que tem escrito aqui que vai dar certo, se vc tem alguma coisa a acrescentar, só comentar no tópico!
Passo:1 - Install Apache2, UnZip, Zip, Screen.
yum -y install httpd
yum -y install unzip
yum -y install zip
yum -y install screen
Passo:2 - Start/Enable Httpd.Service
systemctl start httpd.service
systemctl enable httpd.service
Passo:3 - Install Mysql-mariadb
yum -y install mariadb-server mariadb
systemctl start mariadb
systemctl enable mariadb
Passo:4 - Setup Mysql
sudo mysql_secure_installation
[Enter]
Y
*Create new Password*
*Confirm new Password*
Y
N
Y
Y
Passo:5 - Install PhpMyAdmin
yum install epel-release
yum -y install phpmyadmin
Passo:6 - Setup PhpMyAdmin
yum -y install nano
nano /etc/httpd/conf.d/phpMyAdmin.conf
Add # to Require ip 127.0.0.1 and Require ip ::1
Add Require all granted.
Ctrl + X
Y
[Enter]
Passo:7 - Install Php include Modules.
yum -y install php php-mysql php-gd php-pear php-common php-mbstring php-ldap php-odbc php-xml php-xmlrpc php-bcmath php-mysql php-pdo wget vim tar zip curl java-1.8.0-openjdk
Passo:8 - Preparing... and firewall config.
systemctl start httpd.service
firewall-cmd --permanent --add-port=25565/tcp
firewall-cmd --permanent --add-port=80/tcp
firewall-cmd --reload
Passo:9 - Creating paste!
mkdir minecraft
cd minecraft
Feito, só colocar seu servidor na pasta (root/minecraft) do ftp e ligar o servidor por comando.