1. Hello I just made a server and have a few noob questions...

    My first question is what's the difference between:
    +server.hostname and +server.identity ?

    Second is do all plugins including .lua and .cs go in this file path:
    [​IMG]

    Third one is how do I automatically update oxide without having to download it again from http://oxidemod.org/downloads/?

    Fourth is should my steamcmd.exe folder be under my rust server folder?

    Fifthly how can I make it so players can connect to my server through a domain name?
     
  2. Wulf

    Wulf Community Admin

  3. I can't connect to my server and am getting a weird notification for some reason:

    http://i.imgur.com/yX5LsuB.png
     
  4. Wulf

    Wulf Community Admin

    Both Rust issues. I'm not sure what to say other than update and/or wait for fixes.
     
  5. Updated oxide. Deleted worldfile. Not getting that notification anymore but still can't connect...?

    My start.bat file:
    Code:
    @echo off
    RustDedicated.exe -batchmode +server.port 28015 +rcon.port 28016 +rcon.password "passrem" +server.hostname "My Server - InstaCraft | x2 Gather | Home | Kits | Rare Wipe | No Admin Abuse" +server.identity "rustrats" +server.maxplayers 100 +server.saveinterval 3600 -logFile "log.txt"
     
  6. Wulf

    Wulf Community Admin

    Any errors? What version does your server return with the "version" command?
     
  7. Oxide Version: 2.0.344, Rust Protocol: 1211

    No errors that I can see.
     
  8. Wulf

    Wulf Community Admin

    Update, you are outdated.
     
  9. Updated the rust version:

    2.0.347, Rust Protocol: 1211

    Still can't connect. :mad:

    client.connect 151.80.137.103:28015
     
  10. Wulf

    Wulf Community Admin

    Search to see if you have multiple RustNative.sell files. If you find one in the x86_x64 folder, delete that folder and see if it helps. Aside from that, I'm not really sure what else would cause your issue. It is possible you are encountering yet another bug due to Rust's switch to the new network library.
     
  11. Do you mean RustNative.dll?
     
  12. Wulf

    Wulf Community Admin

    Yup, autocorrect heh.
     
  13. I only find one RustNative.dll in C:\Users\Administrator\Desktop\Rust Server\RustDedicated_Data\Plugins

    Still can't connect to my server.
    [​IMG]