Orthanc on Ubuntu 24.04 LTS

Azure Applications

Orthanc, a lightweight standalone DICOM server that receives, stores and shares medical images over the protocols imaging equipment already speaks.

Base
Hardened build
minimal ports, security patches applied at build time
Access
Unique credentials
generated on first boot, readable only by root
Verified
Boots working
services pass a health gate before release
Support
24/7, 365 days
by email and live chat, 24 hour response SLA

Overview

Orthanc is a standalone DICOM server for medical imaging. Scanners, ultrasound machines and other imaging equipment speak DICOM, and Orthanc gives them somewhere to send studies: it listens on the DICOM protocol, indexes every patient, study, series and instance it receives, and makes them browsable in a built in web interface called Orthanc Explorer.

Alongside that it exposes a full REST API over the same catalogue, so images and metadata can be pulled into research pipelines, teaching archives, reporting tools or your own applications without touching a heavyweight vendor stack. It runs as one self contained service backed by an embedded database, which makes it a practical archive for departments, clinics, research groups and teleradiology projects that need a real DICOM node without operating a full enterprise picture archiving system.

Why the cloudimg image

cloudimg builds Orthanc from the official upstream release against the operating system's own libraries, rather than shipping the prebuilt binary that freezes its own private copies of OpenSSL and the DICOM toolkit inside it. That is the difference between an image whose cryptography and image parsing keep receiving security updates on your machine and one where they can never be patched at all. The release is current, so it carries the nine security fixes published in April 2026, and a full dependency vulnerability scan is gated at build time and recorded on the image.

Because this is a store of medical images, it is secure by default in a way that matters: no credential of any kind ships in the image. Orthanc's packaged builds are widely known for a default administrator login, and this image has none. A unique administrator password is generated on the first boot of every instance, and until that happens the server refuses every request rather than serving the archive openly. Orthanc runs behind a reverse proxy on the loopback interface with authentication explicitly enforced, there is an unauthenticated health endpoint for load balancer probes, and a synthetic phantom study ships so you can prove the DICOM protocol works end to end in one command. The base is fully patched, the complete corresponding source ships on the image to satisfy the licence, and every image is paired with a step by step deploy guide and 24/7 support.

Common uses

  • A DICOM archive for imaging equipment
  • Medical imaging research and teaching collections
  • A REST API onto studies for your own applications

See it running

Real screenshots taken while testing this image against its deployment guide.

Orthanc on Ubuntu 24.04 LTS screenshot 1 Orthanc on Ubuntu 24.04 LTS screenshot 2 Orthanc on Ubuntu 24.04 LTS screenshot 3 Orthanc on Ubuntu 24.04 LTS screenshot 4