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
- Startup tab (recommended)
- server.cfg
In the Game Panel, open your server and go to the Startup tab. The most important values (hostname, world size, seed, max players, and more) are exposed as editable variables and passed to the server as launch parameters, for example
+server.worldsize 4500.Values set here always take effect on the next start and are the easiest to manage.Essential Convars
RCON Settings
RCON lets external tools (like web RCON clients) send commands to your server: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:
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.

