How to Configure Your Rust Dedicated Server (server.cfg)

Complete Rust server.cfg reference — hostname, world size, seed, decay, performance, anti-hack, and all server convars.

Rust uses startup parameters AND server.cfg. The cfg file takes priority over startup params.

server.cfg
users.cfg
proceduralmap.sav
player.blueprints.db

The server1 folder name is set by +server.identity.


Server Identity

SettingDescription
server.hostname "Name"Browser display name
server.description "Text"Description at connect screen
server.url "https://..."Server website URL
server.headerimage "https://.../img.jpg"Header image (512x256 JPG)
server.tags "weekly,vanilla"Browser filter tags
server.maxplayers 50Max concurrent players

World Generation

SettingDefaultDescription
server.seedrandomMap seed (0–2,147,483,647)
server.worldsize4000Map size in meters (1000–6000)
server.level"Procedural Map"Map type: Procedural Map, Barren, HapisIsland
server.saveinterval300Auto-save interval (seconds)

💡 Tip: Preview seeds at rustmaps.com before using them. World size 3000–4000 is ideal for most servers.

Network

SettingDefaultDescription
server.port28015Game port (UDP)
rcon.port28016RCON port (TCP)
rcon.password""RCON password (required)
rcon.web1WebSocket RCON (modern standard)
server.ip0.0.0.0Bind IP

Gameplay

SettingDefaultDescription
server.pvefalsePvE mode
server.stabilitytrueBuilding stability
craft.instantfalseInstant crafting
server.globalchattrueGlobal chat
server.airdropminplayers1Min players for airdrops

Decay & Performance

SettingDefaultDescription
decay.upkeeptrueUpkeep system (structures need resources)
decay.scale1.0Decay speed multiplier
fps.limit30Server tick rate cap
gc.buffer256Garbage collection buffer (MB)
antihack.enabledtrueAnti-hack system
server.securetrueEAC enforcement

Ports

PortProtocolPurpose
28015UDPGame traffic
28016TCPRCON
28017UDPQuery (auto: max port + 1)
28082TCPRust+ companion app

Server Tags

TagCategory
monthly / biweekly / weeklyWipe schedule
vanilla / hardcore / softcoreDifficulty
pve / roleplay / creativeMode
NA / EU / SA / OCRegion

⚠️ Don't use multiple tags from the same category.

How is this guide?

40% Off — Limited TimeGet your Rust server todayInstant setup, DDoS protection, and 24/7 support included.
Get a Server

On this page