1. You could make a bat file to update your server, it is a lot easier. Where your steamcmd file is make a text document name it updater then put this into it
    Code:
    @ShutdownOnFailedCommand 1
    @NoPromptForPassword 1
    login anonymous
    force_install_dir "C:\rustserver\server\"
    app_update 258550 validate +quit
    Change the dir to what you need
    Now make a bat file with this info in it name the file AutoUpdater
    Code:
    steamcmd.exe +runscript updater.txt
    Put it in the same place. When you need to update your server just run the bat file after it has ran then reinstall oxide.
     
  2. Changelog 99 BLOG
    Added websocket rcon
    Fixed Thomson skin icons
    Updated EAC
    Rcon things during load
    Linux server now works (!)
    Added reactive target deployable for target practice

    how to start server on linux?
     
  3. Wulf

    Wulf Community Admin

    See Solved - Rust server on Linux natively | Oxide.
     
  4. Can someone help me? I can get the server to load and log in but I can't seem to get oxide to load in. I have copied the files into the rust_dedicated folder where the exe is located and I'm not seeing where I am messing up. Here is the batch file I created. Any help is appreciated.

    Code:
    :START
    E:\Users\Eric\Games\steamcmd\steamcmd.exe +login anonymous +app_update 258550 validate +quitRustDedicated -batchmode -server.port 28015 -server.hostname "Hot Lips Houlihan"
    -server.description "A short description" -server.maxplayers 10 -server.seed 12345
    -server.worldsize 5000 -server.identity my_server -chat.serverlog 1 -server.netlog 1
    server.saveinterval 300 -autoupdateGOTO:START
     
  5. put it to
    Code:
    @echo off
    RustDedicated.exe -batchmode -nographics +server.ip 0.0.0.0 -server.port 28015 -rcon.ip 0.0.0.0 -rcon.port 28016 -server.hostname "Hot Lips Houlihan" -server.description "A short description" -server.maxplayers 10 -server.seed 12345 -server.worldsize 5000 -server.identity my_server -server.saveinterval 300
    
     
  6. Thank you sir, I appreciate it. I used your file and had to copy the files from oxide back into the folder and now it is running fine :)
     
  7. Happy to help as what you had was running the update each time you started the server and was causing oxide to be removed. I did notice you have the -rcon.password putpasswordhere
    missing
     
  8. When will be oxide up to date for the last server update, today?
    [DOUBLEPOST=1457035429][/DOUBLEPOST]Clientupdate is also out. Please update Oxide! :)
     
  9. Did the direcotry +login etc... and it says updated then validated, however when clients join it says wrong protocol, their protocol is 1357 and server is 1355. How else do I update to fix that? Also I tried downloading the zip file but it gives and error that says base helicopter missing or something.
     
  10. Wulf

    Wulf Community Admin

    Where did you download it from? Are you hosting locally? Did you shutdown the server first? Did you overwrite all files when prompted?
     
  11. Hosted on a VPS, server was shutdown then ran

    C:\Users\Administrator\Desktop\steamcmd\steamcmd.exe +login anonymous +force_install_dir C:\RustServer\ +app_update 258550 validate +quit

    After installing the newest oxide files, it says error Infopanel.cs.... BaseHeicopter.... "Are you missing an assembly reference"

    Then MissingMEthodException EasyntiCheat errors
     
    Last edited by a moderator: Mar 4, 2016
  12. Wulf

    Wulf Community Admin

    That would be an indication that it's missing Rust files or outdated still. I'd try deleting the steamapps folder and running the update again.
     
  13. Hello, do i need to reinstall Oxide after server update? Thank you.
     
  14. Wulf

    Wulf Community Admin

    The same way it is installed. ;)
     
  15. How to update Oxide my server :(
     
  16. start your steamcmd file
    login anonymous
    force_install_dir "path to your dir"
    app_update 258550 validate +quit

    once update is done type quit in console window then reinstall oxide
     
  17. How to reinstall oxide ? :( help me .

    Dowload Oxide newversion and copy to rust folder ?
     
  18. Wulf

    Wulf Community Admin

    Yes, the same as you would with installing it.
     
  19. Why now sleeper 0 before update sleeper 22
     
  20. Wulf

    Wulf Community Admin

    The Rust update was a wipe (as usual per first update of each month), so that's likely why.