Rust

Rust September & October 2026 Updates: Force Wipe Guide

9 min read

Rust's next monthly force wipes fall on September 3 and October 1, 2026. See the confirmed schedule, what resets, and how players and server owners should prepare.

Rust’s next two monthly update days are Thursday, September 3, 2026 and Thursday, October 1, 2026. Both dates fall on the first Thursday of the month, matching Facepunch’s official default monthly wipe schedule.

For Rust players, that means two fresh starts are approaching. For dedicated-server owners, it means planning updates, backups, map generation, plugin compatibility checks, and player communication before the new builds arrive.

There is one important distinction: the dates are confirmed by Rust’s monthly schedule, but Facepunch has not yet revealed the content or names of the September and October updates. This guide separates what is official from what remains unknown and explains how to prepare without relying on rumors.

Rust September and October 2026 dates at a glance

  • September update and monthly force wipe: Thursday, September 3, 2026
  • October update and monthly force wipe: Thursday, October 1, 2026
  • Default monthly wipe time: 19:00 London time
  • Confirmed content: Not announced yet
  • Expected on release day: A new Rust client build and matching dedicated-server build
  • Server-owner priority: Back up, update, wipe or regenerate as required, test plugins, and verify that players can reconnect

Facepunch’s official Server Wipe Timer documentation defines the monthly schedule as the first Thursday of every month at 19:00 London time. September 3 and October 1 are the first Thursdays of their respective months.

Is the Rust September 2026 update confirmed?

Yes, the monthly update and wipe date are confirmed by the official schedule. September 3, 2026 is the first Thursday of September.

What has not been confirmed is the update’s feature list. Facepunch normally publishes the complete devblog when the update launches, so any website promising specific September weapons, monuments, vehicles, balance changes, or systems before an official announcement is speculating.

That does not make the date unimportant. Monthly Rust updates require the client and server to run compatible builds. A dedicated server that has not updated can temporarily disappear from a player’s usable server list or reject connections after the client changes.

A Rust player works around power infrastructure introduced in the August 2026 Power Trip update

Is the Rust October 2026 update confirmed?

Yes, the October monthly update and wipe falls on October 1, 2026. It is also the first Thursday of the month.

As with September, Facepunch has not published an official October feature list as of August 12, 2026. The October update could include new content, balance changes, performance work, quality-of-life improvements, and bug fixes, but the exact mix will not be known until Facepunch announces it.

Server owners should schedule the October maintenance window independently rather than assuming September’s process will cover both updates.

What is a Rust force wipe?

A force wipe is the monthly reset aligned with Rust’s first-Thursday update cadence. It gives players a fresh procedural world and prevents old world data from carrying across a build that requires a new map.

On most servers, players should expect the following to reset:

  • The procedural map and its seed-generated world
  • Player-built bases and deployables
  • Stored loot and inventories tied to the wiped world
  • Monument progress and world-state activity
  • Sleeping locations and most map-based progression

A blueprint wipe is different. Facepunch’s monthly schedule does not automatically mean every community server will erase learned blueprints. Blueprint policy can vary by server, so players should check the server description, Discord, or administrator announcement before wipe day.

What time will the force wipe happen?

The official Rust wipe-timer defaults are:

  • Monthly: First Thursday of each month at 19:00 London time
  • Weekly: Every Thursday at 19:00 London time
  • Biweekly: First and third Thursday at 19:00 London time, with special handling for five-Thursday months

Server administrators can configure their own weekly, biweekly, or custom schedules, but the first-Thursday monthly date remains the key reference point for the official update cycle. Release timing can still shift operationally, so server owners should watch the official Rust news feed on update day instead of restarting blindly at the clock.

Why monthly Rust updates matter for servers

Rust updates both the game client and the dedicated-server application. Facepunch’s official server setup documentation identifies dedicated-server Steam App ID 258550 and explains that SteamCMD is used to install and update it.

That creates several operational requirements:

  1. The server binary must be current. Players on a newer client need a compatible server build.
  2. A required world wipe needs a clean map launch. Old procedural-world files should not be mistaken for the new cycle.
  3. Plugins may lag behind the game build. Facepunch’s server documentation notes that Oxide must be updated after server updates.
  4. Configuration must survive deployment. Startup arguments, identity, ports, seed, world size, description, and RCON settings should be retained.
  5. The server needs a health check. A running process is not enough; it should appear in listings and accept a real connection.

A satellite crash event from Rust’s August 2026 update, illustrating the kind of world activity monthly updates can introduce

Rust server preparation checklist

One week before the update

  • Record the current server identity, seed, world size, ports, branch, and startup arguments.
  • Review the plugin list and remove abandoned or unnecessary extensions.
  • Announce the exact wipe date and whether blueprints will reset.
  • Confirm that there is enough storage for a full backup and new map files.
  • Check the Rust news page for official previews or maintenance guidance.

One day before the update

  • Create a verified backup of the server identity directory, configuration, player data, map files, and plugin configuration.
  • Save a copy somewhere outside the active server directory.
  • Confirm that SteamCMD can reach the Rust dedicated-server application.
  • Prepare a maintenance message so players know the server may be briefly unavailable.
  • If you use staging for compatibility testing, keep it isolated from the production identity and save data.

On update day

  1. Stop the Rust server cleanly.
  2. Preserve the final pre-wipe backup.
  3. Update Rust Dedicated using SteamCMD App ID 258550.
  4. Update the plugin framework and extensions when compatible builds are available.
  5. Remove or archive the old map files if a new map is required.
  6. Start the server with the intended seed, size, identity, and configuration.
  7. Review startup logs for exceptions, missing assets, or plugin failures.
  8. Confirm that the server appears and accepts a player connection.
  9. Publish the all-clear only after gameplay is verified.

Rust’s Water Treatment Plant machinery in the Power Trip update

How modded Rust servers should prepare

Modded servers have an additional compatibility layer. The official setup guide says that Oxide receives an update shortly after a Rust server update and must be installed again when the game updates.

Before September 3 and October 1:

  • Export a plugin inventory with version numbers and source links.
  • Back up plugin data and configuration separately from the map.
  • Identify gameplay-critical plugins, such as permissions, kits, economy, teleportation, anti-cheat, and moderation tools.
  • Disable plugins that throw repeated errors after the update rather than letting them destabilize the server.
  • Test critical player journeys: spawning, authorization, building, combat, chat, commands, saving, and reconnecting.
  • Keep a vanilla recovery path if the mod framework is not immediately compatible.

Workbench upgrades displayed in Rust, a reminder to verify progression-affecting plugins after monthly updates

What we know from Rust’s latest update

The most recent official update before this article was Power Trip, released August 6, 2026. It introduced Player Maintained Monuments and connected existing locations through new server-wide activities.

Confirmed Power Trip additions included:

  • Restoring the Power Plant using Heavy Fuses
  • A controllable satellite crash event launched from Launch Site
  • Crude-oil pumping from the oil rigs to Dome
  • Powered food production at Supermarket
  • Water production linked to Water Treatment Plant
  • Additional monument and infrastructure interactions
  • Balance changes, fixes, optimizations, and quality-of-life improvements

The powered Supermarket freezer introduced in Rust’s August 2026 update

These features are already live; they are not predictions for September or October. They are useful context for the scale and variety of changes Facepunch can ship in a monthly devblog.

Rust’s Dome oil-pumping system from the August 2026 Power Trip update

What could be in the September and October updates?

At the moment, the only accurate answer is: Facepunch has not said yet.

Recent monthly updates have combined headline features with balance changes, bug fixes, optimizations, model refreshes, and quality-of-life improvements. That history helps players understand the normal format, but it does not confirm any individual September or October feature.

Treat the following as unconfirmed unless it appears on an official Facepunch page:

  • Claimed new weapons or armor
  • Alleged monument additions or removals
  • Blueprint-system changes
  • Supposed map-generation changes
  • Plugin-breaking API changes
  • Exact download or downtime estimates

This article will need an editorial update when Facepunch publishes each official launch devblog.

Players can interact with powered roadside infrastructure in the August 2026 Rust update

Should you start a new Rust server before the force wipe?

You can, but timing matters. Starting immediately before September 3 or October 1 gives players only a short cycle before the monthly reset. That can still work for testing configuration, plugins, administrators, and performance.

For a public launch, the first-Thursday wipe is usually the cleaner starting point because everyone enters the new map together. Prepare the server beforehand, then open it after the updated build has passed health and connection checks.

Managed hosting can reduce the operational work around binaries, backups, and process recovery. Hostari supports Rust servers alongside its wider game-server matrix.

Rust players and defenses around an upgraded external wall

Frequently asked questions

When is the Rust September 2026 force wipe?

The monthly force wipe falls on Thursday, September 3, 2026, the first Thursday of the month. Rust’s default monthly wipe timer is set for 19:00 London time.

When is the Rust October 2026 force wipe?

The October monthly force wipe falls on Thursday, October 1, 2026, also the first Thursday of the month.

Has Facepunch announced the September update content?

No. As of August 12, 2026, Facepunch has not published the September launch devblog or a confirmed feature list.

Has Facepunch announced the October update content?

No. The update date follows the official monthly schedule, but the content remains unannounced.

Does every force wipe erase blueprints?

Not necessarily. Map and world data reset, while blueprint policy can vary by server. Check the specific server’s rules before wipe day.

Do Rust plugins need to be updated after a monthly update?

They may. Facepunch’s server documentation states that Oxide releases updates after Rust server updates and must be reinstalled. Server owners should also test each critical plugin against the new build.

What is the Rust dedicated-server Steam App ID?

The official Rust server documentation lists 258550 as the dedicated-server App ID used with SteamCMD.

Official sources

All in-game screenshots are official Facepunch media from the Power Trip devblog. This article was researched on August 12, 2026 and should be refreshed when the September and October launch posts become available.