How to Configure the Missile Silo Timer on your Rust Server

Rust

·

Oct 27, 2024

·

12 Mins Read

Rust is a game that encourages resetting the world and player data from time to time to keep things fresh. With the release of the Missile Silo monument, server owners can display when their map should reset/when the missile silo event should end.

As the server gets closer to wipe day, additional endgame activities will start to occur on the server - such as F-15e jets observing the island, and Bradley roaming the roads. As this timer decides when these endgame events start to happen, it's important to ensure that it is set accurately to when your server will wipe.

Important

Missile Silo event wipes may be a bit confusing to configure. For additional assistance, please refer to this wiki page or submit a support ticket, we're happy to help!

# Changing your Server Wipe Tag

The missile silo timer requires a server wipe tag to be configured, to determine if the wipe is monthly, biweekly, or weekly.

  1. Access your control panel.
  2. Navigate to the Files tab.

  1. Locate and open the server.cfg file.

  1. Add a wipe schedule server tag by adding it to the server.tags option (ex: server.tags "weekly"). Click on Save & Exit.

  1. Access your server's console, and enter the command server.readcfg to make the changes live.

# Changing Wipe Day/Hour

By default after defining how often the map should wipe with a server tag map wipes will take place at UTC 00:00 on Thursdays. If this doesn't work for your community, you can choose what day of the week and time of day you'd like the wipe to take place on.

  1. Access your control panel.
  2. Navigate to the Files tab.

  1. Locate and open the server.cfg file.

  1. To change the wipe day, add this to the config file: wipeDayofWeek <0-6> (0 = Sunday, 1 = Monday, ..., 6 = Saturday).

  1. To change the wipe hour, add this to the config file: wipeHourofDay <0-23>. The hour decided is in the UTC time zone.

  1. Save your changes.
  2. Access your server's console, and enter the command server.readcfg to make the changes live.

In our example, the weekly server tag, and these new options will cause the Missile Silo event to finish every Sunday at 10:30 AM UTC.


# Configuring Exact Wipe Date

If you would like to configure an exact date and time to trigger the end of the Missile Silo event, you can add an override ConVar to the server.cfg file. This is an alternative to using the options above.

  1. Use a conversion website to generate a UNIX timestamp.

  1. Access your control panel.
  2. Navigate to the Files tab.

  1. Locate and open the server.cfg file.

  1. Add this to the config file: wipeUnixTimestampOverride <UNIX TIMESTAMP>.

  1. Save your changes.
  2. Access your server's console, and enter the command server.readcfg to make the changes live.

In our example, the weekly server tag, and these new options will cause the Missile Silo event to finish every Sunday at 10:30 AM UTC.

To learn more about Rust server hosting, you can browse our library of Knowledgebase articles here.

minecraft pfp
Jay Miller

Game Experience Engineer @ Shockbyte