🎉 Use code SP25 for 25% off your first month!

Configuring Your Rust Server Settings

Complete guide to configuring your Rust dedicated server including map settings, rates, and admin setup.

Noah
4 min read
Mar 18, 2024

Configuring Your Rust Server Settings

This guide covers how to configure your Rust dedicated server, from basic settings to rates and admin management.

Basic Server Settings

Access these through the Startup tab in your control panel:

SettingDescriptionDefault
Server NameDisplay name in server browserSpillHosting Rust
Server DescriptionDescription shown in server info—
Server URLYour community website URL—
Max PlayersMaximum concurrent players50
World SizeMap size (1000-6000)3500
World SeedMap generation seedRandom
Server PasswordEmpty = public server—

Map Configuration

World Size

  • 1000-2000 — Small map, good for 10-20 players
  • 2500-3500 — Medium map, ideal for 20-50 players
  • 4000-6000 — Large map, best for 50+ players

Custom Maps

  1. Upload your custom map .map file via SFTP
  2. In the Startup tab, set the Map URL to point to your map file
  3. Restart the server to load the custom map

Server Rates

Modify gather rates and other multipliers through the console or server config:

Gather Rates

Use these commands in the server console:

gather.rate dispenser * 2    # 2x all gather rates
gather.rate pickup * 2       # 2x pickup rates
gather.rate quarry * 2       # 2x quarry rates
gather.rate survey * 2       # 2x survey charge rates

Crafting and Smelting

craft.instant true           # Instant crafting
craft.timescale 0.5         # 2x craft speed (half time)

Admin Setup

Adding Admins via RCON

  1. Open the Console tab in the control panel
  2. Use the following commands:
ownerid [Steam64ID] [name] [reason]    # Full server owner
moderatorid [Steam64ID] [name] [reason] # Moderator access

Admin Roles

  • Owner — Full access, can add other admins, access all commands
  • Moderator — Can kick, ban, and use moderation commands

Useful Admin Commands

CommandDescription
kick [name/id]Kick a player
ban [name/id] [reason]Ban a player
unban [id]Unban a player
say [message]Broadcast server message
server.saveForce save
server.writecfgSave server config
teleport [name]Teleport to a player
noclipToggle noclip (fly through walls)
god trueEnable god mode

Server Configuration File

For persistent settings, edit server.cfg in your server's root directory:

server.hostname "My Rust Server"
server.description "Welcome to our server!"
server.maxplayers 50
server.worldsize 3500
server.saveinterval 300
decay.scale 1.0

Decay Settings

Control building decay rates:

decay.scale 1.0        # Normal decay (default)
decay.scale 0.5        # Half decay rate
decay.scale 0          # No decay (not recommended for large servers)

Applying Changes

  • Console commands take effect immediately
  • Config file changes require a server restart
  • Startup tab changes require a server restart
  • Some map changes (size, seed) require a full wipe

Need help configuring your Rust server? Our support team is available 24/7.