How to Set Up a Rust Server Store in 2025

Rust server hosting isn't cheap — a decent server with 100 slots costs $80-150/month. A well-run Rust donation store can cover those costs entirely and turn your hobby into a profitable project. Here's everything you need to know.

What to Sell on a Rust Server

Rust players are generally comfortable spending $10-50 on a server they love. The most popular packages:

Setting Up with Oxide

ForgeStore works with both Oxide/uMod and Carbon. The setup is identical — just a different folder.

Installation

Download ForgeStore.cs from your ForgeStore dashboard. Drop it in:

The config file generates automatically at /oxide/config/ForgeStore.json:

{{
  "ApiKey": "your_api_key",
  "StoreId": 12345,
  "PollInterval": 30
}}

Run oxide.reload ForgeStore after changing the config. Check your console for [ForgeStore] Connected ✓.

Example Commands

# Add VIP group
oxide.usergroup add {player} vip

# Give kit (ServerArmour/Kits)
inventory.giveto {player} kit_vip

# Add ServerRewards points
sr add {player} 500

# Spawn items directly
giveitem {player} 1326180354 1 0 0

# Timed permissions (30 days)
o.grant user {player} plugin.vip
# (use TimedPermissions plugin for auto-expiry)

Accepting Crypto on Rust Servers

Crypto is ideal for Rust servers — your player base is used to digital payments, transactions are instant, and there are zero chargebacks. USDT TRC-20 is the most popular choice: fast, cheap, and widely supported.

Pro Tips

🏚️ Start monetizing your Rust server

Free plan, 7% fee. Pro plan $9/month for 3% fee.

Create Free Store →