Post4VPS Forum | Free VPS Provider
How to install Bright Game Panel in Debian - Printable Version

+- Post4VPS Forum | Free VPS Provider (https://post4vps.com)
+-- Forum: VPS Discussion (https://post4vps.com/Forum-VPS-Discussion)
+--- Forum: Tutorials (https://post4vps.com/Forum-Tutorials)
+--- Thread: How to install Bright Game Panel in Debian (/Thread-How-to-install-Bright-Game-Panel-in-Debian)

Pages: 1 2 3 4 5


How to install Bright Game Panel in Debian - Dynamo - 10-04-2015

Hello Guys,
Today I am going to show you how we can install a Bright Game Panel in debian , I am making this tutorial as one of my Friend had asked "How I can install BGpanel ? "

Introduction
Bright Game Panel is a free and open source game server control panel. "BGPanel" utilizes many standard technologies available on many shared hosting platforms which gives all communities the ability to remotely control their game servers.

Lets Start:

First yous to do update & upgrade:
Code:
apt-get install sudo

sudo apt-get update

sudo apt-get upgrade

then going to install some utilities which bgpanel needs in order to get installed like apache, php, mysql server,etc.
Code:
sudo apt-get install -y apache2 php5 mysql-server php5-mysql php5-curl php5-gd screen zip php5-mcrypt
It will prompt for MySQL password,simplly fill password of your choice.

now restart the apache by typing this in console
Code:
sudo service apache2 restart

Now create a Database in MySQL for bgpanel by tyyping this
Code:
sudo mysql -p -r
this will prompt root password,fill it and hit enter then type this
Code:
create database brightgamepanel;
quit;

download bgpanel files by typing
Code:
wget https://github.com/warhawk3407/bgpanel/archive/develop-047.zip

then unzip the files by typing this
Code:
unzip <zip name>

now clear the web directory..
Code:
rm -rf /var/www/*

now move the bgpanel directory to /var/www/ by typing this
Code:
mv /<bigpanel folder name> /var/www/

Now open /var/www/configuration.php by typing this
Code:
sudo apt-get install nano
nano /var/www/configuration.php
and in 21st line u can see something like this "define('DBPASSWORD', '');" write MySQL password in '' then it should look like define('DBPASSWORD', 'yourmysqlpassword');  where yourmysqlpassword is your MySQL password and save the file.'

Now point the site directory to your files like
Code:
sudo chown -R www-data:www-data /var/www

now open your browser and type your VPS ip then it will redirect you to install page,just install bgpanel and then delete install directory from /var/www/

thats it,Your BG Panel is ready for use.

Note: if you face Wrong Datase detection ERROR-
just remove old .version folder from your web files
Code:
rm -rf /var/www/.version

then just unzip the bgpanel files again and copy the .version folder from there to your /var/www/

Some of the pics of this panel are here
Spoiler Expand
[Image: b2de72f185.png]
[Image: c48750c9d8.png]
[Image: 48efe53757.png]
If you have any problem while installing then you can just post your problem in comments.


RE: How to install Bright Game Panel in Debian - Spank! - 10-04-2015

Oh, here it is.
I tried installing it myself before you post it. but faced some problems. Can't remember the error messages.

I will try to reinstall it by following this method. I like the design of the panel.

Thanks Dynamo!


RE: How to install Bright Game Panel in Debian - Unixfy - 10-04-2015

@Dynamo
Thanks for that guide, the standard BGP installation guide is horrible. I used your instructions and now it's working!!! Exactly what I needed for my gameservers.


RE: How to install Bright Game Panel in Debian - KBStorm - 10-04-2015

Thanks dynmo for bright game panel for Debian. can we install it on windows also.


RE: How to install Bright Game Panel in Debian - Dynamo - 10-04-2015

NO, you can't as its only for linux game server (server which is hosted by linux )


RE: How to install Bright Game Panel in Debian - YOuNeS_Dz - 11-04-2016

finally i found how to install Bright Game Panel
i found some tut but i didn't understand..
bro try to make it on Cent OS Smile


RE: How to install Bright Game Panel in Debian - YOuNeS_Dz - 02-26-2017

Hello..
Dynamo i got error

Wrong Database Version Detected

Make sure you have followed the instructions to install/update the database.


then how to fix it ?


RE: How to install Bright Game Panel in Debian - Dynamo - 02-26-2017

(02-26-2017, 03:45 PM)YOuNeS_Dz Wrote: Hello..
Dynamo i got error

Wrong Database Version Detected

Make sure you have followed the instructions to install/update the database.


then how to fix it ?
Try following this guide:
http://board.bgpanel.net/viewtopic.php?id=522
If it still not fixed then try reinstalling the panel but this time use this link for bgpanel files:
http://files.bgpanel.net/bgp_r0-devel-beta8.zip


RE: How to install Bright Game Panel in Debian - YOuNeS_Dz - 02-27-2017

(02-26-2017, 05:31 PM)Dynamo Wrote: Try following this guide:
http://board.bgpanel.net/viewtopic.php?id=522
If it still not fixed then try reinstalling the panel but this time use this link for bgpanel files:
http://files.bgpanel.net/bgp_r0-devel-beta8.zip

well we are using beta8.. and about the first solution.. no..
can you please help me  ?


RE: How to install Bright Game Panel in Debian - Dynamo - 02-27-2017

(02-27-2017, 03:40 PM)YOuNeS_Dz Wrote: well we are using beta8.. and about the first solution.. no..
can you please help me  ?

Which MySQL version you are using and in which os?
And may I see a screenshot of the error page?