See who is attached and where from.
Section: Remote persistence
List connected clients
bash
bash
tmux list-clients -F "#{client_tty} #{client_session} #{client_activity}"Explanation
Useful for support, pair sessions, and debugging.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Remote persistence
Start or attach after SSH login
Create-or-attach workflow for remote boxes.
Enable broadcast for paired commands
Send the same input to multiple panes in a window.