Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to install Open Game Panel (PANEL) [UBUNTU]
#1
OGP PANEL Install Instructions:

If you are running Ubuntu 14.04 or lower, run the following commands in a terminal:
Code:
sudo apt-get install apache2 curl subversion php5 php5-gd php5-xmlrpc php5-curl php5-mysql php-pear phpmyadmin mysql-server libapache2-mod-php5 git
If you are running Ubuntu 16.04 or higher, run the following commands in a terminal:
Code:
sudo apt-get install apache2 curl subversion php7.0 php7.0-gd php7.0-zip libapache2-mod-php7.0 php7.0-curl php7.0-mysql php7.0-xmlrpc php-pear phpmyadmin mysql-server php7.0-mbstring php-gettext git

Alternatively, you can install mariadb-server instead of mysql if you'd prefer to use that fork:
Code:
sudo apt-get install mariadb-server

During the MySQL server installation, you will be prompted to provide a root user password. Please choose something secure and write it down, as the installer will ask you for it to create the initial OGP database later. Configure MySQL for "apache2" when prompted. PHPMyAdmin will also ask you for the root user password you set.
All Versions of Ubuntu:
Code:
wget -N "https://github.com/OpenGamePanel/Easy-Installers/raw/master/Linux/Debian-Ubuntu/ogp-panel-latest.deb" -O "ogp-panel-latest.deb"
Code:
sudo dpkg -i "ogp-panel-latest.deb"

Once this is done, open the browser and go to http://{IP_OF_SERVER_OR_localhost}/index.php
You will be prompted to complete the OGP Panel installation. When asked for databse information, please use the following:

MySQL Host = "localhost"
MySQL User = "ogpuser"
MySQL Database Name = "ogp_panel"
You'll also need your database password which can be found by running the following command:
Code:
sudo cat /root/ogp_panel_mysql_info

Once you've completed the web panel installation, you need to add the server that will be running the game servers to the web panel software. You will need the IP address of the server running the agent (127.0.0.1 if on the same machine), and the encryption key for that machine which you can obtain by running the following command on that server:
Code:
sudo cat /root/ogp_user_password

Once the panel has been installed, please run the panel update functionality by logging in as the admin account created during installation. 
How to install Open Game Panel (Agent) [UBUNTU]
Reply


Messages In This Thread
How to install Open Game Panel (PANEL) [UBUNTU] - by Alfe - 12-09-2016, 02:07 PM
Great Jackpot Guide - by FrankJScott - 11-13-2023, 04:16 PM
Recommended Product Site - by FrankJScott - 11-14-2023, 07:20 PM
Top Penthouses In Dubai Website - by FrankJScott - 11-15-2023, 12:06 AM
New Product Blog - by FrankJScott - 12-12-2023, 10:24 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to install Open Game Panel (Agent) [UBUNTU] Alfe 4 13,818 03-14-2017, 04:56 PM
Last Post: AlfeKevin
Lightbulb [Tutorial]How To Install Open Game Panel [CentOS 6 & 7] Luke Graham 0 10,041 12-06-2016, 04:28 PM
Last Post: Luke Graham

Forum Jump:


Users browsing this thread: 1 Guest(s)