How To Setup A Rust Server in 5 minutes EASY Tutorial 2017
In this Windows Tutorial I will be showing you how to setup your very own Rust server without Oxide Mod.
Setup Oxide Server Tutorial: https://www.youtube.com/watch?v=d-IrbG8WRlc
SteamCMD Download Link: https://developer.valvesoftware.com/wiki/SteamCMD
1st: .bat file code:
C:\steamCMD\steamcmd.exe +login anonymous +force_install_dir C:\RustServer\ +app_update 258550 +quit
2nd: .bat file code:
@echo off
cls
:start
echo Starting server...
RustDedicated.exe -batchmode +server.ip 0.0.0.0 +server.port 28015 +server.tickrate 30 +server.hostname "Your Server Name" +server.identity "your_server_identity" +server.maxplayers 50 +server.worldsize 4000 +server.saveinterval 600 +rcon.ip 0.0.0.0 +rcon.port 28016 +rcon.password "Your_Rcon_Password" -logfile logfilename.log"
Other Videos By ComputerSluggish
Other Statistics
Rust Statistics For ComputerSluggish
Currently, ComputerSluggish has 88,273 views for Rust across 4 videos. Less than an hour worth of Rust videos were uploaded to his channel, making up less than 0.50% of the total overall content on ComputerSluggish's YouTube channel.