While the MySQL installing is in progress, you will be prompted to set your root password, and write down the password you use, as you will need it later.
Now we can download and install the OGP Web Panel by running the following commands:
It may take 5 - 10 minutes before this step completes
Run the following command to create a database for your OGP Web Panel software:
PHP Code:
sudo bash /var/www/html/create_db.sh
After running the command above, restart your server! This is very important. If you do NOT restart, you will have problems completing the web installation:
PHP Code:
sudo shutdown -r now
Once your VPS has been successfully restarted, open a browser such as Google Chrome and go to, http://YourVPSIP, once you come to the database part run the following command to get the info:
PHP Code:
sudo cat /root/ogp_panel_mysql_info
And finally get your OGP Agent encryption key (If you didn't copy it in your notepad) by running the following command:
PHP Code:
sudo cat /root/ogp_enc_key
If your OGP Web Panel doesn't load on your browser its because of the IPTables firewall issues and run the following command (Applies only for CentOS 6):
PHP Code:
sudo iptables -D INPUT 5 sudo service iptables save sudo service iptables restart
Your Open Game Panel Web Panel has been successfully installed (98.3% Tested & Working) Enjoy Your Newly Installed Panel!