That did the trick. Thanks so much for the support Wulf!
Setting up a Rust server with Windows
Discussion in 'Guides and Tips' started by Wulf, Oct 9, 2014.
-
Wulf you fucked server.cfg with latest oxide update...
-
Wulf Community Admin
-
Ahhhh ok, and now what folder it is?
-
Wulf Community Admin
-
Ok
. Thanks Wulf !
-
Can u tell me how to update my rust server that i pay for?
-
Wulf Community Admin
-
-
The "+server.ip " still does not work ?
-
Wulf Community Admin
-
@Wulf
i installed server file on my computer win10 x64 bit bur whjn i run the bat file console closes itself immediately
i guess i have to install some Framworks ? or what sould i do -
-
Wulf Community Admin
-
Please, HELP ME!
Win Server 2008 StandardAttached Files:
-
-
Wulf Community Admin
-
Code:@echo off cls :startRustDedicated -batchmode -nographics +server.ip 0.0.0.0 +rcon.ip 0.0.0.0 +server.port 28015 +rcon.port 28016 +rcon.password "changeme" +server.maxplayers 10 +server.hostname "My Oxide Server" +server.identity "my_server_identity" +server.level "Procedural Map" +server.seed 12345 +server.worldsize 4000 +server.saveinterval 300 +server.globalchat true +server.description "Powered by Oxide" +server.headerimage "http://oxidemod.org/styles/oxide/logo.png" +server.url "http://oxidemod.org"@echo. @echo Restarting server... @echo. goto start
Windows Server 2008 UPDATE 100%
The server does not. -
remove
-nographics
+server.ip 0.0.0.0
cls
:start
@echo.
@echo Restarting server...
@echo. -
Not work ='(
Server Manager
http://i.imgur.com/3RcYwtE.jpg
Programs
http://i.imgur.com/yrZ3qpB.jpg
Server Not Work
http://i.imgur.com/i0IwNcw.jpg -
It take a little bit of time before it will show anything in the console but without seeing your files live its hard to know if you have them done right. I have seen many over skype and some people dont build it right
This is the way I have my bat file with some info hiiden
Code:@echo off RustDedicated.exe -batchmode +ai.move false +server.port 28015 +rcon.port 28016 +server.radiation true +rcon.ip 0.0.0.0 +rcon.password "**hiddenpassword""" +server.maxplayers 200 +server.hostname "Clan Wars |Stacks|FF|Remove|TP|Home|Kits|Clans" +server.worldsize 6000 +server.seed 7 +server.headerimage "http://www.mywebsite.net/war.jpg" +server.url www.mywebsite.net +server.description "Welcome to Clan Wars\nA huge map for your exploration needs.\nWhere you can build your base and combat your neighbours.\n\nPLUGINS\nAntiCheat - AutoDoorCloser - Clans - Compass - Teleport - Removertool - LiveMap - Friendly Fire - Trade - QuickSmelt - QuickSort -RankME - SignArtist - DayVote - StackSizes \nand many more"