12Port Software Checksums
To ensure the integrity and authenticity of the downloaded software, you can verify the checksums of the downloaded files. Below are the SHA-256 and MD5 checksums for all available software packages.
Use the following command to generate the checksum on your system and compare it to the values provided below. Or use any utility capable of generating the SHA-256 or MD5 hash of a file.
On Linux:
SHA-256:
shasum -a 256 <filename>
MD5:
md5 <filename>
On Windows (PowerShell):
SHA-256:
Get-FileHash <filepath> -Algorithm SHA256
MD5:
Get-FileHash <filepath> -Algorithm MD5
If the generated checksum matches the one downloaded below, the file has not been altered.
Note
Note: The download URLs for SHA-256 and MD5 checksum files remain consistent across software releases. However, the contents of these files are updated with each new version to reflect the accurate checksums for the latest release.
Installation Links and Checksums
Windows Installers
File | Download Link | MD5 Download Link | SHA-256 Download Link |
---|---|---|---|
setup.ps1 | setup.ps1 |
setup.ps1.md5 |
setup.ps1.sha256 |
12port-offline.zip | 12port-offline.zip |
12port-offline.zip.md5 |
12port-offline.zip.sha256 |
Linux Installers
File | Download Link | MD5 Download Link | SHA-256 Download Link |
---|---|---|---|
setup.sh | setup.sh |
setup.sh.md5 |
setup.sh.sha256 |
12port-offline.zip | 12port-offline.zip |
12port-offline.zip.md5 |
12port-offline.zip.sha256 |
Application Components and Checksums
Application Gateway
File | MD5 Download Link | SHA-256 Download Link |
---|---|---|
app-gateway.arm.tgz | app-gateway.arm.tgz.md5 |
app-gateway.arm.tgz.sha256 |
app-gateway.x64.tgz | app-gateway.x64.tgz.md5 |
app-gateway.x64.tgz.sha256 |
app-gateway.win.zip | app-gateway.win.zip.md5 |
app-gateway.win.zip.sha256 |
Application Package
File | MD5 Download Link | SHA-256 Download Link |
---|---|---|
app-pkg.zip | app-pkg.zip.md5 |
app-pkg.zip.sha256 |
Application Web
File | MD5 Download Link | SHA-256 Download Link |
---|---|---|
app-web.zip | app-web.zip.md5 |
app-web.zip.sha256 |
VM Linux (AArch64)
File | MD5 Download Link | SHA-256 Download Link |
---|---|---|
vm-linux-aarch64.tar.gz | vm-linux-aarch64.tar.gz.md5 |
vm-linux-aarch64.tar.gz.sha256 |
VM Linux (x64)
File | MD5 Download Link | SHA-256 Download Link |
---|---|---|
vm-linux-x64.tar.gz | vm-linux-x64.tar.gz.md5 |
vm-linux-x64.tar.gz.sha256 |
VM Windows (AArch64)
File | MD5 Download Link | SHA-256 Download Link |
---|---|---|
vm-windows-aarch64.zip | vm-windows-aarch64.zip.md5 |
vm-windows-aarch64.zip.sha256 |
VM Windows (x64)
File | MD5 Download Link | SHA-256 Download Link |
---|---|---|
vm-windows-x64.zip | vm-windows-x64.zip.md5 |
vm-windows-x64.zip.sha256 |
WD Linux (x86)
File | MD5 Download Link | SHA-256 Download Link |
---|---|---|
wd-linux-x86.zip | wd-linux-x86.zip.md5 |
wd-linux-x86.zip.sha256 |
WD Windows (x86)
File | MD5 Download Link | SHA-256 Download Link |
---|---|---|
wd-windows-x86.zip | wd-windows-x86.zip.md5 |
wd-windows-x86.zip.sha256 |
Troubleshooting
If the checksum output does not match the expected value:
- Ensure the download completed successfully.
- Redownload the file and re-run the checksum.
- If discrepancies persist, do not use the file. Please contact support for assistance.