Hello people from oxide I've just download my own rust server but when downloading everything end setting everything up I just getting this see screenshot below
and I've also placed this inside of my host.bat file
So did I something wrong why it's saying 500 players and untitled rust server,Code:@echo off RustDedicated.exe -batchmode +server.hostname "RelaxGaming Vanilla" +server.port 28015 +rcon.port 28016 +server.identity "RelaxGaming Vanilla No Wipe" +rcon.ip 0.0.0.0 +rcon.password "changeme"
because for my doing everything is standing good,
(ps don't blame me if I did it totally wrong because its my first time setting up an rust server
Server not using settings I set
Discussion in 'Rust Discussion' started by TruxDeadnitro, Nov 23, 2017.
-
Attached Files:
-
-
You're trying to use rustdedicated.exe to play the game which is your issue. Open the game normally and in console (f1) type
Code:connect localhost:28015
-
but the weird thing is the name doesn't even shows up and the maxplayers is way to high i think,
on the normal game I can connect that isn't the problem the problem is that I can't see my server my it just give me this -
From what I see you are launching the server by double clicking RustDedicated.exe, you should be running it by double clicking host.bat
-
-
You have a few things missing from your bat file I made you one
Attached Files:
-
-
If am I right 28015 GamePort and 28016 rcon port -
-
and even when I'm trying to connect with rusty its saying this
Code:No connection :( Either the server you are connecting to is down or your server details are incorrect please double check. If your details are correct your server host may use a different query port please check any information they gave you and enter it into the settings. If you are running your own server try adding +rcon.ip 0.0.0.0 to your launch script PLEASE NOTE THAT RUST LOCKS ALL RCON ATTEMPTS FOR A SHORT WHILE AFTER A FAILED LOGIN.
-
the rcon ip is correct try using RustAdmin RCON Tool for Rust | Oxide and what ip are you using in the rcon client
-
-
-
And I've port forward 28015 UDP.
I've also placed those inside of my firewall and the server isn't even showing up but I'm able to connect through the f1 client.connection
So I don't know what I'm doing wrong but It's pretty annoying that the community list isn't working for my server -
this is down to firewall settings.
make sure windows firewall is not blocking it. -