I have tried a ton of different things. All videos with previous version oxide videos do not seem to be the same. Anyone know of common mistakes or a video to show the correct method?
Solved Can't get Oxide to start (removed via SteamCMD)
Discussion in 'Rust Discussion' started by Rhomiest, Mar 29, 2016.
-
Wulf Community Admin
If you are renting a server that provides a control panel option, it's usually just shutdown your server and click the install button for Oxide. If you self-host on a dedicated server, there are tutorials in this section that provide the exact steps you need to get it running. For both FTP and local servers, the actual Oxide part is just download, extract, and overwrite.
-
Self hosting one and using Survival Server for renting another until I get one running the way I would like. I can't seem to get oxide up and running on either. I'll look around for a video I haven't seen.
-
Wulf Community Admin
For self-hosting on Windows, this tutorial has every step: Setting up a Rust server with Windows | Oxide -
I did exactly what that says. I extracted oxide for rust where it tells you too and then started the server via bat file and it loads with no mention of oxide. Any idea?
-
Wulf Community Admin
-
I've tried both ways with and without the update
-
Wulf Community Admin
-
:START
D:\RustServer\Server\steam\steamcmd.exe +login anonymous +force_install_dir D:\RustServer\ +app_update 258550 validate +quit
RustDedicated.exe -batchmode +server.port 28015 +server.hostname "Rhomer Hosting" +server.netlog 1 +rcon.port 28016 +rcon.ip 0.0.0.0 +rcon.password "Changed" +server.seed 6738 +server.maxplayers 200 +server.worldsize 4000 +server.identity my.time /t >> shut.log
pause
GOTO:START
When the server is starting all videos and screenshots show oxide listed and I don't see it. (I am newer to hosting if you can't tell) -
Wulf Community Admin
-
Mind telling me exactly what I need to remove?
-
Wulf Community Admin
-
That didn't work....
-
Wulf Community Admin
-
This is all that loads
Attached Files:
-
-
Code:
@echo off RustDedicated.exe -batchmode +server.port 28015 +server.ip 0.0.0.0 +server.level "Procedural Map" +server.hostname "Rhomer Hosting" +rcon.port 28016 +rcon.ip 0.0.0.0 +rcon.password 1234 +server.seed 6738 +server.maxplayers 200 +server.worldsize 4000 +server.identity "my.time"
-
Wulf Community Admin
-
Using that .bat I can log on via connect in f1 but not through the server listed in modded or community. The oxide did load in the server but I couldn't get the plugins I had copied in to work. Getting closer it seems.
-
Wulf Community Admin
-