Watch the video:
Timestamps:
00:35 - Downloading your Rust server
02:40 - Basic server setup
05:13 - Connecting to the working server
05:41 - Downloading and installing uMod
06:59 - Installing & Configuring uMod plugins
08:33 - Giving yourself admin
09:49 - Connecting to the working server
Setting up your own Rust server from scratch, and installing uMod is easy! This short, concise tutorial shows you everything you need to know!
Port forwarding guide (Any router): Go to post or View on YouTube
SteamCMD: https://developer.valvesoftware.com/wiki/SteamCMD
uMod: https://umod.org/games/rust
uMod Rust Plugins: https://umod.org/plugins?categories=rust
Other start options: https://developer.valvesoftware.com/wiki/Rust_Dedicated_Server
with uMod+plugins installed
—————————–
Downloads:
- start.bat: https://s.tcno.co/TC-RustOxStart
For those that want to copy and paste, instead of downloading:
—————————–
echo off
:start
RustDedicated.exe -batchmode +server.port 28015 +server.level “Procedural Map” +server.seed 50500 +server.worldsize 2500 +server.maxplayers 10 +server.hostname “TroubleChute”
goto start
Also, see:
Hosting CUSTOM MAPS on your new Rust server: Go to post or View on YouTube