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
Solved I can't get my server online
Discussion in 'Rust Discussion' started by rugter100, Mar 17, 2016.
-
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
-
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"? -
unmodded:
Code:RustDedicated.exe -batchmode +server.hostname "test" +server.port 28015 +server.identity "1"
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 -
-
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"
-
-