Watch the video:
Updated video: Go to post or View on YouTube
This is by far the fastest tutorial on setting up a Rust server, with Oxide. For tutorials regarding Rust Plugins and setting them up, just leave a comment down below, and I might look into how to set it up.
If I ever get into creating videos like that, they’ll be in a playlist on my channel. That might be linked here if we ever get to that :)
Links:
Rustafied link: https://www.rustafied.com/how-to-host-your-own-rust-server/
Oxide download link: https://oxidemod.org/downloads/
Steam ID Finder: https://steamidfinder.com/
Script:
echo off
:start
steamcmd.exe +login anonymous +app_update 258550 +quit
cd “D:\Test server\steamapps\common\rust_dedicated”
RustDedicated.exe -batchmode +server.port 28015 +sv_password “SERVERPASS” +server.level “Procedural Map” +server.seed 1234 +server.worldsize 4000 +server.maxplayers 10 +server.hostname “RUST SERVER NAME” +server.description “Description shown on server connection window.” +server.url “http://yourwebsite.com” +server.headerimage “http://yourwebsite.com/serverimage.jpg" +server.identity “server1” +rcon.port 28016 +rcon.password RCONPASSWORD +rcon.web 1
goto start
–Music used–
aekasora music used licensed under Creative Commons Attribution 3.0 Unported (CC BY 3.0).
Background:
- aekasora - one day in Japan
- aekasora - the Jaffa Orange
aekasora:
Bandcamp: https://aekasora.bandcamp.com
Facebook: https://www.facebook.com/aekasora/
Instagram: https://www.instagram.com/aekasora/
Soundcloud: https://soundcloud.com/akashh_495
YouTube: https://www.youtube.com/channel/UCVyQq89Jp0NGoTS69Qwozgg