Features

SSH Management GUI features for SysAdmins and DevOps.

A full overview of all features in NEO SSH-Win Manager — simply explained.

SSH drives

Remote folder as a Windows drive.

One click — and the server folder appears like a local disk in Explorer.

One-click mount

One click mounts the remote folder as a Windows drive letter — no command-line knowledge needed.

Automatic drive letter

The app finds a free letter and avoids conflicts with existing drives automatically.

Clean unmount

Drives are disconnected cleanly. If that fails, fallback methods are tried automatically.

Drive label

The connection name appears directly as the drive label in Explorer.

Auto-reconnect

Dropped connections are restored automatically — e.g. after a brief network outage.

Restore drives on start

The app remembers active drives and mounts them again automatically after a restart.

Protocols

SSH, SFTP, FTP & FTPS in one app.

Since version 1.5.2 you pick the protocol per connection — the file browser adapts automatically.

Protocol selection per connection

Choose SFTP, FTP or FTPS — the port is suggested automatically (22, 21 or 990) and can be overridden freely. SSH-only fields are hidden automatically for FTP connections.

FTPS: explicit & implicit TLS

Explicit TLS negotiates encryption on port 21; implicit TLS encrypts from the start on port 990 — including optional certificate verification for self-signed certificates.

Passive mode & transfer progress

Firewall-friendly passive mode is on by default, uploads and downloads show a progress bar, and the app re-logs in automatically after an idle-timeout disconnect.

More on the FTP/FTPS client →

Authentication & security

Secure and effortless.

Passwordless mounts — no SSH key needed

Enter your password once — it is used automatically when mounting drives. No SSH key needed. For automatic password login in the terminal, enable PuTTY in Settings.

SSH key & certificate

Standard SSH keys and certificates are supported and used automatically when connecting.

Ask each time

For servers where no password should be stored — a prompt appears on each connection.

Encrypted credentials

All saved SSH passwords are encrypted locally — the key comes from your app login.

Single instance

The app only runs once — a second launch brings the existing window to the front.

Multiple profiles

Multiple users on one PC, each with their own connections and credentials.

Interface & design

Easy to use. Enjoyable to look at.

Built-in terminal

Open an SSH session with a single click using the native Xterm terminal, PuTTY, or OpenSSH, with support for passwordless login.

Live system info

CPU, RAM, disk, uptime and load right in the connection card — no extra tools.

System tray

The app runs quietly in the tray. Mount or unmount drives without opening the main window.

Modern design

A polished interface with light and dark themes — per-user preference.

German & English

Language per user. The interface switches after restart.

Start with Windows

The app can start automatically at Windows login — as a tray app in the background.

Automation

CLI companion for scripts.

Use connections from scripts or automations — with an access key, no login dialog needed.

Interactive SSH session
NeoSSHWinManager-cli.exe --connect-cli "<access_key>"

Run a single command
NeoSSHWinManager-cli.exe --connect-cli "<access_key>" --exec "uname -a"

Enable CLI access in the connection settings and generate an access key.

SSHFS Mount GUI Guide