How to install OGP on CentOS [Panel] - Printable Version +- ElitesHost Forums (https://forum.eliteshost.com) +-- Forum: Community (https://forum.eliteshost.com/forumdisplay.php?fid=5) +--- Forum: General Discussion (https://forum.eliteshost.com/forumdisplay.php?fid=23) +--- Thread: How to install OGP on CentOS [Panel] (/showthread.php?tid=81) |
How to install OGP on CentOS [Panel] - Uvais - 12-27-2016 Hi , Today im going to tell everyone how to make open game panel on centOS. It is clearly the best game hosting panel as it uses less ram and supports almost all games. This is for centos 6. This tutorial is taken from opengamepanel.com. First you need to update and install everything by the following commands: Code: sudo yum -y install epel-release wget subversion git After updating, you have to use these commands to get and install the panel onto the system: Code: wget -N "https://github.com/OpenGamePanel/Easy-Installers/raw/master/Linux/CentOS/ogp_panel_rpm-1.0.0-1.noarch.rpm" -O "ogp_panel.rpm" After this process the following commands : Code: sudo bash /var/www/html/create_db.sh You should now disconnect from the vps. This is because you just ran a shutdown command. Now connect again. Use this command to get database password ( You will be needing this for database setup in ogp installation ): Code: sudo cat /root/ogp_panel_mysql_info Now open your browser and put in the ip of your vps. Fill in the information needed. When it asks for the mysql database use this information MySQL Host = "localhost" MySQL User = "ogpuser" MySQL Database Name = "ogp_panel" For password you need to process the above command. You are done! You have successfully installed ogp on your system.. Did you face any problem while installing? Pm me. Check the other thread for OGP Agent. RE: How to install OGP on CentOS [Panel] - Yaa - 01-10-2017 nice i was searching for this ! RE: How to install OGP on CentOS [Panel] - Mark1 - 01-29-2017 Tnx For this RE: How to install OGP on CentOS [Panel] - Jake_ - 02-05-2017 Nice info. Thx a lot RE: How to install OGP on CentOS [Panel] - r0cc0 - 02-27-2017 Nice tutorial, keep going on! RE: How to install OGP on CentOS [Panel] - joker123 - 02-27-2017 Good, you will become a big scripter RE: How to install OGP on CentOS [Panel] - akainu341 - 02-28-2017 Thanks for tutorial, Keep it up. RE: How to install OGP on CentOS [Panel] - ApoziX - 03-15-2018 Nice Tut! Mate! I love IT |