So ive been messing around trying to get my RUST server running. Finally got the Rcon to go fine, one step in the right direction. Now im having trouble getting the server to load though. I can access locally. As the batch file was booting i saw "Rcon started on 28016", nothing else that hinted towards the server. Ive heard I may need a static IP. what is that and how do i go about doing so if needed.
Thanks,
Phoenix
Server is started, but only RCON works
Discussion in 'Rust Discussion' started by Redphoenix420, Apr 5, 2017.
-
Wulf Community Admin
How are you testing connecting to the server? If you are hosting locally behind a router, you'd need to make sure your router has the port forwarded for the server. Also make sure you aren't selecting anything on the server console that would cause it to freeze.
-
I dont know how to test for the server. Just been trying to see it in master list. I have port forwarded 28015 and 28016. Im assuming i opened Port 28016 since i was able to connect using an Administration tool. Though not seeing Server on master list...
Here is batch if it helps.
Code:@echo off cls :start echo Starting server...RustDedicated.exe -batchmode -nographics +server.ip 0.0.0.0 +rcon.ip 0.0.0.0 +server.port 28015 +rcon.port 28016 +rcon.password "xxx" +server.maxplayers 100 +server.hostname "Phoenix Gaming X5/TP/" +server.identity "MyRustServer" +server.level "Procedural Map" +server.seed 2147483647 +server.worldsize 3000 +server.saveinterval 300 +server.globalchat true +server.description "X5 Gather/n Teleport/n Stacks " +server.headerimage "http://i.imgur.com/ouN630f.jpg" +server.url ""echo. echo Restarting server... timeout /t 10 echo. goto start
Thanks,
Phoenix -
Wulf Community Admin
-
That is correct, yes. And yes i can connect via"connect localhost:28015"
-
Wulf Community Admin
-