Post4VPS Forum | Free VPS Provider
Install OpenGamePanel (Panel) on centos 5/6/7 - Printable Version

+- Post4VPS Forum | Free VPS Provider (https://post4vps.com)
+-- Forum: VPS Discussion (https://post4vps.com/Forum-VPS-Discussion)
+--- Forum: Tutorials (https://post4vps.com/Forum-Tutorials)
+--- Thread: Install OpenGamePanel (Panel) on centos 5/6/7 (/Thread-Install-OpenGamePanel-Panel-on-centos-5-6-7)



Install OpenGamePanel (Panel) on centos 5/6/7 - YOuNeS_Dz - 11-05-2016

After installing OGP Agent now you have to Install OGP Panel on centos 5/6/7

1- update

Code:
yum update

2- install wget

Code:
yum install wget



3-then

Code:
sed -i 's|SELINUX=enforcing|SELINUX=disabled|' /etc/selinux/config
setenforce 0
service iptables stop
chkconfig iptables off

4-


Code:
wget http://dl.fedoraproject.org/pub/epel/6/i...noarch.rpm
rpm -Uvh epel-release-6-8.noarch.rpm
rm -f epel-release-6-8.noarch.rpm
yum install -y perl-ExtUtils-MakeMaker


5)


Code:
wget http://master.dl.sourceforge.net/project...noarch.rpm


6)


Code:
yum -y install ogp_panel-3264-1.noarch.rpm


7)

Code:
service httpd restart
chkconfig --levels 235 httpd on
service mysqld restart
chkconfig --levels 235 mysqld on


WARNING: At Centos 7 you must use:

Code:
systemctl enable mariadb.service


Setup Mysql:
first: install mysql
Code:
mysql_secure_installation

then

Code:
chown -Rf apache:apache /var/www/html


Open your web browser and load phpmyadmin :

Code:
http://[Your server IP]/phpmyadmin

EXMP
http://xxx.xx.xx.xx/phpmyadmin

then go to your server ip
create admin account.. after yu done.. you have to remove install.php using this code


Fin..

Code:
rm -f /var/www/html/install.php

More information about installing OGP Agent Visti my thread!
Click me to check my thread
Or visit: opengamepanel.org
This Tut to old( not latest Version of OGP)