Reforger server player list RCON listing
Since the patch 1.2.1.169 BM is only listing around 17 players when the server hosts many more, over 100 for example. This was fine before the patch.
Using the RCON command "players" on the server from a console, it does list all the players. so it seems BM is not addressing the full list provided?
11 Replies
I am having the same issue. Other rcon clients can list all the players, however BM is stuck at 17.
Same her can anny admin pls do something about it ? i even cant find any people that are playing on my server
They probably modified the format of the response, again. We'll look at it and try to get a fix out soon
Thanks!
@Trustdisaster Checked on this and didn't see any servers exhibiting this behavior.
Can you confirm there's still a problem? If yes, please provide a specific server URL
We're getting the following error for that server:
so I'm assuming there's a config problem there?
How can i allow that permission in that case i thought it only needs my RCON Password and PORT 😅 But i will look as i can over it and give feedback
that what my console look like
there is something like permission on my server.json it looks like this:
},
"rcon": {
"address": "134.255.218.147",
"port": 19999,
"password": "HiddenPasswort",
"permission": "monitor",
"blacklist": [],
"whitelist": [
"76561198258677234"
]
},
should i add permission "players" as you showed me?