the control panel
- config.inc.php: new sandbox/live credential structure with paypal_mode, separate sandbox/live client_id, client_secret, webhook_id, and webhook_path - config.example.php: updated to match new structure - config_loader.php: adds defaults and backward compat mapping from old $paypal_sandbox/$paypal_client_id variables; adds gsp_paypal_* helper functions - PayPalGateway.php: fromConfig() uses gsp_paypal_* helpers with fallback - cart.php: uses gsp_paypal_get_client_id()/gsp_paypal_is_sandbox() helpers - webhook.php: updated to use gsp_paypal_* helpers for credentials/API base - paypal/webhook.php: new full-featured webhook receiver with signature verification, idempotency log, event processing, provisioning trigger - admin_config.php: expanded to separate sandbox/live fields, computed webhook URL, diagnostics panel showing credential status and recent webhook events - module.php: bumped to v3.3/db_version 3, adds billing_paypal_webhook_events table Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/f974e469-8562-41df-ba37-bc340f5a154c Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com> |
||
|---|---|---|
| .github | ||
| .vscode | ||
| .well-known/pki-validation | ||
| Crypt | ||
| css | ||
| docs | ||
| documentation | ||
| favicon | ||
| ftp | ||
| images | ||
| includes | ||
| js | ||
| lang | ||
| modules | ||
| obsidian-upstream@471c3829b9 | ||
| protocol | ||
| scripts | ||
| sql | ||
| status | ||
| themes | ||
| tools | ||
| .gitignore | ||
| all_hostable_games_union.csv | ||
| APACHE_SETUP.md | ||
| api_authorized.hosts | ||
| backup.sh | ||
| biedi.php | ||
| browserconfig.xml | ||
| CHANGELOG.md | ||
| check.php | ||
| COPYING | ||
| deploy_gsp.sh | ||
| exim SMTP.txt | ||
| favicon.ico | ||
| fileserver.conf | ||
| game_titles.txt | ||
| gsp | ||
| home.php | ||
| IMPLEMENTATION_COMPLETE.md | ||
| IMPLEMENTATION_NOTES.md | ||
| IMPLEMENTATION_SUMMARY.md | ||
| index.orig.php | ||
| index.php | ||
| INSTALL.BAT | ||
| install.php | ||
| INSTALL_README.md | ||
| LICENSE | ||
| manifest.json | ||
| ogp_api.php | ||
| panel.conf | ||
| panel.sql | ||
| php_aggregator.php | ||
| phpinfo.php | ||
| push_to_github.sh | ||
| README.md | ||
| README.txt | ||
| server_status.php | ||
| serverbot.php | ||
| status_api.php | ||
| status_api_local.php.example | ||
| TASK_COMPLETION_SUMMARY.md | ||
| tos.php | ||
| tz.php | ||
GSP Windows Agent
Cygwin-based agent that lets the GameServer Panel manage Windows Server 2019/2022 hosts. It mirrors the Linux agent feature set: signed RPC transport, GNU Screen session management, and SteamCMD-aware installers.
Highlights
- One-click installer (
Install/onceinstall_agent.bat) that bootstraps Cygwin, required packages, and thegameserverservice account. - Task Scheduler entry that keeps the agent running after reboots.
- Helper scripts (
agent_conf.sh,rebase_post_ins.bat, etc.) for maintaining the environment. - Markdown documentation under
documentation/agent-guide.md.
Quick start
- Clone or download the repository to
C:\\gsp-agent. - Right-click
Install\\onceinstall_agent.bat→ “Run as administrator”. - Open the bundled Cygwin terminal and configure the agent:
cd /OGP bash agent_conf.sh -p "gameserverPassword" - Edit
C:\\OGP\\Cfg\\Config.pm(match the settings you entered in the GSP web panel) and start the “OGP agent start on boot” scheduled task.
Related repositories
- GSP – PHP panel that issues commands to the agents.
- GSP-Agent-Linux – Linux counterpart with systemd service files.
Contributing
Send pull requests through GitHub. Test installer changes on a clean Windows Server VM, keep batch files in ASCII, and update documentation/agent-guide.md whenever you modify the workflow.