12-09-2016, 02:07 PM
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:
Ubuntu:
Now, we can download and install the OGP Agent DEB package:
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:
You'll need the encryption key for the panel.
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.