1. im am upset because last time i wrote a Reply no one answeard.
    Every time i get an Email that says Oxide Update for RUst no singel Plugin works on my server.
    i have to do the Oxide update so that my Plugins work again.
    But im not always at home so when a Oxide update comes my server is for some time "pluginless" and because of that i lose alot of players.
    its annoying to see how i lose players and it really really upsets me!

    ples help meh
     
  2. Wulf

    Wulf Community Admin

    Oxide is a mod, it has to be re-installed after every update.
     
  3. Why I get this error?
    "Couldn't load server/my_server/save/Procedural Map_4000_1234567/0.sav - file doesn't exist"
     
  4. Code:
    @echo off
    cls
    :start@echo.
    @echo Restarting server...
    @echo.
    goto start
    I need a starter prorgramm to Hig process in bat file (code) How to write
     
  5. what is the command to do a server rollback on a rust server with oxide
     
  6. Wulf

    Wulf Community Admin

    Oxide doesn't control your map, you'd need to do that manually with the older save files.
     
  7. For people that can't get Oxide installed properly, make sure you don't run the server with Run_DS after the install. The update will overwrite all Oxide files.
     
  8. I tried to start up my own oxide server and I'm pretty sure I did everything correctly and I port forwarded too but when I try to connect using my IP it says connection attempt failed. I don't know what to do help please
     
  9. Are you just using the IP? Make sure you append the port to the end. Also, try using "127 0 0 1:28015" instead of your IP address to see if it's actually running.
     
  10. If running server and logging in from same pc you need to use
    Code:
    connect 127.0.0.1:28015
    change port if different
     
  11. I managed to connect using that IP and it worked the reason I was trying to use my own IP is to see if other players can connect using that
     
  12. It must be an issue with your port forwarding.
    Make sure the ports that you forwarded are for your computer's IPv4 address. If I were you I would double check and possibly redo the port forwarding.

    EDIT: Make sure the port forward is TCP/UDP and start/end is 28015/28015. Also make sure its on the IPv4 address of the computer that will be running the server. Then connect to it with <IP HERE>:28015. You can get your IP quickly by a little Google search "what is my ip".
     
    Last edited by a moderator: Feb 18, 2016
  13. Code:
    @echo off
    chcp 65001
    start /abovenormal
    RustDedicated -batchmode -nographics
    I can not run the server with the correct priority. Help fix bat
     
  14. Is server running from your pc
     
  15. Wulf

    Wulf Community Admin

    That means your server isn't fully started. Check your RustDedicated_Data/output_log.txt for errors.
     
  16. I have created a Centos 6.7 x64 server, currently installing Wine and Rust Server. Does Oxide 2 work on Linux?
     
  17. You will need windows OS to run rust
     
  18. Wulf

    Wulf Community Admin

    Yes, but you'd need to use the Linux build found in our Snapshots repo. See Solved - Rust server on Linux natively | Oxide.

    Rust has a Linux build now that should be working.
     
  19. Thats good news never knew it was out