NEO SSH-Win Manager is a modern Windows desktop app for SSHFS — mount remote folders as drive letters, manage multiple profiles, and connect without typing passwords. Completely free and open source.
Features
Mount SSH drives with one click, manage multiple users, and log in without passwords — all in one app, no command line needed.
Multiple profiles on one PC. Each user has their own connections and credentials — securely separated.
Use connections from scripts or automations — with an access key, no login dialog needed.
Save 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.
Mount remote folders as Windows drive letters — visible in Explorer like any other drive.
Connect to any server directly from the app. With PuTTY, the password is entered automatically. With the native SSH client, type the password manually in the terminal.
CPU, RAM, disk, uptime and load per server — shown right in the connection card.
Three sign-in methods: saved password, SSH key, or prompt each time. Saved SSH passwords are stored locally in the encrypted SQLite database.
Keep the app running in the background and mount or unmount drives with one click.
A polished modern interface — choose light or dark. Per-user preference, just like the language.
How it works
No VPN, no compromises. NEO SSH-Win Manager connects securely via SSH and mounts the remote folder as a Windows drive — visible in Explorer like a regular disk.
# Was die App im Hintergrund ausführt:
sshfs deploy@10.0.4.21:/var/www Z: -p22 \
-ovolname=Production -oreconnect \
-oidmap=user -odefault_permissions \
-oStrictHostKeyChecking=no
SSH passwords are stored locally in the SQLite database — encrypted per app user with AES-256-GCM. The key is unlocked during app sign-in and kept only in memory for the session.
Multiple profiles on one PC share no credentials. Each user has their own connections, language, and appearance — and never sees anyone else's passwords.
FAQ
An SSH Manager Windows GUI is a desktop app that manages SSH connections visually and mounts remote folders as local drives via SSHFS — no command line needed.
Install WinFsp and SSHFS-Win, add a connection in NEO SSH-Win Manager, and click Mount. The remote folder immediately appears as a drive letter in Windows Explorer.
Yes. Profiles, credentials, and drive assignments are managed separately per user. All data is stored with AES encryption.
No. You can configure password, SSH key, or certificate per connection individually. NEO SSH-Win Manager supports all common authentication methods.
Yes. NEO SSH-Win Manager is open source (MIT license) and completely free — no limitations, no subscription.
Get started
Currently v1.5.1 — free, no tracking, no account required.