How to Make a dedicated Server in Rust for free

Published: 30 April 2023
on channel: WikBase
1,721
27

Hello! DiHardy`s here. I`m gonna show you how to make a dedicated rust server.
Let`s do it. Here`s useful information:
official rust server guide - https://www.rustafied.com/how-to-host...
Steam cmd commands:
force_install_dir "c:\rustserver\"
login anonymous
app_update 258550

Variants:
app_update 258550 -beta staging
app_update 258550 -beta prerelease

Config for .bat file
echo off
:start
C:\steamcmd\steamcmd.exe +login anonymous +force_install_dir c:\rustserver\ +app_update 258550 +quit
RustDedicated.exe -batchmode +server.port 28015 +server.level "Procedural Map" +server.seed 1234 +server.worldsize 4000 +server.maxplayers 10 +server.hostname "Name of Server as Shown on the Client Server List" +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 letmein +rcon.web 1
goto start

My website for unturned - https://unturned.how/
Discord community -   / discord  
#rust


Watch video How to Make a dedicated Server in Rust for free online without registration, duration hours minute second in high quality. This video was added by user WikBase 30 April 2023, don't forget to share it with your friends and acquaintances, it has been viewed on our site 1,72 once and liked it 2 people.