How Rust map seeds and sizes work: seed = number that defines map layout, size = world size in metres (3000-6000 typical). What sizes mean for monuments, biomes and population pressure.
Rust's procedural maps are defined by two numbers: a seed (which determines the actual layout — where monuments spawn, biome positions, road network) and a size (which determines how big the world is in metres). Server admins set both. Knowing what these mean tells you what to expect on any server before you join.
A map seed is a numerical ID (typically 1-9 digits) that procedurally generates a specific map layout. Same seed + same size = same map every time. Server admins pick a seed at server creation; it stays the same until they change it (usually at force wipe or special events).
When you see "Seed: 1234567" in a server name or browser detail, that's the procedural input. Some communities run consistent seeds wipe-after-wipe; others rotate randomly each force wipe. Most official Facepunch servers randomise seed each wipe.
| Size | Approx area | Best for |
|---|---|---|
| 2000 | Tiny — 4 km² | Battlefield-style PvP servers; rare on official |
| 3000 | Small — 9 km² | Fast-pace community servers, ~100 players, frequent fights |
| 3500 (default Facepunch) | Standard — 12.25 km² | Most official servers; balanced monument density |
| 4000-4500 | Large — 16-20 km² | 200+ player servers; spacing for builders |
| 5000-6000 | Massive — 25-36 km² | Big communities; less PvP density per km² |
Smaller maps mean: more monuments per square km, more frequent player encounters, faster gear-up. Larger maps mean: more space to hide a base, less roadside ambush risk, slower-paced PvP. Pick the size that matches your playstyle.
Yes — third-party tools like RustMaps.com let you preview any seed + size combination before joining a server. Useful when an admin announces a seed in advance and you want to scout monument layouts. Not useful for surprise wipes (most servers don't announce seeds beforehand).
Standard Facepunch official server map size is 3500 (about 3.5 km × 3.5 km = ~12 km² total). Community servers vary widely from 2000 (battlefield-style) up to 6000 (massive). The size shows on the in-game world map and in server browser details.
A numerical ID that procedurally generates a specific map layout. Same seed + same size = identical map every time. Server admins set the seed at server creation; most official servers randomise it each force wipe. Community servers vary.
Tools like RustMaps.com (third-party, free) let you preview any seed before joining. Communities sometimes share "good seeds" (lots of monuments concentrated, or specific biome arrangements) on Reddit r/playrust. Most servers don't let you choose the seed — that's an admin call.
3500 (Facepunch default) on a 100-200 population server. That gives the canonical Rust experience — enough monuments to do a full progression chain, enough space to find hidden base spots, and density that produces frequent enough PvP for learning without overwhelming you.
Press F1 to open the console, then type 'server.info' or 'server.identity' — it shows seed, size and other server details. Some community servers also display the seed on their welcome screen or in the in-game F2 server description.