Server not startingSolved
Dear Umod community I got a issue with  me rust server, 
I've download a brand new server from rust, also installed a brand new oxide file, 
While turning the server on and its done with loading I'm jus get My untiteld rust server plus end maxplayers 500
which I've edit all of them https://pastebin.com/hDFW1ii3 [sorry if this link doesn't work because this is my first time using pastebin
Also  the +server.warmup doesn't turning off while setting on false, dunno why [also sorry some words are in dutch just ignore that 
Yo, dude, I've found a few potential issues in your bat, but I'm really busy to test if I'm right or wrong. Try this script, and see, if it works correctly on your machine.
Pastebin link
In response to 2CHEVSKII ():
Yo, dude, I've found a few potential issues in your bat, but I'm really busy to test if I'm right or...
Thanks man but now I'm getting the following troubles,  
while turning on the server, and its fully loaded,  
I can't see My server on the modded list but I'm able to connect through  the client.connect command, 
I got the following,  portforwards ip inside of my firewall and router,
UDP 28015 TCP 28016 Dunno if this is right but for now I can't see my server on the moddedlist
Try asking your friends to directly (client.connect) connect to your server, if all the ports are forwarded correct - they will be able to connect and it means you have to wait until server will show up in list.
Who is the host?
In response to browney ():
Who is the host?
I'm hosting it by my self but i know the issue alrrady on some reason my router isn't allowed to do so.
So i've to buy a new router to host things 
In response to TruxDeadnitro ():
I'm hosting it by my self but i know the issue alrrady on some reason my router isn't allowed to do...
To be honest with you I have not been able to get a .bat to load the server correctly unless you place is all in a single like 2CHEVSKII showed in the pastebin. I do like the way you have line by lined the config. But from what I have tested all it dose to starts a untitled server with 500 count on it. 
In response to clumsyzombie ():
To be honest with you I have not been able to get a .bat to load the server correctly unless you pla...
That would indicate your bat file is not formatted properly to support those extra lines, as it does indeed work and is something that is handled by Windows, not the game server. Having the ^ at the end of each line you want to split is crucial for multi line to work.
In response to Wulf ():
That would indicate your bat file is not formatted properly to support those extra lines, as it does...
Wulf so in the example he is using becuase I want to make sure I do this right for myself do you have to put the leading + someone told me you didn't have to put that it is not requiered anylonger but wanted to ask you. 
In response to clumsyzombie ():
Wulf so in the example he is using becuase I want to make sure I do this right for myself do you hav...
In the script OP has posted initially, he hasn't "^" after the first line (RustDedicated.exe -batchmode <no ^ here> <new line and rest of the cmd args>).
And he has not specified -nographics key (I'm not sure if it's necessary actually...). So he had his server started with default parameters.

UPD. And I don't know what's the point of "server.ip 0.0.0.0" - server use the ip the machine is tied on (if it doesn't have multiple addresses, which it obviously does not).
Also server.antihack and *.warmup - there is no such vars
Locked automatically