Panel/Agent-Windows/OGP64/OGP
2026-06-06 18:46:40 -04:00
..
ArmaBE Added Cyg-Win 2026-06-06 18:46:40 -04:00
Cfg Added Cyg-Win 2026-06-06 18:46:40 -04:00
Crypt Added Cyg-Win 2026-06-06 18:46:40 -04:00
documentation Added Cyg-Win 2026-06-06 18:46:40 -04:00
EHCP Added Cyg-Win 2026-06-06 18:46:40 -04:00
FastDownload Added Cyg-Win 2026-06-06 18:46:40 -04:00
File/Copy Added Cyg-Win 2026-06-06 18:46:40 -04:00
Frontier Added Cyg-Win 2026-06-06 18:46:40 -04:00
Install Added Cyg-Win 2026-06-06 18:46:40 -04:00
IspConfig Added Cyg-Win 2026-06-06 18:46:40 -04:00
KKrcon Added Cyg-Win 2026-06-06 18:46:40 -04:00
Minecraft Added Cyg-Win 2026-06-06 18:46:40 -04:00
php-query Added Cyg-Win 2026-06-06 18:46:40 -04:00
Schedule Added Cyg-Win 2026-06-06 18:46:40 -04:00
ServerFiles Added Cyg-Win 2026-06-06 18:46:40 -04:00
Time Added Cyg-Win 2026-06-06 18:46:40 -04:00
agent_conf.sh Added Cyg-Win 2026-06-06 18:46:40 -04:00
COPYING Added Cyg-Win 2026-06-06 18:46:40 -04:00
DEVELOPMENT Added Cyg-Win 2026-06-06 18:46:40 -04:00
example_alsoRun.bat Added Cyg-Win 2026-06-06 18:46:40 -04:00
extPatterns.txt Added Cyg-Win 2026-06-06 18:46:40 -04:00
ogp_agent.pl Added Cyg-Win 2026-06-06 18:46:40 -04:00
ogp_screenrc Added Cyg-Win 2026-06-06 18:46:40 -04:00
ogp_screenrc_bk Added Cyg-Win 2026-06-06 18:46:40 -04:00
README.md Added Cyg-Win 2026-06-06 18:46:40 -04:00

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 the gameserver service 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

  1. Clone or download the repository to C:\\gsp-agent.
  2. Right-click Install\\onceinstall_agent.bat → “Run as administrator”.
  3. Open the bundled Cygwin terminal and configure the agent:
    cd /OGP
    bash agent_conf.sh -p "gameserverPassword"
    
  4. Edit C:\\OGP\\Cfg\\Config.pm so it matches the server entry you created in the GameServer Panel.
  5. Start the “OGP agent start on boot” scheduled task (or reboot).
  • 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.