I'm fairly new to hosting a rust server.
I've had a server up for a couple weeks now, and I usually restart it once a night or so, when no one is active.
There have been a couple of instances where the server will be 'up' but cannot be connected to.
So I check the console to see what has gone on, and there have been two times, where I see that the user has a steamid listed under the 'owner' column. But there is nothing else in the console that says they have a higher auth level.
The first instance I checked the steamid, I found a user that has been VAC banned once 4oo something days ago.
Tonight, when checking this new steamid, there is a profile that has not been created yet. And for some reason, under the "owner" column for this steam account, there is a completely different steamid listed under it.
And for some reason in this instance, the rcon pulled the servers status like 4 times in 2 seconds.Code:[12/22/2016 23:18:55] [RCON][127.0.0.1:57141] status [12/22/2016 23:18:55] hostname: Hawaii808 version : 1936 secure (secure mode enabled, connected to Steam3) map : Procedural Map players : 2 (200 max) (0 queued) (0 joining)id name ping connected addr owner violation kicks 76561198041986109 "[Hilo] Kim Jong Un-Beatable" 27 1486.165s 66.8.146.123:56397 0.0 0 76561198346237782 "providewater \"Squirt!\"" 24 33.27493s 98.155.137.216:57368 76561198274129056 0.0 0 [12/22/2016 23:18:55] [RCON][127.0.0.1:57141] status [12/22/2016 23:18:55] hostname: Hawaii808 version : 1936 secure (secure mode enabled, connected to Steam3) map : Procedural Map players : 2 (200 max) (0 queued) (0 joining)id name ping connected addr owner violation kicks 76561198041986109 "[Hilo] Kim Jong Un-Beatable" 26 1486.264s 66.8.146.123:56397 0.0 0 76561198346237782 "providewater \"Squirt!\"" 24 33.37373s 98.155.137.216:57368 76561198274129056 0.0 0 [12/22/2016 23:18:56] [RCON][127.0.0.1:57141] status [12/22/2016 23:18:56] hostname: Hawaii808 version : 1936 secure (secure mode enabled, connected to Steam3) map : Procedural Map players : 2 (200 max) (0 queued) (0 joining)id name ping connected addr owner violation kicks 76561198041986109 "[Hilo] Kim Jong Un-Beatable" 26 1486.37s 66.8.146.123:56397 0.0 0 76561198346237782 "providewater \"Squirt!\"" 24 33.48024s 98.155.137.216:57368 76561198274129056 0.0 0 [12/22/2016 23:18:56] [RCON][127.0.0.1:57141] status [12/22/2016 23:18:56] hostname: Hawaii808 version : 1936 secure (secure mode enabled, connected to Steam3) map : Procedural Map players : 2 (200 max) (0 queued) (0 joining)id name ping connected addr owner violation kicks 76561198041986109 "[Hilo] Kim Jong Un-Beatable" 26 1486.466s 66.8.146.123:56397 0.0 0 76561198346237782 "providewater \"Squirt!\"" 24 33.57579s 98.155.137.216:57368 76561198274129056 0.0 0
I'm very new to this, like I said.
The thing is, when I'm logged in, I don't even have my steamid posted under owner.
I would appreciate it if someone could explain what is 'actually' going on.
Solved Rust server hacked?
Discussion in 'Rust Discussion' started by johnsonjulian38, Dec 23, 2016.
-
Wulf Community Admin
The "status" command is used by your RCON client to get player counts and such, which is perfectly normal.
-
I could definitely just be overreacting. -
Wulf Community Admin
-