Server Browser / Rust Server List shows wrong amount of players

tarynkelley

Retired Staff
Retired Staff
Trusted Member
Nov 14, 2015
575
178
28
Parts Unknown
I noticed that most rust server list sites always show only the amount of active steam players but not cracked players.

For example when using: http://rust-servers.net/

Is there any way to fix that? How they get these information? Via RCON?
 

DreTaX

Probably knows the answer...
Administrator
Jun 29, 2014
4,093
4,784
113
At your house.
github.com
I think at connection It fails to auth the players and cant show It. Maybe there is a way to hax the steam api like I did in experimental, even I at RustBuster wasnt able to query all the users, if you remember my video. I actually need to rewrite the SSL part, I need to find an example that is able to handle multiple connections at the server, and It is encrypted.

Sent From My Samsung Galaxy S4
 

DreTaX

Probably knows the answer...
Administrator
Jun 29, 2014
4,093
4,784
113
At your house.
github.com
I noticed that most rust server list sites always show only the amount of active steam players but not cracked players.

For example when using: http://rust-servers.net/

Is there any way to fix that? How they get these information? Via RCON?
I was always wondering what would happen if i would launch the steam server with the official code paramter xdd
 

tarynkelley

Retired Staff
Retired Staff
Trusted Member
Nov 14, 2015
575
178
28
Parts Unknown
Official code? You mean a VAC secure?

I'm running my server as an official Steam Server with VAC activated + AuthAllow plugin. It even shows up in the Steam Rust Legacy Ingame Server Browser.
 

tarynkelley

Retired Staff
Retired Staff
Trusted Member
Nov 14, 2015
575
178
28
Parts Unknown
I remember you implemented something into Fougerite, but the rust server still returns only the amount of Steam Users.

Do you have any idea how to maybe fetch the player amount via web or an external program (e.g. via rcon)?

Maybe a C# Plugin with an inbuilt HTTP server simply returning the player amount