ElitesHost Forums

Full Version: How to install Open Game Panel (Agent) [UBUNTU]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

Alfe

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.

JohnTurbo

the requermints always getting proplem on loading

Alfe

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

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

r0cc0

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