Release details: VaultPilot 3.0.3 files and checksums
VaultPilot v3.0.3 was published on July 29, 2026. Each component below has its own version, the way to get it and, for files published with the release, the exact byte size and SHA-256 to check before you install.
VaultPilot Enterprise Vault Console
Version 3.0.3The Windows server and its browser console. The MSI installs the VaultPilotServer service with its own Node runtime and SQLite files, the firewall rule and the data directory.
- Runs on
- Windows Server or an approved Windows host
- Installs as
- Administrator, Windows Installer
| File | Size (bytes) | SHA-256 |
|---|---|---|
| VaultPilot-3.0.3-x64.msi | 65,463,396 | 23e42e7a2b46e0b02337054cd975afc8a0c475d52cf6ef090a0567ae5d08a218 |
VaultPilot Browser Vault Extension
Version 1.3.3Autofill and save-login prompts in Chrome and Edge for devices paired with your server. Users install and update it from the Chrome Web Store; managed fleets deploy the same extension ID through Chrome or Edge policy.
- Runs on
- Google Chrome, Microsoft Edge
- Extension ID
- hjkbedlaieikhkoplgpiohlaakgebobi
VaultPilot DC Agent Service
Version 1.2.27Optional Windows service near the domain controller that syncs directory metadata into VaultPilot. Install it with the PowerShell script from an Administrator session; identity-bound account actions need version 1.2.20 or newer.
- Runs on
- A controlled Windows host near the domain controller
- Service name
- VaultPilotDCAgent
- Commands
- -InstallService, -Status, -TailLog, -RepairService, -UninstallService
| File | Size (bytes) | SHA-256 |
|---|---|---|
| vaultpilot-dc-agent.ps1 | 241,658 | 58ef4b043068b36a8dce29d3159a41b047e32720329987941e9d245e7d4a8b98 |
Server tools and uninstall
The Backup Tool and the Log Collector come with the server and are downloaded from the console's Server settings screen; their versions do not follow the server version. VaultPilot and the DC Agent are removed with their own installers.
| Tool | Version | What it does |
|---|---|---|
| VaultPilot Backup Tool | 3.0.0 | VaultPilotBackupTool.exe creates the full-server recovery ZIP. Run it as Administrator on the server and keep the archive offline. In the console: Server settings |
| VaultPilot Log Collector | 3.0.2 | VaultPilotLogCollector.exe builds a redacted support package; share only that package. In the console: Server settings |
| Uninstall (Windows Installer) | 3.0.3 | Remove VaultPilot from Windows Apps and Features, or run the same MSI and choose Remove. The service, firewall rule and installed files go; the data directory C:\ProgramData\VaultPilot stays. Take a verified backup first. Uninstall guide |
| DC Agent uninstall | 1.2.27 | Run vaultpilot-dc-agent.ps1 -UninstallService from an Administrator PowerShell on the agent machine to remove the VaultPilotDCAgent service. Active Directory agent guide |
Verify before you install
- 01
Confirm the release record Confirm that the version on this page and in the file name is 3.0.3, the published release. A different version means stop. Release asset verification guide
- 02
Download from this release only Use the download buttons on this page, never files from chat, support threads or unpublished build output. Windows Server installation guide
- 03
Match the hash and size Run Get-FileHash -Algorithm SHA256 and compare the digest and byte size with the component's table before you install or redistribute the file. Any mismatch means do not use it. Release asset verification guide
- 04
Expect an unsigned MSI Get-AuthenticodeSignature reports NotSigned for VaultPilot-3.0.3-x64.msi. Do not substitute an unrelated certificate and do not skip the hash check to compensate. Windows Server installation guide
A completed download shows only that a file arrived. VaultPilot-3.0.3-x64.msi is not Authenticode-signed, so the Update Center in the console trusts it through the Ed25519-signed update manifest plus the SHA-256 and size match, and checks both on its own. That exception covers only this release file; any other package must carry a valid signature.