Orthanc Dicom Explorer 2 not showing

Hi, I have downloaded the MacOS 25.7.0, and upon execution, I do not seem to be able to access the explorer 2 UI. Even when I go to http://localhost:8042/ui/app, it gives me error 404.

This is a section of my config file:

{
  "Name" : "MyOrthanc",

  "Plugins" : [  ],
  "OrthancExplorer2" : {
      "Enable": true,
      "IsDefaultOrthancUI": true,
      "Root" : "/ui/",
      "Theme": "dark",
      "UiOptions" : {
          "EnableStudyList": true,                    
          "EnableUpload": true,                       
          "EnableDicomModalities": true,              
          "EnableDeleteResources": true,              
          "EnableDownloadZip": true,                  
          "EnableDownloadDicomDir": false,            
          "EnableDownloadDicomFile": true,            
          "EnableAnonymization": true,                
          "EnableModification": true,                 
          "EnableSendTo": true,                       
          "EnableApiViewMenu": false,                 
          "EnableSettings": true,                     
          "EnableLinkToLegacyUi": true,               
          "EnableChangePassword": true,               
          "EnableViewerQuickButton": true,            
          "EnableReportQuickButton": false,           
          "EnableEditLabels": true,                   
          "AvailableLabels": [],                      
          "EnableLabelsCount": true,                  
          "EnableShares": false,                      
          "DefaultShareDuration": 0,                  
          "ShareDurations": [0, 7, 15, 30, 90, 365],  
          "EnableAddSeries": true,                    
          "AddSeriesDefaultTags": {                   
              "pdf" : {
                  "SeriesDescription": "Report",
                  "Modality": "DOC",
                  "SeriesDate": "$TODAY$"             
              },
              "image" : {
                  "SeriesDescription": "Picture",
                  "Modality": "XC",
                  "SeriesDate": "$TODAY$"
              },
              "stl" : {
                  "SeriesDescription": "Model",
                  "Modality": "M3D",
                  "SeriesDate": "$TODAY$"
              }
          }, ... }

Initial view of Orthanc

Error

Hi, I see the lines of the config file you shared, and at first glance, there is no path in the “Plugins” key. Maybe if you write the location of the OE2 plugin and tray again, then all works like you want.

"Plugins" : [ path_to_the_oe2_plugin]

Regards, Ricardo Martínez.