![]() |
Install OpenGamePanel (Agent) on centos 5/6/7 - Printable Version +- Post4VPS Forum | Free VPS Provider (https://post4vps.com) +-- Forum: VPS Discussion (https://post4vps.com/Forum-VPS-Discussion) +--- Forum: Tutorials (https://post4vps.com/Forum-Tutorials) +--- Thread: Install OpenGamePanel (Agent) on centos 5/6/7 (/Thread-Install-OpenGamePanel-Agent-on-centos-5-6-7) Pages:
1
2
|
Install OpenGamePanel (Agent) on centos 5/6/7 - YOuNeS_Dz - 11-05-2016 Install OpenGamePanel Agent on centos 5/6/7 , i saw another Post how to Install OGP But not Cent OS ![]() ![]() Update your System: Code: yum update Install wget: Code: yum install wget Then: Code: sed -i 's|SELINUX=enforcing|SELINUX=disabled|' /etc/selinux/config WARNING: In Centos 7 disable firewall with ![]() Code: systemctl stop firewalld Install EPEL Repository and distribution dependencies CentOS-5 Code: wget http://dl.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm CentOS-6 Code: wget http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm CentOS-7 Code: wget http://dl.fedoraproject.org/pub/epel/beta/7/x86_64/epel-release-7-0.2.noarch.rpm Download ogp_agent-3264-1.noarch.rpm CentOS-5 Code: wget -O ogp_agent-3264-1.noarch.rpm http://sourceforge.net/projects/hldstart/files/OpenGamePanel/Centos_Installers/Centos5/ogp_agent-3264-1.noarch.rpm/download CentOS 6/7 Code: wget -O ogp_agent-3264-1.noarch.rpm http://sourceforge.net/projects/hldstart/files/OpenGamePanel/Centos_Installers/ogp_agent-3264-1.noarch.rpm/download Now we'll Install the package and dependencies as root or using sudo: Code: yum -y install ogp_agent-3264-1.noarch.rpm and If your System 64 Bits use this code! Code: yum -y install glibc.i686 libstdc++.i686 Now Change the user and group ownership of the agent files to ogp_agent so it can update itself. Code: chown -Rf ogp_agent:ogp_agent /usr/share/ogp_agent Then start the service and add it to the system startup, the first time you will be asked for a new password, new encription key and if you accept the Steam license (root or sudo): Code: cd /etc/init.d Once configured: Code: chkconfig --levels 235 ogp_agent on After starting the agent, check that is running (root or sudo): Code: su -c "screen -list" ogp_agent Then use this : Code: su -c "screen -S ogp_agent -r" ogp_agent To detach, and back to shell, press Ctrl+A+D. Now after Installing OGP_Agent go and install Panel more infor Here: Click me ![]() Special Thanks tp OGP Community and Post4VPS RE: Install OpenGamePanel (Agent) on centos 5/6/7 - Decent12 - 11-05-2016 Nice tourtial but if you also add how to install panel its will be helpfull to new users who dont know anything anyways Keep it up RE: Install OpenGamePanel (Agent) on centos 5/6/7 - YOuNeS_Dz - 11-05-2016 (11-05-2016, 03:22 PM)Decent12 Wrote: Nice tourtial but if you also add how to install panel its will be helpfull new users who dont know anything anyways Keep it up i'am doing that now bro : ![]() RE: Install OpenGamePanel (Agent) on centos 5/6/7 - Dynamo - 11-05-2016 This tutorial is out dated.. ![]() current version is 3386. please login to http://www.opengamepanel.org/forum/index.php to get easy installers(Use only Beta one) for latest versions. RE: Install OpenGamePanel (Agent) on centos 5/6/7 - YOuNeS_Dz - 11-05-2016 (11-05-2016, 03:33 PM)Dynamo Wrote: This tutorial is out dated.. well yea i've already saw it.. this one was released 3 month ago as i remember i use it, but new memebrs won't understand it ![]() ![]() RE: Install OpenGamePanel (Agent) on centos 5/6/7 - Anik - 11-06-2016 I don't like Open Game Panel. Bright Game Panel provides many more features than Open Game Panel. THats's I use bright game panel. RE: Install OpenGamePanel (Agent) on centos 5/6/7 - Dynamo - 11-06-2016 (11-06-2016, 12:46 PM)Anik Wrote: I don't like Open Game Panel. Bright Game Panel provides many more features than Open Game Panel. THats's I use bright game panel. Nah, OGP have more features, like auto restart image upload of maps, comes with deterrent plugin from which you could customise the panel according to your needs, just the think is OGP's theme is not modern, and BG panel have a nice bootstrap theme, if BG panel at least that's auto restart option then I could think a out it. I have also designed a smooth theme for OGP too, just trying to make it more nicer, it's available. Name of theme is Flat, search in the ogp forum. RE: Install OpenGamePanel (Agent) on centos 5/6/7 - Anik - 11-06-2016 (11-06-2016, 12:51 PM)Dynamo Wrote: Nah, OGP have more features, like auto restart image upload of maps, comes with deterrent plugin from which you could customise the panel according to your needs, just the think is OGP's theme is not modern, and BG panel have a nice bootstrap theme, if BG panel at least that's auto restart option then I could think a out it. I have also designed a smooth theme for OGP too, just trying to make it more nicer, it's available. Name of theme is Flat, search in the ogp forum. Managing on Bright Game Panel is easier than Open Game Panel. The most hardest thing on Open Game Panel is adding a game which is not already added. But on bright game panel u can do it easily. RE: Install OpenGamePanel (Agent) on centos 5/6/7 - Dynamo - 11-06-2016 (11-06-2016, 12:56 PM)Anik Wrote: Managing on Bright Game Panel is easier than Open Game Panel. The most hardest thing on Open Game Panel is adding a game which is not already added. But on bright game panel u can do it easily. If the game server is not in the list then you can simplly create a custom xml, who introduction are given in OGP's panel. RE: Install OpenGamePanel (Agent) on centos 5/6/7 - YOuNeS_Dz - 11-06-2016 For me ogp's very easy to use... i try to use Swift Panel etc.. but i didn't understand ;c Maybe i'll try to use Bright this time ![]() |