Windows · Networking
MobaXterm for Windows
All-in-one Windows terminal combining tabbed SSH, X11, RDP, and serial sessions with a built-in SFTP browser and Unix-like toolset.
Updated August 9, 2026 · Reviewed by SoftNexi Editorial Team, Software research and documentation
Overview
MobaXterm bundles a tabbed terminal supporting SSH, Telnet, RDP, VNC, X11, and serial/COM connections with a graphical SFTP file browser that appears automatically alongside an active SSH session. It also ships an embedded Cygwin-based Unix command set (ls, grep, ssh, and more), so Windows users get a lightweight Unix-like shell environment without a separate WSL or Cygwin install.
The free Home edition covers most individual use cases but caps the number of simultaneous open sessions; the paid Professional edition removes that limit and adds features aimed at business use, such as more customization and priority support.
Where PuTTY is a minimal single-purpose SSH/serial client, MobaXterm is the more complete workspace: tabs for multiple simultaneous sessions, an integrated file browser, session bookmarking with folders, and support for graphical X11 forwarding so remote Linux GUI applications can display locally.
It's popular with sysadmins, developers working across mixed Windows/Linux environments, and students taking courses that use SSH and X11 forwarding, largely because it collapses several separate tools (terminal, SFTP client, X server) into one application.
Key features
- Tabbed sessions for SSH, Telnet, RDP, VNC, X11, and serial connections
- Automatic graphical SFTP browser alongside active SSH sessions
- Embedded Cygwin-based Unix command toolset (bash, ssh, grep, and more)
- Built-in X server for forwarding graphical Linux applications to Windows
- Session bookmarking organized into folders with quick search
- Macro and scripting support for repeated multi-step session tasks
System requirements
- Operating system
- Windows 11 and Windows 10 (64-bit)
- Disk space
- Roughly 100 MB installed, including the embedded Unix toolset
How to install MobaXterm
1. Download the installer
Go to mobaxterm.mobatek.net/download.html and choose the Installer edition (or Portable edition for no-install use).
2. Run setup
Install with default options; no special drivers are required beyond the application itself.
3. Create a session
Click Session, choose SSH (or another protocol), enter the host details, and save it for later use.
4. Confirm SFTP integration
After connecting over SSH, check that the SFTP file panel appears automatically on the left side of the window.
How to use it
1. Organize sessions into folders
Use the session manager's folder feature to group connections by client, project, or environment.
2. Drag and drop files
With an active SSH session, drag files directly into the automatic SFTP panel to upload them without a separate FTP client.
3. Forward a graphical app
Connect over SSH with X11 forwarding enabled, then launch a remote Linux GUI application — it will display in a window on your Windows desktop via MobaXterm's built-in X server.
4. Use the embedded Unix shell
Open a local terminal tab to use bash and common Unix commands directly on Windows, useful for quick scripting without installing WSL.
Safety and privacy
- Download only from mobaxterm.mobatek.net; the developer distributes both the free Home edition and licensed Professional builds from the same official site.
- MobaXterm is closed source, so we have not independently reviewed its codebase; treat it like any proprietary utility that handles credentials.
- Bundled software
- The official installer contains the MobaXterm application and its embedded Unix toolset, with no unrelated third-party bundling reported.
- Privacy
- MobaXterm runs locally and connects only to the hosts you configure; review the developer's privacy policy if you plan to use it for sensitive infrastructure access.
Known risks
- Saved sessions can store hostnames, usernames, and sometimes credentials locally — be cautious on shared or unencrypted machines.
- The free Home edition's session limit can be mistaken for a bug rather than an intentional restriction; check the developer's edition comparison if sessions stop opening.
What's new
Pros and cons
Pros
- Combines terminal, SFTP browser, and X server in one application
- Tabbed multi-session workflow beats juggling separate PuTTY windows
- Embedded Unix toolset is handy without a full WSL setup
- Free Home edition is capable for individual use
- Session bookmarking and folders help manage many hosts
Cons
- Closed source, unlike PuTTY or OpenSSH
- Free Home edition caps simultaneous open sessions
- Heavier and more feature-dense than users who just want a plain terminal may need
- Professional edition pricing requires checking the developer's page rather than a fixed public number
Verdict
MobaXterm is a strong pick for anyone regularly juggling SSH, SFTP, and X11 sessions on Windows, packaging tools that would otherwise require several separate applications. Users who want a minimal, open-source SSH client with no session limits may still prefer PuTTY or Windows' built-in OpenSSH.
Frequently asked questions
Is MobaXterm free?
The Home edition is free but limits the number of simultaneous open sessions. A paid Professional edition removes that limit and adds business-oriented features.
Is MobaXterm better than PuTTY?
It depends on your needs — MobaXterm bundles a tabbed terminal, SFTP browser, and X server in one app, while PuTTY is a minimal, open-source, single-purpose SSH/serial client. Many people use PuTTY for quick connections and MobaXterm for a fuller daily workspace.
Does MobaXterm work on Windows 11?
Yes, current MobaXterm releases support Windows 11 and Windows 10.
Do I need WSL if I have MobaXterm?
Not necessarily for basic Unix commands — MobaXterm's embedded Cygwin-based toolset covers common utilities. For running actual Linux binaries and a full Linux kernel-level environment, WSL is still the more complete option.