How to install Open Game Panel (PANEL) [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 (PANEL) [UBUNTU] (/showthread.php?tid=7) Pages:
1
2
|
How to install Open Game Panel (PANEL) [UBUNTU] - Alfe - 12-09-2016 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 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] RE: How to install Open Game Panel (PANEL) [UBUNTU] - Charlie - 12-16-2016 Nice Post RE: How to install Open Game Panel (PANEL) [UBUNTU] - Sentinel - 12-17-2016 Nice tutorial RE: How to install Open Game Panel (PANEL) [UBUNTU] - Janpatrick - 12-17-2016 Nice Post sir RE: How to install Open Game Panel (PANEL) [UBUNTU] - ViRuS - 12-17-2016 Nice post and helpfull! RE: How to install Open Game Panel (PANEL) [UBUNTU] - KidPlaySamp - 12-17-2016 Nice Tutorial @Alfe RE: How to install Open Game Panel (PANEL) [UBUNTU] - Buljak - 12-17-2016 Nice tutorial! RE: How to install Open Game Panel (PANEL) [UBUNTU] - rifat - 12-22-2016 Nice Tutorial! RE: How to install Open Game Panel (PANEL) [UBUNTU] - Alfe - 01-28-2017 (12-22-2016, 04:35 PM)rifat Wrote: Nice Tutorial! Thanks https://www.youtube.com/watch?v=Ne2IJECfonE High Rated Product Guide - FrankJScott - 11-04-2023 Please try Google before asking about Awesome Product Guide 9302070 |