Skip to content
Version 2.1.1 - CRITICAL RCON bug fix

CRITICAL: Fixed RCON configuration for new servers

All v2.0.0+ versions had broken RCON for newly created servers.
This release fixes the first-run initialization to properly apply
RCON configuration (RCONPort and RCONPassword) to new servers.

Changes:
- Fixed first-run initialization flow
- Changed process termination from kill to pkill
- Moved RCON config outside conditional block

Existing servers were unaffected by the bug.