Setting up a Rust server with Windows
Discussion in 'Guides and Tips' started by Wulf, Oct 9, 2014.
-
Wulf Community Admin
Does the server start at all? Does the 'oxide.version' console command work? -
Yes server is working fine, but oxide does not install. No the command does not work.
I did reinstall the server now and it works. but sad i lost everything
-
Wulf Community Admin
Oxide isn't installed when the command doesn't work. You won't lose anything by installing Oxide either, you don't need to delete anything. -
The problem is i cant install oxide, it does not load.
-
Wulf Community Admin
If it doesn't load, it isn't installed.
Oxide is a mod, it is loaded from the modded Assembly-CSharp.dll. If it doesn't load, it means this file is not modded. -
Could you tell me how to install the latest version of oxide? I put the game files for rust into the rust server folder and oxide doesn't work, not sure if I'm doing it properly or if i'm missing something. Also sometimes the CMD just sits there and blinks nothing happens and I cant close it (But the rust dedicated or whatever is in my tasks and I cant end that process either).
-
Wulf Community Admin
Download latest Oxide zip > Shutdown server > Extract zip > Upload/Overwrite all files in your server root with those from the zip > Start server. -
The entire .zip from OxideMod/Oxide · GitHub into rust or just the files from games/unity/rust?
-
Wulf Community Admin
The one from the downloads page: Oxide for Rust | Oxide. -
Its installed, one problem im having though is when i exctract the file and copy its content, it says theres a tectical error and i cant copy oxide.core
-
Wulf Community Admin
Could you provide a screenshot of the error? If a file isn't copying, it isn't fully installed. All files need to be installed and existing ones overwritten. -
Hi Wulf,
I ve got another issue with the rcon listener. I have go through internet and try to have answer but no way..
The only things i got is that the line of the rcon server laucnh in the RustDedicated laucnh is not shown on my server :
I ve put the both port 28015 and 28016 forwarded and open on my router .
I have keep blank the rcon.ip variable, like i did for the server.ip variable
I have tried with 0.0.0.0 and my local adress (192.168.1.xxx) ....
i have put :
rcon.password "*******"
rcon.port 28016
on the server.cfg
I dont know really what to do more.....
Just to see that there is nothing on the 28016 port :
TCP :
UDP :
-
nevermind, all i had to do was remove oxide.core manually
-
Wulf Community Admin
Please provide your full RustDedicated_Data/output_log.txt. -
here it is.
Attached Files:
-
-
Wulf Community Admin
You should be setting rcon.password and rcon.port in your startup script, they won't work in your server.cfg as far as I know. -
It has launch rcon on the dedicated. But in the game on the console, it say "invalid command rcon.login"
And the port is open on the server on TCP.
Cf the output.log and screen of port open.
I also try with +server.ip 0.0.0.0 and +rcon.ip 0.0.0.0 and both on the command line of the batch.
In the file output.log (from real log) i have put my local IP of the server 192.168.1.102 on both command again directly on the batch command line.
And the same if i leave them both as default so without adding them to the command line...
The both port is open on the router (NAT), both UDP and TCP (just to be sure but can be supress 28015 TCP and prob 28016 UDP). And i have also tried by totally desactivating firewall on the server.Attached Files:
-
-
Wulf Community Admin
There is no rcon.login in Rust, that was with Legacy only. You still need to set +rcon.password in your startup .bat, +rcon.port for good measure too. -
ok, is there a way to see the principal console output directly in the game ?
