Welcome, Guest
You have to register before you can post on our site.

Username/Email:
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 20,551
» Latest member: ketquabongdaccobz
» Forum threads: 7,867
» Forum posts: 23,064

Full Statistics

Online Users
There are currently 1942 online users.
» 2 Member(s) | 1936 Guest(s)
Applebot, Baidu, Bing, Google, Client GordonSn, Client Isaiah14

Latest Threads
Roofing Company Victoria ...
Forum: General Support
Last Post: Isaiah14
8 minutes ago
» Replies: 0
» Views: 2
Куда вводить промокод в 1...
Forum: General Support
Last Post: GordonSn
15 minutes ago
» Replies: 1
» Views: 26
Zensulin Reviews [Updated...
Forum: General Support
Last Post: GordonSn
44 minutes ago
» Replies: 1
» Views: 83
购买假币(微信ID:wilsonyati),购买假...
Forum: General Discussion
Last Post: wilsonyati
56 minutes ago
» Replies: 0
» Views: 20
Flexora Ledstøtte Anmelde...
Forum: General Support
Last Post: GordonSn
1 hour ago
» Replies: 1
» Views: 55
https://sites.google.com/...
Forum: General Support
Last Post: James2275
1 hour ago
» Replies: 5
» Views: 209
购买假币(微信 ID:wilsonyati)购买美...
Forum: Initialization & Setup Support
Last Post: wilsonyati
1 hour ago
» Replies: 0
» Views: 7
Mounja Boost Reviews 2026...
Forum: General Support
Last Post: GordonSn
1 hour ago
» Replies: 3
» Views: 115
HOW TO CREATE FLASH USDT ...
Forum: General Discussion
Last Post: GordonSn
2 hours ago
» Replies: 1
» Views: 42
أبواب داخلية: دليل شامل ل...
Forum: General Support
Last Post: GordonSn
3 hours ago
» Replies: 2
» Views: 91

 
Lightbulb [Tutorial]How To Install Open Game Panel [CentOS 6 & 7]
Posted by: Luke Graham - 12-06-2016, 04:28 PM - Forum: Tutorials - No Replies

[Image: vsncjt.png]


Open Game Panel Agent Installation:
CentOS 7:

Firstly we you need to update & install some prerequisites by using the following commands:
PHP Code:
sudo yum -y update
sudo yum 
-y install epel-release wget subversion git
sudo yum install 
-y perl-HTTP-Daemon perl-LWP-Protocol-http10 proftpd proftpd-utils perl-ExtUtils-MakeMaker glibc.i686 glibc libgcc_s.so.1 perl-IO-Compress-Bzip2 

CentOS 6:
PHP Code:
sudo yum -y update
sudo yum 
-y install epel-release wget subversion git
sudo yum install 
-y perl-libwww-perl proftpd proftpd-utils perl-ExtUtils-MakeMaker glibc.i686 glibc libgcc_s.so.1 perl-IO-Compress-Bzip2 

Both CentOS 6 & 7:

This is the command to download and install the latest OGP RPM Agent Package:
PHP Code:
wget -"https://github.com/OpenGamePanel/Easy-Installers/raw/master/Linux/CentOS/ogp_agent_rpm-1.0.0-1.noarch.rpm" -"ogp_agent.rpm"
sudo yum install -"ogp_agent.rpm" 

CentOS 6 ProFTPD:

This command is to get your FTP Service working (Applies only to CentOS 6):
PHP Code:
sudo sed -"s/^LoadModule\( \)*mod_auth_file.c/#LoadModule mod_auth_file.c/g" "/etc/proftpd.conf"
sudo service proftpd restart 

Both CentOS 6 & 7:

To get your OGP Agent encryption key for the panel you need to run the following command:
PHP Code:
sudo cat /root/ogp_enc_key 
And copy this information on a Notepad (This will be needed to by the OGP Panel).

To get your OGP User Password for the panel you need to run the following command:
PHP Code:
sudo cat /root/ogp_user_sudo_pass 
And copy this information on a Notepad (This will be needed to by the OGP Panel).

And lastly your open game panel username is:
PHP Code:
ogp_agent 

Your Open Game Panel Agent has been successfully installed (100% Tested & Working)


Open Game Panel Web Panel Installation:
CentOS 7:

Firstly we need to install some prerequisites by running the following command:
PHP Code:
sudo yum -y install epel-release wget subversion git
sudo yum 
-y install mariadb-server
sudo service mariadb restart
sudo mysql_secure_installation 

CentOS 6:
PHP Code:
sudo yum -y install epel-release wget subversion git
sudo yum 
-y install mysql-server
sudo service mysqld restart
sudo mysql_secure_installation
sudo chkconfig mysqld on 

Both CentOS 6 & 7:

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:
PHP Code:
wget -"https://github.com/OpenGamePanel/Easy-Installers/raw/master/Linux/CentOS/ogp_panel_rpm-1.0.0-1.noarch.rpm" -"ogp_panel.rpm"
sudo yum -y install "ogp_panel.rpm" 

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!

Print this item