Bungie has published a deep dive into how Marathon handles networking and security — covering dedicated servers, anti-cheat systems, connection recovery, and more. Here's a breakdown of everything they shared.

The Big Picture

Marathon's competitive extraction loop means your deaths need to feel fair. Bungie is making it clear that their goal is for every loss to come from player mistakes or enemy outplays — not from lag, cheaters, or server instability. Here's the headline rundown:

  • Fully authoritative dedicated servers for all combat and looting actions
  • New networking systems that keep gameplay responsive even under high packet loss
  • Fog of War that limits what each client knows about the map, shutting down wall hacks, ESP cheats, and loot revealers
  • Rebuilt game security stack from the ground up, layered on top of BattlEye
  • Connection recovery — if you disconnect, you can rejoin your run
  • Gear refunds when Bungie's own servers cause a failed reconnection
  • Permanent bans for cheaters with no second chances

Dedicated Server Networking

Marathon runs on fully authoritative dedicated servers — meaning the server has final say over movement, shooting, actions, and inventory. Any invalid client action gets rejected without impacting other players, protecting against teleport exploits, unlimited ammo, and damage manipulation.

The networking model pairs server authority with client-side prediction and rewind. Your movements and actions feel instant on your screen, but the server can correct the world state if what actually happened differs from what you saw. This keeps gameplay feeling responsive while keeping the server as the source of truth.

Every single shot goes through server-side hit adjudication with per-shot tracking and redundant transmission. The server performs aim compensation with rewind on each individual bullet, which means:

  • You can hit moving players reliably, even when they're dipping in and out of cover
  • Bullet travel time is accounted for
  • Players with good connections won't get shot behind cover

Bungie has also invested in a global network of datacenters to keep latency low for players worldwide.

Fog of War

One of Marathon's standout security features is the Fog of War system, which runs server-side. It limits each player's client to only knowing about the regions of the map they should be able to sense in their surroundings.

This is a major countermeasure against several types of cheats:

  • Wall hacks — the client simply doesn't have position data for players it shouldn't see
  • ESP cheats — same principle; if your client doesn't know it, a cheat can't reveal it
  • Loot revealers — item locations and container contents are hidden until you're close enough

Client Security & BattlEye

Beyond server-side protections, Bungie has rebuilt their client-side security stack from the ground up for Marathon. They're using a combination of:

  • Third-party game security software (BattlEye)
  • Additional proprietary security layers, many of which are new for Marathon
  • Both user-mode and kernel-mode components

Bungie is deliberately vague on specifics here — and for good reason. Sharing exact methodologies would give cheat developers a roadmap to bypass them.

Analytics & Detections

Marathon's servers continuously collect telemetry on every player action. This data is fed through backend analysis systems that look for unusual gameplay patterns and anomalies. Bungie's security analysts are monitoring across all platforms and input devices.

The key takeaway: even if a suspicious player slips through in the moment, Bungie may catch them later through deeper data analysis and issue a ban retroactively.

Connection Recovery

Disconnecting during a high-stakes run won't automatically mean you lose everything. If you crash or get disconnected:

  • Your shell stays in the game world (your crew can protect it)
  • Restart your connection, relaunch the game, and reconnect to your active run

If reconnection fails due to a Bungie server or network issue, they'll attempt to return your starting gear. Note: this gear refund only applies to server-side errors — it won't cover losses from your own internet or client-side crashes.

Economic Security

With Marathon's extraction economy, your vault of weapons and gear represents a real time investment. Bungie says they're taking steps to protect against item duplication and other economic exploits to keep the loot ecosystem fair.

Zero Tolerance for Cheaters

Bungie is taking a hard line: anyone caught cheating or developing cheats will be permanently banned from Marathon — no second chances. They will have an appeals system in place to catch any false positives, but the message is clear.

Server Slam Is the First Test

All of these security and networking systems will be live when the Server Slam kicks off on February 26. If you spot something suspicious during the preview, Bungie is encouraging players to report in-game or via their online report form.


Source: Bungie.net — Marathon: Networking and Security. Follow us on X/Twitter for more Marathon coverage.