Having trouble getting oxide to launch with the server.
I extracted Oxide into the Rust dedicated server directory. When I launch the server Oxide doesn't seem to create its initial folders and there is no mention of Oxide anywhere in the output. No errors are being reported either though so it's hard to tell what's going on.
As you can see from the screenshot, the Oxide files are in the dedicated server's root directory.
Oxide files was downloaded today as was the Rust Experimental server.
![]()
Not an Issue Oxide never starts with server
Discussion in 'Rust Discussion' started by Mokilok, Jul 17, 2015.
-
I'm sorry, perhaps I'm missing something.
I already launch my server with a bat file using the following command:
RustDedicated.exe -batchmode +server.hostname "My server name" +server.port 28015 +rcon.port 28016 +rcon.ip 0.0.0.0 +rcon.password "password" +server.identity"gameguerrillas" +server.seed 23532523 -logFile "output.txt" -autoupdate -server.worldsize 4200
The server starts but there's no mention of Oxide in the output. Attached server console output as output.txtAttached Files:
-
-
Wulf Community Admin
Remove "autoupdate", else you'll keep reverting to original.
-
Thank you, guys. That was the problem.