![]() |
How to install Open Game Panel (Latest Panel) on Centos 6/7 - 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 Open Game Panel (Latest Panel) on Centos 6/7 (/Thread-How-to-install-Open-Game-Panel-Latest-Panel-on-Centos-6-7) Pages:
1
2
|
How to install Open Game Panel (Latest Panel) on Centos 6/7 - Zorono - 09-26-2017 Hello everybody, first of all i know that there is another thread about how to install Open Game Panel but this one contains more easy steps && Latest Open Game Panel build... 1. you have to check whether Apache/PHP/MySQL (Full Web Server is installed or not) if you haven't any Web Server Installed (Apache/PHP/MySQL) here you are a full tutorial about how to install it: https://post4vps.com/thread-1520-newpost.html 2. Firstly we you need to update & install some prerequisites by using the following commands: CentOS 7: Code: sudo yum -y update CentOS 6: Code: sudo yum -y update Both CentOS 6 & 7: This is the command to download and install the latest OGP RPM Agent Package: 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" CentOS 6 ProFTPD: This command is to get your FTP Service working (Applies only to CentOS 6): Code: sudo sed -i "s/^LoadModule\( \)*mod_auth_file.c/#LoadModule mod_auth_file.c/g" "/etc/proftpd.conf" Both CentOS 6 & 7: To get your OGP Agent encryption key for the panel you need to run the following command: 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: 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: 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: Code: sudo yum -y install epel-release wget subversion git CentOS 6: Code: sudo yum -y install epel-release wget subversion git 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: 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" It may take 5 - 10 minutes before this step completes. Run the following command to create a database for your OGP Web Panel software: 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: 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: Code: sudo cat /root/ogp_panel_mysql_info 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): Code: sudo iptables -D INPUT 5 - if you are facing any proplems feel free to post it here with some description please. ![]() RE: How to install Open Game Panel (Latest Panel) on Centos 6/7 - Ultraz - 09-26-2017 Amazing tutorial again, I was looking for something like this but what about Debian, etc. I need tutorial about how to use the VPS for a webhosting like cPanel of InfinityFree, Other communities of web hosting. RE: How to install Open Game Panel (Latest Panel) on Centos 6/7 - Zorono - 09-26-2017 UltrazAmazing tutorial again, I was looking for something like this but what about Debian, etc. I need tutorial about how to use the VPS for a webhosting like cPanel of InfinityFree, Other communities of web hosting. Thanks sir, enjoy your Time. here your are cPanel installion Tutorial: https://post4vps.com/thread-1522-post-14454.html#pid14454 RE: How to install Open Game Panel (Latest Panel) on Centos 6/7 - Ultraz - 09-27-2017 (09-26-2017, 02:33 PM)Zorono Wrote: UltrazAmazing tutorial again, I was looking for something like this but what about Debian, etc. I need tutorial about how to use the VPS for a webhosting like cPanel of InfinityFree, Other communities of web hosting. What about Debian and other types of Linux VPSs how to install there? I would like to get any tutorial for them if you have or make new one it will be kind from you ? RE: How to install Open Game Panel (Latest Panel) on Centos 6/7 - chanalku91 - 05-08-2018 Hey thanks to you I can install open game panel only for java program named i-cctv yes you have merit on opreker Thank you sir RE: How to install Open Game Panel (Latest Panel) on Centos 6/7 - humanpuff69 - 05-10-2018 (05-08-2018, 02:28 PM)chanalku91 Wrote: Hey thanks to you I can install open game panel only for java program named i-cctv yes you have merit on opreker This tutorial unfortunately is for centos only . Your vps is using ubuntu . So use other tutorial because there is some command that is different RE: How to install Open Game Panel (Latest Panel) on Centos 6/7 - chanalku91 - 05-10-2018 (05-10-2018, 02:50 AM)humanpuff69 Wrote: This tutorial unfortunately is for centos only . Your vps is using ubuntu . So use other tutorial because there is some command that is different Commands and programs used Pastika. the program is the same and you already understand about the problems that arise at the time of my installation is rather noob • Vaerity Team RE: How to install Open Game Panel (Latest Panel) on Centos 6/7 - YOuNeS_Dz - 05-10-2018 Not bad zorono.. video is more better tbh with you.. anyway goodjob ![]() RE: How to install Open Game Panel (Latest Panel) on Centos 6/7 - Amine - 12-23-2018 Hello, i really like your tutorial, anyway i'm facing a little problem wich is, when i try to login into my ftp account it says: An error has occured Unable to connect to FTP server XXX.XX.XX.XXX on port 21. RE: How to install Open Game Panel (Latest Panel) on Centos 6/7 - Manal - 12-23-2018 (12-23-2018, 10:58 AM)Amine Wrote: Hello, i really like your tutorial, anyway i'm facing a little problem wich is, when i try to login into my ftp account it says: Type Quote:service proftpd start. If this continues, check to see if port "21" ie FTP port is opened on your machine/server. |