Tabbed SSH Experience on Ubuntu 24.04 (2025–2026)

Two main paths for tabbed SSH on Ubuntu 24.04:

Best Modern Tabbed Terminal

Tabby — cross-platform, beautiful UI, native SSH, tabs, splits, themes, connection manager.

Install on Ubuntu 24.04:

# 1. Snap (easiest – auto-updates)
sudo snap install tabby

# 2. Official .deb (recommended)
# Download from https://tabby.sh/ → Downloads → amd64 .deb
sudo apt install ./tabby-*.deb

# 3. Flatpak alternative
flatpak install flathub com.eugenesan.app.Tabby

Run with: tabby (or via menu).

Highlights:

  • Built-in SSH with saved hosts & groups
  • Real tabs + split panes
  • Themes, transparency, auto-complete
  • Restores open connections/tabs
Strong Alternatives (all with great tab support)
TerminalInstallSSH BenefitsNotes
GNOME TerminalPre-installedBasic tabs + profilesSimple & reliable
Tilixsudo apt install tilixExcellent tabs, quake mode, splitsVery popular
Terminatorsudo apt install terminatorSplits + tabs, broadcast inputMulti-server friendly
Kittysudo apt install kittyFast, GPU-accelerated, built-in SSH kittenkitty +kitten ssh user@host
Alacrittysudo apt install alacrittyExtremely fast & minimalUse with tmux for tabs
Best pick for most users: Tabby or Tilix → clean tabs without complexity.

Dedicated Tabbed SSH Managers (PuTTY-style)

For saved sessions, groups, cluster/broadcast typing, etc.

Asbrú Connection Manager (active fork of PAC)

sudo add-apt-repository ppa:asbru-cm/ppa
sudo apt update
sudo apt install asbru-cm

Launch: asbru-cm

Termius (polished, cross-device sync, freemium)

sudo snap install termius

Generous free tier with tabs, snippets, port forwarding.

EasySSH (minimalist tabbed SSH)

sudo flatpak install flathub com.github.muriloventuroso.easyssh
Choose this path if you want: Saved connections + groups + broadcast → Asbrú or Termius.

Quick Tabbed SSH with tmux (zero extra GUI install)

  1. Ensure tmux is installed: sudo apt install tmux (often already present)
  2. SSH in: ssh user@host
  3. Start tmux: tmux
  4. Useful shortcuts:
    • Ctrl+b c → new window (tab)
    • Ctrl+b , → rename window
    • Ctrl+b n/p → next/prev window
    • Ctrl+b % → vertical split
    • Ctrl+b " → horizontal split

Nicer keys with Byobu (tmux/screen wrapper):

sudo apt install byobu
byobu   # run after ssh login

Press F1 for help – very beginner-friendly.

Quality, Reliability & Service
Thank You For Visiting
Brooks Computing Systems - Jacksonville
Visit https://bcs.archman.us