ElitesHost Forums
How to install OGP on CentOS [Agent] - 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 [Agent] (/showthread.php?tid=82)



How to install OGP on CentOS [Agent] - Uvais - 12-27-2016

Hi, again. So this tutorial shows how to install agent on the panel. You cannot add a gameserver until you have this agent.

Updates and Installation :

Code:
sudo yum -y update
sudo yum -y install epel-release wget subversion git
sudo yum install -y perl-libwww-perl proftpd proftpd-utils perl-ExtUtils-MakeMaker glibc.i686 glibc libgcc_s.so.1 perl-IO-Compress-Bzip2

After successfully installing the updates , we have to move on to installing the agent. For this we will use : 

Code:
wget -N "https://github.com/OpenGamePanel/Easy-Installers/raw/master/Linux/CentOS/ogp_agent_rpm-1.0.0-1.noarch.rpm" -O "ogp_agent.rpm"
sudo yum install -y "ogp_agent.rpm"

Done with this? 

You might need to restart Pro-FTPD services to get it working.
Code:
sudo sed -i "s/^LoadModule\( \)*mod_auth_file.c/#LoadModule mod_auth_file.c/g" "/etc/proftpd.conf"
sudo service proftpd restart

Last step, You will be needing the ogp enc key. To install remote server.
Code:
sudo cat /root/ogp_enc_key



RE: How to install OGP on CentOS [Agent] - ViRuS - 12-27-2016

Nice Uvais,

Thanks for help players.


RE: How to install OGP on CentOS [Agent] - Gamer12 - 02-27-2017

Thanks for the steps Big Grin well do we need to use this?


RE: How to install OGP on CentOS [Agent] - akainu341 - 02-28-2017

Nice Uvais,

This helpful.


RE: How to install OGP on CentOS [Agent] - r0cc0 - 02-28-2017

Another good tutorial, keep going on with those!


RE: How to install OGP on CentOS [Agent] - alimaroco - 04-14-2017

Thanks so much for your help..


RE: How to install OGP on CentOS [Agent] - ApoziX - 03-12-2018

Wow Thanks Dude!!!!! Nice Tut!