Live console output and command interface for your Rust server.
+View connected players and manage kick, ban, and moderation actions.
++ {{ onlineCount }} online / {{ players.length }} total +
+| Player | +Steam ID | +Status | +Session | +Playtime | +Ping | +Actions | +
|---|---|---|---|---|---|---|
| + Loading players... + No players matching "{{ searchQuery }}" + No players found. Server may be offline or API not connected. + | +||||||
|
+
+ {{ player.display_name }}
+
+ |
+ {{ player.steam_id }} | ++ + + {{ player.is_banned ? 'Banned' : player.is_online ? 'Online' : 'Offline' }} + + | ++ {{ player.is_online ? formatConnectedTime(player.connected_at) : '\u2014' }} + | +{{ formatPlaytime(player.playtime_seconds) }} | ++ {{ player.is_online && player.ping_ms ? `${player.ping_ms}ms` : '\u2014' }} + | +
+
+
+
+
+ |
+