Page:
Getting Started
Pages
Administration
Billing and Website Integration
Configuration
Database
Development
File Management
Game Configuration Examples
Game Server Management
Game Template XML
Getting Started
Home
Installation
Module Reference
Modules
OGP Fork Notes
Release Process
Remote Servers and Agents
Requirements and Prerequisites
Steam and Workshop
Troubleshooting
Users and Permissions
XML Schema and Validation
No results
2
Getting Started
Frank Harris edited this page 2026-06-20 13:04:55 -05:00
Table of Contents
Getting Started
This wiki documents Game Server Panel as its own current product while preserving necessary attribution to its Open Game Panel origins.
First Read
What GSP Is
GSP is the control-plane web panel for game server administration. It coordinates server management, XML-based game templates, file operations, remote agents, user access, and dedicated modules such as Steam Workshop.
Recommended First Steps
- Read the installation and prerequisites pages.
- Review the module inventory and identify the feature area you are working in.
- Inspect the current source files in
Panel/Panel/modules/.... - Validate any XML or PHP changes before treating the work as complete.
Good Starting Points
Panel/Panel/modules/config_games/for XML game templates and schema validationPanel/Panel/modules/steam_workshop/for Workshop administration and installsPanel/Panel/modules/gamemanager/for server lifecycle actionsPanel/Panel/modules/addonsmanager/for legacy server-content workflows
Notes
- pages marked with
Needs Verificationidentify areas where the current source should be checked before making stronger claims - newer GSP behavior should override older inherited assumptions where the code confirms a difference