Accept all AE titles?

Is it possible to set up Orthanc such that it will accept DICOM’s, no matter the target AE title?
Best,
Seth

Hello,

You are visibly looking for the configuration option “DicomCheckCalledAet”:

// Check whether the called AET corresponds to the AET of Orthanc
// during an incoming DICOM SCU request
“DicomCheckCalledAet” : false,

https://book.orthanc-server.com/users/configuration.html

Regards,
Sébastien-

Thank you very much Sebastien, that is exactly what I was looking for!