1. I have some problems with starting a server on my own pc. I dont really know why and they dont all occur because oxide but i didnt really know where to ask for help on a rust server exept here. Here are some of my problems (there may occur more when one is fixed):

    * I cant get my ports open on my router
    * My firewall blocks my server even when i make an exeption for it
    * I would like to open the server sometimes to only be acessed by me but i dont know how
    * Sometimes if i try to open a .bat file to start my server it doesnt do anything but show the code that is in the .bat file

    I may have more problems with my server because my server is one big disaster right now and i cant figure out allt he problems
     
    Last edited by a moderator: Mar 17, 2016
  2. post what you have in your bat file and if you are the only one going to be in it then you dont need to open any ports
     
  3. If you only want this server to be used by you I guess the simplest way is to jump straight over the two first problems and use "connect localhost" in the Rust console.

    When it comes to the .bat-file: Are you sure you don't click "Edit file"?
     
  4. i have 2 .bat files one from the unmodded and one from oxide:
    unmodded:
    Code:
    RustDedicated.exe -batchmode +server.hostname "test" +server.port 28015 +server.identity "1"
    oxide:
    Code:
    @echo on
    cls
    :startRustDedicated -batchmode -nographics +server.ip 192.168.178.167 +rcon.ip 0.0.0.0 +server.port 28015 +rcon.port 25565 +rcon.password "********" +server.maxplayers 10 +server.hostname "Testing" +server.identity "1" +server.level "Procedural Map" +server.worldsize 4000 +server.saveinterval 300 +server.globalchat true +server.description "I am just testing there is no need to join this server its nothing exept testing" +server.headerimage "[URL]http://oxidemod.org/styles/oxide/logo.png[/URL]" +server.url "[URL='http://oxidemod.org']Oxide[/URL]"@echo.
    @echo Restarting server...
    @echo.
    goto start
     
    Last edited by a moderator: Mar 17, 2016
  5. my serever doesnt even start because when before i had the problem with the .bat file it siad that it couldnt find the port and therefor couldnt start the server. And the .bat im not opening it with edit because then it would open in notepad but it opens in CMD, i dont know if this is the .bat or my CMD because my CMD sometimes doesnt understand commands normal CMD's do
     
  6. Try this
    Code:
    @echo off
    RustDedicated.exe -batchmode -nographics +server.ip 0.0.0.0 +rcon.ip 0.0.0.0 +server.port 28015 +rcon.port 28016 +rcon.password 1234 +server.maxplayers 10 +server.hostname "Testing" +server.identity "1" +server.level "Procedural Map" +server.worldsize 4000 +server.saveinterval 300 +server.globalchat true +server.description "I am just testing there is no need to join this server its nothing exept testing" +server.headerimage "http://oxidemod.org/styles/oxide/logo.png" +server.url "http://oxidemod.org"
     
  7. i dont know why but it doesnt start the code it just stays with a cmd with nothing in it
     
  8. Could be you have not built the files right pm me your skype info