Start a new tmux session with a name tmux new -s mysessionname Detach from the current session While pressing Ctrl, hit b and release both. Hit d. List available tmux sessions tmux ls Attach to an existing session tmux attach-session -t mysessionname