Official Linux Distribution ISO Media & Cloud Recovery Station · Node: Tokyo-01
| Distribution Artifact | Target Architecture | Media Format | Size | SHA-256 Fingerprint | Action |
|---|---|---|---|---|---|
|
ubuntu-24.04-live-server-amd64.iso
Ubuntu 24.04 LTS (Noble Numbat) Official Long Term Support Server Media
|
x86_64 / amd64 |
ISO 9660 (PVD) | 2.6 GB | 8194b6302dd1... | ⬇ Download |
|
debian-12.5.0-amd64-netinst.iso
Debian GNU/Linux 12.5 (Bookworm) Official Minimal Network Installer
|
amd64 |
ISO 9660 (PVD) | 628 MB | 09eb62547b74... | ⬇ Download |
|
CentOS-Stream-9-latest-x86_64-dvd1.iso
CentOS Stream 9 (BaseOS) Enterprise Linux Compatible Binary DVD
|
x86_64 |
ISO 9660 (PVD) | 9.8 GB | 57c8b030ffb6... | ⬇ Download |
|
Fedora-Everything-netinst-x86_64-40.iso
Fedora Project 40 (Workstation/Server) Unified Network Installation Media
|
x86_64 |
ISO 9660 (PVD) | 742 MB | a942a0efc687... | ⬇ Download |
|
system.iso
Bootable Hardware Diagnostics & Rescue Live Environment (ECMA-119)
|
x86_64 / arm64 |
ISO 9660 (Hybrid) | 56.0 MB | 747417a96154... | ⬇ Download |
|
backup.iso
Cloud Storage Volume Snapshot & Automated Disaster Recovery Archive
|
Universal |
ISO 9660 (Raw) | 31.0 MB | 2f8d7d59bded... | ⬇ Download |
|
SHA256SUMS
Cryptographic Integrity Manifest for All Hosted Media
|
All |
Plain Text | 386 B | Checksum Manifest | View |
|
README.txt
Release Documentation, Repository Mirror Sync Details & Usage Guide
|
All |
Plain Text | 920 B | Documentation | View |
Verify that your downloaded image matches the official upstream cryptographic fingerprint:
sha256sum -c SHA256SUMS
curl -O https://vultr.de5.net/releases/ubuntu-24.04-live-server-amd64.iso
Inspect or loop-mount any ISO 9660 installation image directly:
sudo mkdir -p /mnt/iso sudo mount -o loop,ro -t iso9660 ubuntu-24.04-live-server-amd64.iso /mnt/iso