Automated Installation of Open Game Panel (Web) on Debian, Ubuntu, and CentOS

:video_game: How to Use the Open Game Panel Installation Script :rocket:

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! :sunglasses:


:gear: Prerequisites:

Before you get started, make sure you have:

  • A Debian-based system (Ubuntu, Debian) or CentOS (CentOS 6, 7, 8) :penguin:
  • Root privileges or sudo access :hammer_and_wrench:
  • An active internet connection to download necessary dependencies :globe_with_meridians:

:inbox_tray: Step 1: Download the Installation Script

  1. First, download the script from the repository:

    wget https://github.com/SanjaySRocks/OGP-Installer/blob/master/ogp-panel-install.sh
    
  2. Make the script executable:

    chmod +x ogp-panel-install.sh
    

:running_man: Step 2: Run the Script

  • To start the installation, run the script with sudo:
    sudo ./ogp-panel-install.sh
    

:key: Step 3: Follow the On-Screen Instructions

  • During the installation, the script will display important info like your MySQL credentials and OGP user password :scroll:.
  • Keep these details safe, as you’ll need them to access the OGP Panel after installation.

:shield: 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 :closed_lock_with_key:.

:earth_africa: 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! :video_game::sparkles:

:white_check_mark: Supported Systems:

  • Debian: Versions 7, 8, 9, and 10 :penguin:
  • Ubuntu: Versions 14.04, 16.04, 18.04, and 20.04 :penguin:
  • CentOS: Versions 6, 7, and 8 :desktop_computer: