1 Game Server Management
Frank Harris edited this page 2026-06-20 12:37:36 -05:00

Game Server Management

This page covers the user-facing server lifecycle and management flow.

Primary Tasks

  • start and stop servers
  • restart and monitor servers
  • view logs
  • manage files
  • manage server-specific settings

Main Source Areas

  • Panel/Panel/modules/gamemanager/
  • Panel/Panel/modules/litefm/
  • Panel/Panel/modules/ftp/
  • Panel/Panel/modules/steam_workshop/

The dedicated Workshop module is used for Workshop installs, uninstalls, and Workshop configuration management. It is separate from normal server lifecycle controls.

Notes

  • Server lifecycle behavior should be treated as the Panel's responsibility.
  • Agents should execute requests and report results, not decide policy.