Installation
Verifying a downloaded installer checksum
Confirm a Syspeace download matches its published SHA-256 checksum before installing it.
Every Syspeace installer on the downloads page is published with a SHA-256 checksum. Comparing the checksum of the file you downloaded against the published value confirms the file wasn’t corrupted or altered before it reached you.
On Windows
Open PowerShell in the folder containing the downloaded file and run:
Get-FileHash .\Syspeacev4-service-console.zip -Algorithm SHA256
Compare the Hash value in the output against the SHA-256 value shown for that file on the downloads page. They must match exactly.
On macOS or Linux
shasum -a 256 Syspeacev4-service-console.zip
If the checksums don’t match
Don’t install the file. Download it again from the downloads page, or from the linked production downloads page, and verify it again. If it still doesn’t match, contact support before proceeding.