← Back to What's New

"Tip: Managing Multiple Sessions"

Running Claude Code in one terminal and a build process in another? Here's how to manage multiple sessions efficiently with SessionCast.

Quick Switch

In the web console, use the session switcher dropdown at the top to jump between active sessions. Each session maintains its own scroll position and input state.

Naming Sessions

Give your sessions meaningful names in tmux:

# Create named sessions
tmux new -s claude-code
tmux new -s build-server
tmux new -s logs

These names appear in the SessionCast console, making it easy to identify which session is which on your phone.

Side-by-side on Tablet

On iPad or Android tablets, open two browser tabs with different sessions for a split-screen monitoring experience.

Loading...