1. That did the trick. Thanks so much for the support Wulf!
     
  2. Wulf you fucked server.cfg with latest oxide update...
     
  3. Wulf

    Wulf Community Admin

    Oxide doesn't touch server.cfg. Read the Rust dev blog.
     
  4. Ahhhh ok, and now what folder it is?
     
  5. Wulf

    Wulf Community Admin

    It's now where it was always supposed to have been, under server/identity/cfg.
     
  6. Ok :). Thanks Wulf !
     
  7. Can u tell me how to update my rust server that i pay for?
     
  8. Wulf

    Wulf Community Admin

    If your host has a control panel, it's generally done via that.
     
  9. ok thx :)
     
  10. The "+server.ip " still does not work ?
     
  11. Wulf

    Wulf Community Admin

    It has always worked, you just have to set it to a valid IP that your machine actually has assigned to it.
     
  12. @Wulf

    i installed server file on my computer win10 x64 bit bur whjn i run the bat file console closes itself immediately
    i guess i have to install some Framworks ? or what sould i do
     
  13. Looks like you never built it right or something in your bat file could be wrong
     
  14. Wulf

    Wulf Community Admin

    You are most likely not running if from the location in the .bat file.
     
  15. Please, HELP ME!

    Win Server 2008 Standard
     

    Attached Files:

  16. Wulf

    Wulf Community Admin

    Does the server have a graphics card? Are you using -nographics in your startup script?
     
  17. Hi Wulf =D
    Code:
    @echo off
    cls
    :startRustDedicated -batchmode -nographics +server.ip 0.0.0.0 +rcon.ip 0.0.0.0 +server.port 28015 +rcon.port 28016 +rcon.password "changeme" +server.maxplayers 10 +server.hostname "My Oxide Server" +server.identity "my_server_identity" +server.level "Procedural Map" +server.seed 12345 +server.worldsize 4000 +server.saveinterval 300 +server.globalchat true +server.description "Powered by Oxide" +server.headerimage "http://oxidemod.org/styles/oxide/logo.png" +server.url "http://oxidemod.org"@echo.
    @echo Restarting server...
    @echo.
    goto start
    [DOUBLEPOST=1446318055][/DOUBLEPOST]On my PC works.
    Windows Server 2008 UPDATE 100%

    The server does not.
     
  18. Needs to be RustDedicated.exe
    remove
    -nographics
    +server.ip 0.0.0.0
    cls
    :start
    @echo.
    @echo Restarting server...
    @echo.
     
  19. It take a little bit of time before it will show anything in the console but without seeing your files live its hard to know if you have them done right. I have seen many over skype and some people dont build it right
    This is the way I have my bat file with some info hiiden
    Code:
    @echo off
    RustDedicated.exe -batchmode +ai.move false +server.port 28015 +rcon.port 28016 +server.radiation true +rcon.ip 0.0.0.0 +rcon.password "**hiddenpassword""" +server.maxplayers 200 +server.hostname "Clan Wars |Stacks|FF|Remove|TP|Home|Kits|Clans" +server.worldsize 6000 +server.seed 7 +server.headerimage "http://www.mywebsite.net/war.jpg" +server.url www.mywebsite.net +server.description "Welcome to Clan Wars\nA huge map for your exploration needs.\nWhere you can build your base and combat your neighbours.\n\nPLUGINS\nAntiCheat - AutoDoorCloser - Clans - Compass - Teleport - Removertool - LiveMap - Friendly Fire - Trade - QuickSmelt - QuickSort -RankME - SignArtist - DayVote - StackSizes \nand many more"