what is the recommended way to stop a rust server?
also what is the local console tool again? it is something EXE something like that I forget maybe a telnet client?
Setting up a Rust server with Windows
Discussion in 'Guides and Tips' started by Wulf, Oct 9, 2014.
-
Wulf Community Admin
-
Thanks Wulf. I have a dedicated server (Virtual Machine with full Remote Desktop access).
So I am having a problem, I can RCON (Rusty) or see my server with client.connect IPort. it is running with 245FPS. this is my startup.bat file:
Code:RustDedicated.exe -batchmode +server.ip 66.150.214.241 +server.port 28015 +server.level "Procedural Map" +server.seed 544 +server.worldsize 5000 +server.maxplayers 200 +server.hostname "#1 Texas RustTown - TEST" +server.saveinterval 300 +server.globalchat true +decay.scale 0 +server.identity "RustTownTest" +rcon.ip 66.150.214.241 +rcon.port 28017 +rcon.password XXXXXX -load +server.description "RUST TEST! This is a TEST Server at this time," +server.headerimage "http://i.imgur.com/ECM46As.png" +server.url http://rusttown.us
-
Wulf Community Admin
-
[DOUBLEPOST=1452649567][/DOUBLEPOST]
C:\steamCMD\steamcmd.exe +login anonymous +force_install_dir C:\RustServer\ +app_update 258550 -beta experimental validate +quit
RustDedicated.exe -batchmode +server.port 28015 +server.hostname "coffee knights online" +server.seed 8675309 +server.maxplayers 20
-server.worldsize 4000 +server.identity "coffee knights online" -chat.serverlog 1 -server.netlog 1 server.saveinterval 300 -spawn.max_rate 1
-spawn.max_density 1 -autoupdate +rcon.ip ******+rcon.password "*********" +server.secure false +server.ip 0.0.0.0
time /t >> shut.log
pause
GOTO:START
this is what my server batch file looks like and it still isn't connecting
[DOUBLEPOST=1452650227][/DOUBLEPOST] -
Code:@echo off RustDedicated.exe -batchmode -nographics +server.ip 0.0.0.0 +server.port 28015 +rcon.port 28016 +query_port 28017 +server.hostname "coffee knights online" +server.maxplayers 20 +server.worldsize 4000 +server.seed 8675309 +server.identity "coffee knights online" +server.saveinterval 300 +rcon.ip 0.0.0.0 +rcon.password 1234
-
-
FYI - I am up and running - thanks everyone for the help.
-
-
Can anyone recommend a method to automatically shut down and restart RUST every night?
ideally:
1. process starts at XX time - like 4AM
2. Checks for users and delays if users are online (nice feature if doable)
3. starts count down
4. restarts Rust -
Wulf Community Admin
-
Devblog 93
http://playrust.com/devblog-93/
Please, Oxide update!! -
its coming give it time
-
Wolf, any news on the update ?
-
Wulf thanks!!
-
What should I do to make online server windows 2008 r2
-
hello i have a problem changed assembly file and jumped MissingMethodException error : Method not found : ' Facepunch.CommandLine.get_Full ' .
at Bootstrap + < Home > c__Iterator7.MoveNext () [ 0x00000 ] in <filename unknown > : 0 I might add I do not have steamcmd have purchased server hosting -
Hi
Same issue here, server was working before i added the new updated oxide2 v2.0.1721
MissingMethodException: Method not found: 'Facepunch.CommandLine.get_Full'.
at Bootstrap+<Start>c__Iterator7.MoveNext () [0x00000] in <filename unknown>:0
(Filename: Line: -1)
[DOUBLEPOST=1452867160,1452859336][/DOUBLEPOST]resolved my issue had to update server, one thing i cant succeed at is getting my server on the list it only shows in lan -
Wulf, if I want to update oxide do I first update rust server files through the SteamCMD and then drag and replace the oxide files or is it the other way?
-
Wulf Community Admin