显示页面过去修订反向链接导出 PDF回到顶部 本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。 <code -> apt-get -y install orthanc 配置 vi /etc/orthanc/orthanc.json #179 "RemoteAccessAllowed" : true, #228 "AuthenticationEnabled" : false, #233 "RegisteredUsers" : { "alice" : "alicePassword" }, vi /etc/orthanc/credentials.json "RegisteredUsers" : { "alice" : "alicePassword" } 手动配置 Orthanc --config=Configuration.json vi Configuration.json #179 "RemoteAccessAllowed" : true, #228 "AuthenticationEnabled" : false, #233 "RegisteredUsers" : { "alice" : "alicePassword" }, systemctl stop orthanc Orthanc ./Configuration.json & Orthanc ./Configuration.json --verbose Orthanc ./Configuration.json –trace Orthanc访问 http://localhost:8042/app/explorer.html 日志可在 中找到 /var/log/orthanc/ 配置文件。 /etc/orthanc/ </code> 软件/dicom.txt 最后更改: 2025/09/05 00:12由 admin