Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to install OGP on CentOS [Agent]
#1
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
Reply


Messages In This Thread
How to install OGP on CentOS [Agent] - by Uvais - 12-27-2016, 03:29 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to install OGP on CentOS [Panel] Uvais 7 15,256 03-15-2018, 01:12 PM
Last Post: ApoziX

Forum Jump:


Users browsing this thread: 1 Guest(s)