How to Configure the Missile Silo Timer on your Rust Server

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.

Note: 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.

You can find more information about configuring server tags by following this guide.

  1. Access your control panel.
  2. Navigate to Files > Config Files.
  3. Click server.cfg.
  4. Add a wipe schedule server tag by adding it to the server.tags option (ex: server.tags "weekly").
  5. Save your changes.
  6. 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 Files > Config Files.
  3. Click server.cfg.
  4. To change the wipe day, add this to the config file: wipeDayofWeek <0-6> (0 = Sunday, 1 = Monday, ..., 6 = Saturday).
  5. To change the wipe hour, add this to the config file: wipeHourofDay <0-23>. The hour decided is in the UTC time zone.
  6. Save your changes.
  7. 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.
  2. Access your control panel.
  3. Navigate to Files > Config Files.
  4. Click server.cfg.
  5. Add this to the config file: wipeUnixTimestampOverride <UNIX TIMESTAMP>.
  6. Save your changes.
  7. Access your server's console, and enter the command server.readcfg to make the changes live.

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

If you require any further assistance, please contact our support at: https://shockbyte.com/billing/submitticket.php

Mitchell Smith

Managing Director @ Shockbyte

  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

How to Ban or Unban a Player on Your Rust Server

The ability to ban is built into every Rust server out of the box, preventing unwanted players...

Rust Admin Commands List

Here is a list of all commands for Rust. Note: Some commands listed here may only work with an...

How to Add a Custom Map to Your Rust Server

If you want to use custom maps on your Rust server, you'll need to use the RustEdit Oxide...

How to Set a Server Name for Your Rust Server

When connecting to your server in Rust or viewing the server in the Steam server list, all...

How to Use Rust Oxides Permission System

This guide is designed to help you understand Oxide's permission system. It will cover the basics...