Is it possible to disable the old Explorer webpage but keep the new one?

Title is the question.

mfg

Hello,

This is explained in the documentation: Orthanc Explorer 2 plugin — Orthanc Book documentation

Here is a minimal configuration file:

{
  "Plugins" : [ "./libOrthancExplorer2.so" ],
  "OrthancExplorer2" : {
    "Enable": true,
    "IsDefaultOrthancUI": true
  }
}

Regards,
Sébastien-

1 Like