table-columnsWorkspaces

This page covers core Workspace actions: creating, switching views, command broadcasting, saving templates, and monitoring sessions.

Overview

Workspaces group multiple terminal sessions into one focused environment. They help you work across multiple servers to deploy, validate changes across environments, or compare logs without rebuilding the same setup each time.

Inside a workspace, you can:

You can save a workspace as a reusable workspace template. When you reopen it, Termius restores it to the saved state.

Workspace templates capture:

  • Included connections

  • Tab names

  • Layout configuration

  • Working directories

  • Running commands at the time of saving

circle-info

Workspaces are currently available on macOS, Windows, and Linux.


Create a workspace template

You need at least two sessions to create a workspace. You can use remote hosts or local terminals.

To create a workspace template from New Tab:

  1. Open New Tab with Ctrl/Cmd + T, or click + in the tab bar

  2. Select two or more connections from the Recent connections list

  3. Click Create a workspace

  4. Enter a name and press Enter

  5. Double-click the saved workspace template to open it in Focus mode


Focus mode and Split view

A workspace has two view modes: Focus mode and Split view. You can switch between them at any time without interrupting the sessions inside.

Focus mode shows one terminal in the main view. The other terminals stay visible in the side panel.

Switch to Focus mode

In Split view, click the view mode icon in the terminal pane. Or press Ctrl/Cmd + Shift + M.

Save the workspace template.

Save and update workspace templates

When you open a workspace from a workspace template, Termius tracks any changes you make to it.

The gray dot on the tab shows unsaved changes. If you close the workspace without saving, the workspace template stays unchanged.

Save a workspace template

To save or update a workspace template:

  • Click the gray dot on the workspace tab, or

  • Press Ctrl/Cmd + S

What counts as a change

  • View mode: Switching between Focus mode and Split view

  • Renaming: Changing the name of a workspace template or a terminal tab

  • Terminal pane layout: Adjusting terminal pane sizes or positions in Split view

  • Tab order: Reordering tabs in the side panel in Focus mode

  • Working directory: Changing the active directory in one or more sessions

  • Running commands: The active commands differ from the last saved state

Rename a workspace template

To rename a workspace template in New Tab:

  1. Open New Tab with Ctrl/Cmd + T, or click + in the tab bar

  2. Hover over the workspace template and click the pen icon

  3. Enter a new name and press Enter

Rename a terminal tab in a workspace template

You can give a terminal tab a custom name in a workspace. This changes only the tab name in the workspace. It does not change the original hostname.

  1. Right-click a terminal tab

  2. Click Rename

  3. Enter a new name and press Enter

  4. Save the workspace template

Working directories and running commands

When Autocomplete is enabled, Termius tracks the working directory and active command for each session in a workspace.

This state appears on the terminal tab. You can save it in the workspace template. When you reopen the template, each session returns to the same directory and command state.

If Autocomplete is disabled, the working directory and running command are not displayed or restored.


Command broadcast mode

In a workspace, you can enable Command broadcast mode to send the same input to every active terminal. Use it for checks, config changes, and state validation across hosts.

Enable broadcast mode

To enable Command broadcast mode in Focus mode, click the Broadcast icon in the side panel.

The selected terminal stays active for input. Termius sends your input to all active terminals in the workspace.


Session status indicators

Each tab shows a dot that reflects the session state. In Focus mode, it appears in the side panel. In Split view, it appears on the terminal pane header.

🟢 Green: Shows unread output in the terminal

🟡 Yellow: Requires your input, such as a password, confirmation, or prompt

🔴 Red: Indicates an error in the terminal or a failed connection


Keyboard shortcuts

Switch Focus mode / Split view

Ctrl/Cmd + Shift + M

Toggle Broadcast mode

Ctrl/Cmd + B

Save workspace template

Ctrl/Cmd + S

circle-info

If you need to customize keyboard shortcuts, you can do so in Termius > Settings > Shortcuts.

Last updated

Was this helpful?