Commit Graph

4 Commits

  • feat: add steam_disk_space egg feature to SteamCMD eggs
    A new egg feature modal was introduced in Panel v1.7.0 triggering when server has run out of disk space to provide more user-friendly instructions to both admins and normal users. This is unique to SteamCMD specific errors.
  • Fix Rust RCON connection
    RCON IP address has to be 0.0.0.0, else the rcon connection can't be established using the default pterodactyl networking.
  • Eggs/rust wipe (#1344)
    * eggs(rust): disallow invalid characters for RCON
    
    Do not allow invalid characters for RCON password that would break the connection, similar to original Rust egg.
    
    * docs(rust-autowipe): Specify that wipe is performed on reinstall