ElitesHost Forums
How to install Open Game Panel (Agent) [UBUNTU] - Printable Version

+- ElitesHost Forums (https://forum.eliteshost.com)
+-- Forum: Community (https://forum.eliteshost.com/forumdisplay.php?fid=5)
+--- Forum: Information & Guidelines (https://forum.eliteshost.com/forumdisplay.php?fid=16)
+---- Forum: Tutorials (https://forum.eliteshost.com/forumdisplay.php?fid=17)
+---- Thread: How to install Open Game Panel (Agent) [UBUNTU] (/showthread.php?tid=6)



How to install Open Game Panel (Agent) [UBUNTU] - Alfe - 12-09-2016

All Versions of Ubuntu:

Before we can install the deb package for the OGP Agent, we need to install some prerequisites by running the following commands:
Code:
sudo apt-get install libxml-parser-perl libpath-class-perl perl-modules screen rsync sudo e2fsprogs unzip subversion libarchive-extract-perl pure-ftpd libarchive-zip-perl libc6 libgcc1 git
sudo apt-get install libc6-i386 libgcc1:i386
sudo apt-get install lib32gcc1
sudo apt-get install libhttp-daemon-perl

Ubuntu:

Now, we can download and install the OGP Agent DEB package:

Code:
wget -N "https://github.com/OpenGamePanel/Easy-Installers/raw/master/Linux/Debian-Ubuntu/ogp-agent-latest.deb" -O "ogp-agent-latest.deb"
sudo dpkg -i "ogp-agent-latest.deb"

The OGP agent user (with sudo access) will be created automatically for you by the installer with a random password. To view the automatically generated encryption key, OGP username, and OGP user password, run the following command: 

Code:
sudo cat /root/ogp_user_password

You'll need the encryption key for the panel.


RE: How to install Open Game Panel (Agent) [UBUNTU] - JohnTurbo - 12-18-2016

the requermints always getting proplem on loading


RE: How to install Open Game Panel (Agent) [UBUNTU] - Alfe - 01-28-2017

(12-18-2016, 10:59 AM)JohnTurbo Wrote: the requermints always getting proplem on loading

https://www.youtube.com/watch?v=Ne2IJECfonE


RE: How to install Open Game Panel (Agent) [UBUNTU] - r0cc0 - 02-28-2017

Nice tutorial, Alfe! Keep going on.


RE: How to install Open Game Panel (Agent) [UBUNTU] - AlfeKevin - 03-14-2017

(02-28-2017, 05:32 PM)r0cc0 Wrote: Nice tutorial, Alfe! Keep going on.
Thank you.