Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 9,322
» Latest member: jasonry
» Forum threads: 12,773
» Forum posts: 22,008
Full Statistics
|
Online Users |
There are currently 982 online users. » 0 Member(s) | 980 Guest(s) Bing, Google
|
|
|
How to install OGP on CentOS [Agent] |
Posted by: Uvais - 12-27-2016, 03:29 PM - Forum: General Discussion
- Replies (6)
|
|
Hi, again. So this tutorial shows how to install agent on the panel. You cannot add a gameserver until you have this agent.
Updates and Installation :
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
After successfully installing the updates , we have to move on to installing the agent. For this we will use :
Code: wget -N "https://github.com/OpenGamePanel/Easy-Installers/raw/master/Linux/CentOS/ogp_agent_rpm-1.0.0-1.noarch.rpm" -O "ogp_agent.rpm"
sudo yum install -y "ogp_agent.rpm"
Done with this?
You might need to restart Pro-FTPD services to get it working.
Code: sudo sed -i "s/^LoadModule\( \)*mod_auth_file.c/#LoadModule mod_auth_file.c/g" "/etc/proftpd.conf"
sudo service proftpd restart
Last step, You will be needing the ogp enc key. To install remote server.
Code: sudo cat /root/ogp_enc_key
|
|
|
How to install OGP on CentOS [Panel] |
Posted by: Uvais - 12-27-2016, 03:21 PM - Forum: General Discussion
- Replies (7)
|
|
Hi , Today im going to tell everyone how to make open game panel on centOS. It is clearly the best game hosting panel as it uses less ram and supports almost all games. This is for centos 6. This tutorial is taken from opengamepanel.com.
First you need to update and install everything by the following commands:
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
After updating, you have to use these commands to get and install the panel onto the system:
Code: wget -N "https://github.com/OpenGamePanel/Easy-Installers/raw/master/Linux/CentOS/ogp_panel_rpm-1.0.0-1.noarch.rpm" -O "ogp_panel.rpm"
sudo yum -y install "ogp_panel.rpm"
After this process the following commands :
Code: sudo bash /var/www/html/create_db.sh
sudo shutdown -r now
You should now disconnect from the vps. This is because you just ran a shutdown command. Now connect again.
Use this command to get database password ( You will be needing this for database setup in ogp installation ):
Code: sudo cat /root/ogp_panel_mysql_info
Now open your browser and put in the ip of your vps.
Fill in the information needed. When it asks for the mysql database use this information
MySQL Host = "localhost"
MySQL User = "ogpuser"
MySQL Database Name = "ogp_panel"
For password you need to process the above command. You are done! You have successfully installed ogp on your system.. Did you face any problem while installing? Pm me. Check the other thread for OGP Agent.
|
|
|
Memory Usage View |
Posted by: alterego - 12-20-2016, 03:01 PM - Forum: Products Discussion
- Replies (2)
|
|
I have one question?
I don't know with paid servers but can free server users see their memory usage?
I think that's important for them to see since high memory usage usually lags up their server.
Is there any way for that to happen? Or is it implemented already? How to view it?
|
|
|
|