Two main paths for tabbed SSH on Ubuntu 24.04:
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:
| Terminal | Install | SSH Benefits | Notes |
|---|---|---|---|
| GNOME Terminal | Pre-installed | Basic tabs + profiles | Simple & reliable |
| Tilix | sudo apt install tilix | Excellent tabs, quake mode, splits | Very popular |
| Terminator | sudo apt install terminator | Splits + tabs, broadcast input | Multi-server friendly |
| Kitty | sudo apt install kitty | Fast, GPU-accelerated, built-in SSH kitten | kitty +kitten ssh user@host |
| Alacritty | sudo apt install alacritty | Extremely fast & minimal | Use with tmux for tabs |
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
sudo apt install tmux (often already present)ssh user@hosttmuxNicer keys with Byobu (tmux/screen wrapper):
sudo apt install byobu
byobu # run after ssh login
Press F1 for help – very beginner-friendly.