Wingetlywingetly
← All apps

MTPuTTY

by TTYPlusv1.8.5

Last updated

Wrap unlimited number of PuTTY applications in one tabbed GUI interface

Install with winget

$ winget install --id TTYPlus.MTPuTTY --exact --version 1.8.5

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for MTPuTTY

MTPuTTY uses EXE (Inno Setup). The silent install switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.

One-line silent install (x86, user scope)
mtputty_setup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /CURRENTUSER

See the full silent install reference for MTPuTTY

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

PuTTY is the most popular SSH client for Windows. One, and probably the only one, of PuTTY drawbacks is that you need to start a new copy of PuTTY every time you open a new connection. So if you need e.g. 5 active connections you run 5 PuTTY instances and you have 5 PuTTY windows on the desktop.

MTPuTTY (Multi-Tabbed PuTTY) is a small *FREE* utility enabling you to wrap unlimited number of PuTTY applications in one tabbed GUI interface. You are still continue using your favorite SSH client, but you are no longer messing around with PuTTY windows - each window will be opened in a separate tab.

Installers · v1.8.5

ArchitectureTypeScopeInstallDownload
x86EXE
Inno Setup
userDirect
x86EXE
Inno Setup
machineDirect

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

No known CVEs for MTPuTTY.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • NETworkManagerBornToBeRoot
    BornToBeRoot.NETworkManagerv2026.7.7.0

    A powerful tool for managing networks and troubleshoot network problems!

  • PuTTY CACSimon Tatham
    NoMoreFood.PuTTY-CACv0.85.1.0

    Windows Secure Shell Client With Support For Smart Cards & Certificates

  • SuperPuTTYJim Radford
    JimRadford.SuperPuTTYv1.5.0.0

    The SuperPuTTY Window Manager for putty sessions

  • AvashAdrien Cros
    AdrienCros.Avashv0.13.1

    Native, fast and secure SSH, RDP and VNC connection manager

  • PortXNetSarang Computer, Inc.
    NetSarangComputer.PortXv2.3.0

    SSH & SFTP Client

More from TTYPlus or browse putty.

Frequently asked questions

How do I install MTPuTTY on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id TTYPlus.MTPuTTY --exact --version 1.8.5. winget downloads the installer from TTYPlus and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install MTPuTTY silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id TTYPlus.MTPuTTY --exact 1.8.5 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for MTPuTTY?
MTPuTTY uses EXE (Inno Setup). Run the downloaded installer with: mtputty_setup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /CURRENTUSER. The silent switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.
How do I uninstall MTPuTTY via winget?
Run: winget uninstall --id TTYPlus.MTPuTTY --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from MTPuTTY's Apps & Features entry.
Is MTPuTTY free?
MTPuTTY is distributed under Freeware. Refer to the publisher (https://ttyplus.com/multi-tabbed-putty/) for the full license terms - Wingetly itself does not charge for installation.
Does MTPuTTY work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls MTPuTTY directly from the publisher.
How do I keep MTPuTTY up to date?
Run winget upgrade --id TTYPlus.MTPuTTY --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of MTPuTTY from microsoft/winget-pkgs.