1. No, you do not have to delete your server, your server is already up to date, now all you have to do is replace the oxide files with the old ones you had on your server, then start your server up and wait a bit for it to start.
     
  2. Wulf

    Wulf Community Admin

    This isn't always true. If "validate" isn't used, then the server may not be fully updated or missing files, which is why I asked previously and provided steps to force an update. Better to be sure than to go in circles with updates.
     
  3. So as Ankawi said, I put the older oxide files on and my server loaded back up. How do I update it now so it will work? I don't see it updating automatically.
     
  4. If your server started up, then you should be updated and good. Btw, there was a recent update to fix the Steam Time Outs.
     
  5. It is telling me "Disconnected: Wrong Connection Protocol: Server update required!" How do i fix this
     
  6. You must update your server again since another one came out a few minutes ago.
     
  7. And what do I do to update my server now?
     
  8. Read the posts above. You have to stop your server, then you must open up your steamCMD, do "login anonymous", then "force_install_dir (server folder location)"(you could maybe update without this) and then "app_update 258550" and then update oxide.
     
  9. I start it and its blank then I start it as admin and it says 'Restarting server' is not recongnized as an internal or external command, operable program or batch folder' How do I fix this. The server just keeps saying that then restarting.
     
  10. My server is broke now as well. I used the app update script from the dedicated server setup tutorial then came here and downloaded the newest version of Oxide just like I did when I set my server up yesterday. Now when I use my startserver.bat file nothing happens, but a black DOS window.
     
  11. What does your start.bat file where you start the server look like?
     
  12. @echo off
    cls
    :start

    RustDedicated -batchmode -nographics +server.ip

    then a lot more after that with my numbers and stuff
    [DOUBLEPOST=1446770889][/DOUBLEPOST]It opens up a rust dedicated but it doesn't do anything.
     
  13. Try to remove -nographics. You also need way more than just that, take a look at oxide's server start.bat
     
  14. Oxide's StartServer.bat only says this. "RustDedicated.exe -batchmode"
    Here is what mine says "
    @echo off
    cls
    :start

    RustDedicated -batchmode -nographics +server.ip 192.168.1.8 +rcon.ip 12.0.0.8 +server.port 28015 +rcon.port 28016 +rcon.password "changeme" +server.maxplayers 50 +server.hostname "Super Fun Time XGather Active Admins" +server.identity "my_server_identity" +server.level "Procedural Map" +server.seed 34544321 +server.worldsize 4562 +server.saveinterval 300 +server.globalchat true +server.description "Fun! Fun! Fun! Active Admins and 1000x Gathering. Come hang around." +server.headerimage "http://oxidemod.org/styles/oxide/logo.png" +server.url "Oxide"

    @echo.
    @echo Restarting server...
    @echo.
    goto start
    "
     
  15. I think that @echo restarting server is what is messing you up, try this, and edit it
    RustDedicated.exe -batchmode +server.hostname "Ankawi Testing Server" +server.identity "Ankawi" +server.seed 321234 +server.port 28015 -logFile "log.txt" +server.maxplayers 20 +rcon.port 5060 -server.worldsize 4000 +server.saveinterval 300
     
  16. Thats the one I use called Oxide Server
    [DOUBLEPOST=1446771832][/DOUBLEPOST]Can you write out everything for me with my numbers and such?
     
  17. I cannot do that for you, you have to do it yourself. Or maybe just try removing the echos.
     
  18. I have been trying to fix it and I can't get it to work.
    [DOUBLEPOST=1446772216][/DOUBLEPOST]I have tried everything you have said and it still wont work
     
  19. RustDedicated.exe -batchmode +server.hostname "Super Fun Time XGather Active Admins" +server.identity "Stitche" +server.seed 34544321 +server.port 28015 -logFile "log.txt" +server.maxplayers 50 +rcon.port 5060 -server.worldsize 4000 +server.saveinterval 300 +server.description "Fun! Fun! Fun! Active Admins and 1000x Gathering. Come hang around."
     
  20. Thats all I have to put it in the batch file and it will work?