orthanc同服务器配置多实例

发布时间:2026/7/26 23:07:07

orthanc同服务器配置多实例 复制原配置重新创建了另一个实例的配置文件夹Configuration2026创建服务 sc create OrthancPACS_2026 binPath \E:\OrthancServer\Orthanc.exe\ \E:\OrthancServer\Configuration2026\ start auto 删除服务 sc delete OrthancPACS_2026新开管理员 CMD前台运行验证配置无错误E:\OrthancServer\Orthanc.exe E:\OrthancServer\Configuration2026看启动内容已经加载了自定义设置将服务端口改成了8043改了E:\OrthancServer\Configuration2026\orthanc.json以下四处Name : MyOrthanc43, HttpPort : 8043, DicomAet : ORTHANC11443, DicomPort : 4243,客户端可以打开8043端口了在服务里启动报错改用nssm加入服务复制nssm过来执行命令 E:\OrthancServernssm.exe install OrthancPACS_2026再启动成功了。如果不需要这个服务删除命令sc delete OrthancPACS_2026

相关新闻