1. 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

    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"
    So did I something wrong why it's saying 500 players and untitled rust server,
    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
     

    Attached Files:

  2. 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
     
  3. The rustdedicated.exe is to open your rust server I'm hosting it on my own pc,
    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
     
  4. From what I see you are launching the server by double clicking RustDedicated.exe, you should be running it by double clicking host.bat
     
  5. Alright, I have the server started new on the host.bat and I can't see my server is that maybe because the server slots are standing at 500 or.....?
     
  6. You have a few things missing from your bat file I made you one
     

    Attached Files:

  7. Thank you very much, everything is working but the weird thing is that only I can join my server through the f1 console by typing client.connect IP address but the weird thing is I've port forward the ports that I known of those ports are 28015 UDP and 28016 TCP
    If am I right 28015 GamePort and 28016 rcon port
     
  8. Yes 28015 is game port but you dont need to bother with the other as you are running it from your PC. Did you allow it on your windows firewall as well
     
  9. Yes I've both ports standing on my firewall on both sites outcomming and incoming

    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.
    
    which is weird because of the +rcon.ip 0.0.0.0 is standing inside of the batch file
     
  10. The ip4 from the cmd that you can find in the ipconfig that is 192.168.1.200 and not my real ip
     
  11. use 127.0.0.1 in the rcon
     
  12. I still don't understand why some stuff isn't working I've placed inside of the batch file instead of 0.0.0.0 I've placed it to 127.0.0.1 and even that isn't working,

    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
     
  13. this is down to firewall settings.
    make sure windows firewall is not blocking it.
     
  14. you dont put 127.0.0.1 into the bat file it stays what I put it at in rustadmin rcon you use 127.0.0.1 as the ip as you are running everything from your pc I was clear on that in my above post