ElitesHost Forums

Full Version: How to install OGP on CentOS [Agent]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

Uvais

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

ViRuS

Nice Uvais,

Thanks for help players.

Gamer12

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

akainu341

Nice Uvais,

This helpful.

r0cc0

Another good tutorial, keep going on with those!
Thanks so much for your help..
Wow Thanks Dude!!!!! Nice Tut!