12-27-2016, 03:29 PM
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 :
After successfully installing the updates , we have to move on to installing the agent. For this we will use :
Done with this?
You might need to restart Pro-FTPD services to get it working.
Last step, You will be needing the ogp enc key. To install remote server.
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