A connection manager for Windows. Keep every remote machine in one place and open it with a double click — SSH, SFTP, SCP, FTP, Remote Desktop or VNC, through the client tools you already use.
Why I rewrote AutoPuTTY from scratch →
Hostpad keeps the list, the credentials and the notes. PuTTY, WinSCP, mstsc and your VNC viewer keep doing what they are good at.
The idea comes from AutoPuTTY, a tool that did this job well for many years. Hostpad is freely inspired by it — no fork, no shared code, written from scratch — and brings the idea up to date: folders, real encryption, a Windows 11 interface, and the fields that used to be encoded inside other fields turned into fields of their own.
I used AutoPuTTY every working day from 2009, and never found anything better: an address book, not another terminal. What changed was not the tool — it was my list. Twenty clients, fifty projects, and no folders.
Take Hostpad-<version>-win-x64.exe from the
release page
and run it: it carries the .NET runtime inside and needs nothing installed.
The smaller builds need the
.NET 10 Desktop Runtime.
Or through Scoop, which checks the download for you:
scoop bucket add hostpad https://github.com/Hostpad/scoop-bucket
scoop install hostpad/hostpad
Your data lives in %USERPROFILE%\.hostpad. Windows 10 or 11,
64-bit.
Hostpad is not code-signed, so SmartScreen warns the first time you run it: Windows protected your PC → More info → Run anyway. A certificate costs money the project does not have.
What you get instead is a hash, and a build you can trace. Every release is produced by the release workflow on the GitHub runners from the tagged commit — no file on a release page is uploaded from a developer machine — and the SHA-256 of each file is written into the release notes.
Get-FileHash .\Hostpad-<version>-win-x64.exe -Algorithm SHA256
If it matches the release page, the file is the one the workflow built. If it does not, do not run it, wherever you got it from.
GPLv3 or later. Fork it, modify it, redistribute it. The name “Hostpad” is not covered by that licence: please rename your fork so users can tell the projects apart.
The only official releases are published at github.com/Hostpad/Hostpad. Copies distributed elsewhere, in particular paid ones, are not from us.
Bug reports, ideas and patches are welcome.