Get LeoCore Backup
Windows 10 1607+, Windows 11, and Windows Server 2012 R2 through 2025 — including Server Core. 64-bit. One download for every edition: it runs as the free Solo edition until you enter a licence key.
LeoCore Backup 4.9.2
The installer. Run it, and the application and the backup service are both set up — nothing to extract, nothing to install first.
Download for Windows- Registers and starts the backup service for you
- No prerequisites — the .NET runtime is included
- Works on desktop, Server and Server Core
- Upgrades in place — a key unlocks the paid tiers
x64. Windows 10 1607+, Windows 11, Windows Server 2012 R2 – 2025. How the install works →
Compact ZIP
The same application without the bundled runtime, for machines that already have .NET 8 and for scripted deployment.
Download the ZIP- Extract, then run
Install.cmdas administrator - Same service, same features, same licence
- Useful when you deploy by script
Needs the free .NET 8 Desktop Runtime (x64). Many Windows 11 and Server 2022+ systems already have it.
Both downloads are the same application. Without a licence key it runs as the free Solo edition; entering a key unlocks Server or Datacenter in place.
LeoCore Rescue
One executable that turns an archive and a password into a database dump. No installer, no service, no catalogue, no .NET runtime to put on first. If you are holding a folder of LeoCore archives and the machine that made them is gone, this is the tool.
Download LeoCore Rescue 33.5 MB · x64 · free, no licence
open | Extract the database dump out of an archive. | |
list | Show what is inside without extracting, and without a password. | |
verify | Read every byte and check it, before you rely on it in a restore. | |
scan | Work out what is restorable in a folder of archives, per database, in the order the files go back — with no catalogue at all. | |
password | Recover the archive password. Works only on the machine that made the backups, which is the point: the password is bound to it. | |
repair | Fix archives written by LeoCore 4.7.1 and earlier so 7-Zip and WinRAR will open them. | |
leocore-rescue scan "\\nas\backups"
leocore-rescue open "Sales_20260901_020000_full.zip"
_leocore\leocore-rescue.exe on the destination.
Verify it before running it:
Get-FileHash .\leocore-rescue-4.9.2-x64.exe -Algorithm SHA256
DE9D0D4FB5669460076E0D413BF5DADB30287D971058F134B2128B8CE95A2413
Installing it
- Run
LeoCoreBackup-4.9.2-setup.exeand approve the administrator prompt. - Accept the destination folder and click Install.
- The
LeoCoreAgentservice is registered and started, and the console opens.
That is all of it. There is no separate step to switch backups on: the service runs as
NT AUTHORITY\SYSTEM on delayed automatic start, restarts itself if it crashes,
and keeps your jobs, schedules and credentials in %ProgramData%\LeoCore —
separate from the program files, so an update cannot lose them.
On Server Core there is no desktop, so install the service on its own with
/VERYSILENT /TYPE=service and manage it from a console elsewhere.
Full installation documentation → — service accounts and gMSA, unattended switches, Server Core, upgrading, uninstalling and troubleshooting.
Activating a paid licence
There is only one build. Nothing is downloaded again when you buy — your key changes what the application you already have will do.
- Open LeoCore.App.exe.
- Go to Settings → Licence and click Enter a licence key.
- Paste the
LEOC-…key from your purchase email and click Activate. - The edition shown updates immediately, and the features for your tier unlock.
Dashes, spaces and letter case do not matter — the key is normalised for you.
No internet on that machine? Use Settings → Licence → Offline activation, or the offline activation form from any other device. Activation produces a signed licence file that the application verifies by itself, so a protected server never has to reach us again.
Moving to new hardware? Release the seat in Settings → Licence on the old machine, then activate the new one. You can do this yourself, as often as you need.
Verifying what you downloaded
Check the file before you run it:
Need an older build? Every published version is available, with its checksums — for reproducing a fault on the build a customer is running, or matching a version already deployed across a fleet. Your licence key works with all of them.
Get-FileHash .\LeoCoreBackup-4.9.2-setup.exe -Algorithm SHA256
It must match the published checksum:
702FEDAE977B594D3006B8B9B9A06076A655D5811033DFCB2F185771C491717B
For the compact ZIP, its checksum is:
D49C27E33E8CD61B48E746CBC9986C9072B9AAC71D70BF265663E6F1AB62307E
System requirements
| Operating system | Windows 10 1607+, Windows 11, Windows Server 2012 R2 / 2016 / 2019 / 2022 / 2025, Server Core. Not Windows 8.1 or earlier. | |
| Architecture | x64. Runs on ARM64 Windows 11 under emulation; no native ARM64 or 32-bit build. | |
| Runtime | None for the installer or the Store build — .NET 8 is included. The compact ZIP needs the .NET 8 Desktop Runtime. | |
| Disk | 250 MB, plus staging space for the largest single backup | |
| Privileges | Administrator for the service install; none afterwards | |