Skip to content

Game Server Troubleshooting

Use this guide when any game server misbehaves. Work through the sections in order and gather the requested data before contacting support.


SymptomLikely CauseSolution
Players can’t connectFirewall blocking ports, wrong IP/port, DDoS mitigation triggeredVerify IP/port from panel, check router/ISP allows required ports, confirm no geo/IP blocks
Server not in browserServer still booting, wrong query port, private flag enabledWait 5 minutes after restart, confirm query port matches game default, disable private flags
Panel shows online but unreachableGame process hung, txAdmin/HC crashedRestart via in-game tools first (txAdmin, RCON), then panel restart if needed

  1. Reduce tickrate or view distance in your game config

  2. Disable idle resources or plugins that aren’t being used

  3. Profile scripts using game-specific tools (resmon for FiveM, Oxide diagnostics for Rust)

  4. Upgrade your plan if usage consistently exceeds 80%

  1. Remove unused mods or plugins

  2. Ensure backups don’t run during peak hours

  3. Check for memory leaks in custom scripts

  4. Upgrade your plan if RAM exceeds 75% consistently

  1. Run a speed test from the panel

  2. Confirm players connect to the closest region

  3. Remove VPNs or proxies that may add latency

  4. Check for bandwidth constraints in panel metrics


ProblemSolution
Upload failures / 413 errorsUse SFTP (port 2022) for files over 100 MB; ensure binary mode is enabled
Corrupted configsRe-upload clean copies; avoid using the panel editor for complex files
Permission errorsRe-upload via SFTP rather than using root-owned archives

IssueSolution
Backups not runningConfirm scheduler tasks are enabled and time zones match
Restarts overlapping eventsStagger scheduled tasks; avoid chaining heavy jobs
Wipe tasks skippedCheck command syntax (bpwipe, app_update, etc.)
Tasks running on wrong serverVerify tasks are assigned to the correct container

GameLog Location
Rust/oxide/logs/
FiveM/txData/logs/
CS2/csgo/logs/
Minecraft/logs/
Arma.rpt files in profiles directory
ToolGamePurpose
resmon 1FiveMIdentify slow resources
net_graph 1CS2Check tick variance and network stats
Spark/TimingsMinecraftProfile server performance
Oxide diagnosticsRustPlugin performance analysis

  1. Rotate passwords quarterly — panel, SFTP, and RCON credentials

  2. Use per-user accounts with least privilege permissions

  3. Monitor for suspicious activity in admin logs

  4. Check status page if you suspect DDoS or attack traffic


Before opening a ticket, gather this information:

  1. Server name and panel UUID

  2. Timeline of events — when did the issue start? What changed recently?

  3. Logs and stack traces — relevant error messages from console or log files

  4. Player counts and regions affected

  5. Actions already taken — restarts, rollbacks, config changes


Use this checklist before contacting support:

  • Checked status.mambahost.com for known issues
  • Verified IP and port from panel
  • Restarted the server from panel
  • Reviewed console logs for errors
  • Confirmed client and server versions match
  • Tested with a clean config (if applicable)
  • Checked firewall and port settings