I just started hosting a server for me and a couple of other people. We were looking to get some people on the server, but noticed that it isn't being updated to the in-game server browser. I have been looking online to see if anyone else was having this issue.
Ports 20815 and 20816 is both forwarded correctly. I don't really know what information would be useful but I'll post both the log and the batch file used in testing.
Batch file used
Connections log has been showing thisCode:@echo off cls :start echo Starting server...RustDedicated.exe -batchmode -nographics +server.port 28015 +server.level "Procedural Map" +server.seed 1374825187 +server.tickrate 60 +server.worldsize 3500 +server.maxplayers 400 +server.url "http://vortexstudio.us" +server.headerimage "https://i.imgur.com/WNS5uJA.jpg" +server.identity "Vortex" +rcon.port 28016 +rcon.password letmein +rcon.web 1
This is the second connection logCode:[2018-01-30 15:15:45] CCMInterface::OnNetworkDeviceStateChange -- Saw device up, connecting to Steam
Code:[2018-01-30 14:27:31] Log session started [2018-01-30 14:27:31] [0,0] SetSteamID( [A:1:0:0] ) [2018-01-30 14:27:32] [1,2] Connect() starting connection (eNetQOSLevelMedium, 162.254.193.6:27017, UDP) [2018-01-30 14:27:32] [1,2] ConnectionCompleted() (162.254.193.46:27017, UDP) [2018-01-30 14:27:32] [1,2] RecvMsgClientLogOnResponse() : [A:1:2196810762:9582] 'OK'[2018-01-30 14:58:30] Log session started [2018-01-30 14:58:30] [0,0] SetSteamID( [A:1:0:0] ) [2018-01-30 14:58:30] [1,2] Connect() starting connection (eNetQOSLevelMedium, 162.254.193.47:27019, UDP) [2018-01-30 14:58:31] [1,2] ConnectionCompleted() (162.254.193.47:27019, UDP) [2018-01-30 14:58:31] [1,2] RecvMsgClientLogOnResponse() : [A:1:2420838402:9582] 'OK'[2018-01-30 15:15:45] Log session started [2018-01-30 15:15:45] [0,0] SetSteamID( [A:1:0:0] ) [2018-01-30 15:15:45] [1,2] Connect() starting connection (eNetQOSLevelMedium, 162.254.193.46:27018, UDP) [2018-01-30 15:15:50] [1,0] ConnectFailed('Connection Failed':0) (0.0.0.0:0, UDP) [2018-01-30 15:15:50] [0,0] StartAutoReconnect() will start in 0 seconds [2018-01-30 15:15:50] [1,10] Connect() starting connection (eNetQOSLevelMedium, 162.254.193.46:27018, UDP) [2018-01-30 15:15:55] [1,0] ConnectFailed('Connection Failed':0) (0.0.0.0:0, UDP) [2018-01-30 15:15:55] [0,0] StartAutoReconnect() will start in 2 seconds [2018-01-30 15:15:57] [1,14] Connect() starting connection (eNetQOSLevelMedium, 162.254.193.46:27018, UDP) [2018-01-30 15:16:02] [1,0] ConnectFailed('Connection Failed':0) (0.0.0.0:0, UDP) [2018-01-30 15:16:02] [0,0] StartAutoReconnect() will start in 5 seconds [2018-01-30 15:16:06] [0,0] ScheduleImmediateReconnect() [2018-01-30 15:16:06] [0,0] ScheduleImmediateReconnect() [2018-01-30 15:16:06] [1,18] Connect() starting connection (eNetQOSLevelMedium, 162.254.193.46:27018, UDP) [2018-01-30 15:16:11] [1,0] ConnectFailed('Connection Failed':0) (0.0.0.0:0, UDP) [2018-01-30 15:16:11] [0,0] StartAutoReconnect() will start in 0 seconds [2018-01-30 15:16:12] [1,22] Connect() starting connection (eNetQOSLevelMedium, 162.254.193.46:27018, UDP) [2018-01-30 15:16:15] [1,0] ConnectFailed('Disconnected By Remote Host':0) (155.133.254.133:27018, UDP) [2018-01-30 15:16:15] [0,0] StartAutoReconnect() will start in 3 seconds [2018-01-30 15:16:18] [1,26] Connect() starting connection (eNetQOSLevelMedium, 155.133.254.132:27018, UDP) [2018-01-30 15:16:20] [1,0] ConnectFailed('Disconnected By Remote Host':0) (162.254.195.45:27018, UDP) [2018-01-30 15:16:20] [0,0] StartAutoReconnect() will start in 6 seconds [2018-01-30 15:16:26] [1,30] Connect() starting connection (eNetQOSLevelMedium, 162.254.196.67:27017, UDP) [2018-01-30 15:16:26] [1,30] ConnectionCompleted() (162.254.193.46:27019, UDP) [2018-01-30 15:16:28] [1,30] RecvMsgClientLogOnResponse() : [A:1:2613793794:9582] 'OK'
Server not being query
Discussion in 'Rust Discussion' started by braydel, Jan 30, 2018.
-
Your header image is the wrong size. You do not have a hostname. You have capitals in your server identity. Your tickrate is too high for rust but won't break it (max recommended 30).
Try the batch below, I added the default port values and some other values you need, change your hostname and the header image must be 512x256:
RustDedicated.exe -batchmode +server.port 28016 +server.level "Procedural Map" +server.seed 1374825187 +server.worldsize 3500 +server.hostname "My Shitty Server" +server.maxplayers 200 +server.url "Vortex Studio" +server.identity "vortex" +rcon.ip 0.0.0.0 +rcon.port 28018 +rcon.password letmeinLast edited by a moderator: Jan 31, 2018 -
query port has not been used in about a year
-
-
@braydel here you go made you a bat file as Psystec missed a few things
Attached Files:
-