Best Rust Server Hosting in 2026
Demanding survival game requiring high-performance hosting.
We earn commissions from hosting providers on this page. This doesn't affect our rankings, which are based on independent research and analysis. Full disclosure
Rust is the most demanding game in this guide by a wide margin, and the reason is structural: everything players build, place, and drop is a persistent entity the server must track for the entire wipe. A busy 150-pop server can be simulating hundreds of thousands of entities by week's end. Budget hardware that handles Minecraft or Valheim fine will visibly choke here, so Rust punishes a cheap hosting decision harder than almost any other game.
Why Rust Is Expensive to Host
Rust runs on Unity, and its core simulation is single-threaded and CPU-bound. Clock speed beats core count every time: a modern CPU boosting to 4.5GHz+ matters far more than eight slow cores. Three properties make Rust uniquely heavy:
- Entity accumulation. Every wall, door, furnace, and dropped item persists. Server load is lowest on wipe day morning and highest the night before the next wipe, so a server that felt fine on day one can crawl by day six.
- Procedural map generation. Each wipe, the server generates a brand-new map. On weak CPUs this can take a very long time, and slow generation on wipe day means your players are queuing on someone else's server instead.
- Memory growth across the wipe. RAM usage climbs steadily as the map fills with structures. A server that boots at 3GB can be sitting at 8GB or more late in the cycle. Size for the end of the wipe, not the start.
Hardware Requirements by Server Size
| Server Size | Players | RAM | CPU | Map Size |
|---|---|---|---|---|
| Small / friends | 25-50 | 4-6GB | 4.0GHz+ | 3000-3500 |
| Medium community | 50-150 | 8GB | 4.5GHz+ | 3500-4000 |
| Large / high pop | 150-300 | 12-16GB | 5.0GHz+ | 4000-4500 |
Map size (the server.worldsize convar, roughly 1000-6000) multiplies everything: more monuments, more terrain, more entities. Running a 4500 map for 30 players wastes resources and spreads players so thin the server feels dead. Matching map size to expected population is the cheapest optimization available.
The Wipe Cycle Changes Everything
Rust's defining hosting quirk is the wipe. Facepunch forces a map wipe on the first Thursday of every month alongside the client update, and most community servers wipe weekly or biweekly on top of that. Blueprint wipes (resetting learned crafting recipes) are separate and usually less frequent. For you as a renter, this means:
- Wipe scheduling in the panel is not a luxury. Look for automated map seed rotation, scheduled map and blueprint wipes, and update-then-wipe ordering handled for you.
- Wipe day is your peak load. Fresh map, full server, everyone farming and building at once. If a host oversells CPU, wipe day is when you find out.
- Forced update day matters. When the monthly patch lands, Oxide and plugins break until they update. Hosts with automatic framework updates get you back online hours faster.
Oxide, Carbon, and the Plugin Ecosystem
Nearly every community server runs a modding framework. Oxide (uMod) is the long-standing standard with thousands of plugins: kits, teleport, clans, gather rate managers, raid protection. Carbon is a newer alternative framework focused on performance and is increasingly common on high-pop servers. Most plugins written for Oxide also run on Carbon, but verify before migrating.
Two things to check with any host:
- SFTP access for uploading plugins and editing configs directly. Panel-only plugin managers are always incomplete.
- Server listing implications. Running any plugins moves your server from the Community tab to the Modded tab in the in-game browser, which changes who finds you. Purely cosmetic admin tools do not exempt you.
Settings That Materially Affect Cost
A handful of convars decide how much hardware you need:
- server.worldsize: covered above; the biggest lever you have.
- server.maxplayers: entity load scales with population far more than with the slot count itself, but do not sell slots you cannot tick.
- server.saveinterval: how often the world saves. Too frequent causes periodic stutter on slow storage; NVMe hosts handle default intervals fine.
- decay.scale and upkeep settings: faster decay removes abandoned bases sooner, directly cutting entity count late in the wipe.
Common Mistakes When Renting
- Buying by slot count. A 200-slot plan on oversold hardware is worse than 100 slots on a real 5GHz core. Ask what CPU the plan runs on; good Rust hosts name the chip.
- Sizing RAM for day one. The server that boots comfortably will be swapping by the end of the wipe.
- Ignoring wipe automation. Manually wiping at 6am on force-wipe Thursday gets old within two months.
- Skipping DDoS protection. Rust communities are, to put it gently, competitive. Public servers get hit. Real mitigation is table stakes.
When Self-Hosting Makes Sense
The dedicated server files are free via SteamCMD, and for a private 10-20 player friends server, a gaming PC with a fast modern CPU genuinely outperforms cheap shared hosting. The case collapses for public servers: you need 24/7 uptime through monthly forced updates, DDoS mitigation on a home IP is impractical, and upload bandwidth becomes a hard ceiling as population grows. Rent for anything public; self-host only for a private wipe with friends where downtime is a shrug.
How We Rank Rust Hosts
Our rankings weigh single-thread CPU performance and whether the host publishes actual hardware specs, RAM headroom relative to advertised slots, NVMe storage, Oxide/Carbon support with automatic updates after forced patches, wipe scheduling tools, and DDoS mitigation quality. Expect to pay in the $12-20/month range for a properly resourced 50-slot server, with premium hosts like G-Portal running closer to $42; anything dramatically cheaper is almost always oversold CPU that will show up as low server FPS by mid-wipe.
Top Rust Hosting Providers
Rust Guides
How to Set Up a Rust Dedicated Server
Complete walkthrough for launching a Rust dedicated server with plugins, wipe schedules, and RCON configuration.
Rust Wipe Schedules Explained: Map Wipes, BP Wipes, and Your Server
A server owner's guide to Rust map and blueprint wipes, the forced monthly wipe, community schedules, and running wipe day without deleting the wrong data.