Skip to main content
Rust servers are configured through convars (console variables). On your Wasabi Hosting server you can set them in two places: the Startup tab of the Game Panel (applied as launch parameters) or the server.cfg file inside your server identity folder. This guide covers the convars that matter most and where to edit them.

Where to Edit Configuration

Launch parameters set in the Startup tab override values in server.cfg. Don’t define the same convar in both places, or you’ll wonder why your server.cfg change “isn’t working.” Never edit serverauto.cfg, because it is auto-generated and overwritten by the server.

Essential Convars

RCON Settings

RCON lets external tools (like web RCON clients) send commands to your server:
You rarely need RCON for day-to-day admin work, because the Console tab in the Game Panel gives you a live server console with full command access. Consider locking down the RCON port with the Firewall Manager if you enable it.

Map Size and Seed Explained

Rust generates its procedural map from two values: server.worldsize and server.seed. The same combination always produces the identical map, so you can share or reuse maps you like. Example configuration for a mid-size map:
Changing the size or seed only takes effect on a fresh map: you must delete the old map files (a map wipe) for a new map to generate. See the server wipes guide.
Want to preview a map before wiping to it? Community tools like RustMaps let you browse generated maps by seed and size, then copy the values into your Startup tab.

Applying Changes

1

Edit your values

Change convars in the Startup tab or server.cfg as described above.
2

Restart the server

Restart from the Game Panel. Most convars are read at boot; hostname/description changes appear in the browser after the restart.
3

Verify in the console

Type a convar name with no value in the panel Console (e.g. server.worldsize) to print its current value.

Upgrade your Rust experience

Running a bigger map or higher pop? Wasabi Rust servers start at €9.99/month on Ryzen X3D hardware, and upgrades keep all your files.