Skip to content

v0.1.0

Compare
Choose a tag to compare
@dkoz dkoz released this 18 Feb 19:51
· 109 commits to main since this release

Features

  • RCON Integration: Seamlessly control your server using RCON commands.
  • Server Query: Retrieve real-time information about your server's status, including player count and connection info.
  • Whitelist Management: Easily manage your server's whitelist and create a database of players SteamID, PlayUID, and other information for secure access control.
  • Player Logging: Keep track of player activity by logging join and leave events on your server.
  • Scheduled Restarts: Automate server reboots at set intervals for updates and maintenance, enhancing stability while minimizing disruption to players. This requires implementing a watchdog mechanism to detect when the server stops and automatically restarts it, similar to capabilities found in game panels or batch scripts.
  • EOS Integration: Interact with the Epic Online Services (EOS) API to retrieve detailed information about your server. This is currently experimental and does have some issues.

Installation

Remember to read the guide on our wiki