How to Use the Open Game Panel Installation Script ![:rocket: :rocket:](https://amsaal.net/images/emoji/twitter/rocket.png?v=12)
Ready to manage your game servers like a pro? This script automates the installation of Open Game Panel (OGP) on Debian, Ubuntu, and CentOS systems. Whether you’re a seasoned gamer or just starting out, this guide will walk you through everything you need to get OGP up and running in no time!
Prerequisites:
Before you get started, make sure you have:
- A Debian-based system (Ubuntu, Debian) or CentOS (CentOS 6, 7, 8)
- Root privileges or
sudo
access - An active internet connection to download necessary dependencies
Step 1: Download the Installation Script
-
First, download the script from the repository:
wget https://github.com/SanjaySRocks/OGP-Installer/blob/master/ogp-panel-install.sh
-
Make the script executable:
chmod +x ogp-panel-install.sh
Step 2: Run the Script
- To start the installation, run the script with
sudo
:sudo ./ogp-panel-install.sh
Step 3: Follow the On-Screen Instructions
- During the installation, the script will display important info like your MySQL credentials and OGP user password
.
- Keep these details safe, as you’ll need them to access the OGP Panel after installation.
Step 4: Secure Your Installation
- Once the script finishes, you’ll be prompted to secure your MySQL installation. Simply follow the on-screen prompts to ensure your setup is safe and protected
.
Step 5: Access the OGP Panel & Configure It
- After installation, open your web browser and go to:
http://<your-server-ip>/install
- Log in with the MySQL credentials you were provided earlier, and you’re all set to start managing your game servers!
Supported Systems:
- Debian: Versions 7, 8, 9, and 10
- Ubuntu: Versions 14.04, 16.04, 18.04, and 20.04
- CentOS: Versions 6, 7, and 8