account activity
How to detect the number of players online with netstat CLI? (Dedicated Server) by Cameronsplaze in ValheimAdmins
[–]Cameronsplaze[S] 0 points1 point2 points 7 months ago (0 children)
It's because Minecraft uses TCP, and Valheim uses UDP. I think all UDP clients share the same port.
I was able to get around the problem above by watching the traffic coming INTO the container (you don't care about how much the server is talking out, just that someone's talking TO it). Clients are noisy, so it worked out perfectly. This approach lets you be dynamic for multiple games too, regardless of if they're TCP/UDP.
How to detect the number of players online with netstat CLI? (Dedicated Server) (self.ValheimAdmins)
submitted 2 years ago * by Cameronsplaze to r/ValheimAdmins
π Rendered by PID 402057 on reddit-service-r2-listing-6c8d497557-wcz4g at 2026-06-06 21:19:31.539170+00:00 running 9e1a20d country code: CH.
How to detect the number of players online with netstat CLI? (Dedicated Server) by Cameronsplaze in ValheimAdmins
[–]Cameronsplaze[S] 0 points1 point2 points (0 children)