I was wondering why the default configuration keeps asking for login/password without displaying any webpage.
By removing command:/run/secrets/, the browser prompts once for login/password and display the webpage then.
Reading the configuration from: “/run/secrets/orthanc.json”
…
Remote access is allowed but “AuthenticationEnabled” is not in the configuration, automatically enabling HTTP authentication for security
====> HTTP authentication is enabled, but no user is declared. Creating a default user: Review your configuration option “RegisteredUsers”. Your setup is INSECURE <====
With the command line commented out:
Reading the configuration from: “/etc/orthanc/orthanc.json” (which is the default configuration file)
…
Remote access is allowed but “AuthenticationEnabled” is not in the configuration, automatically enabling HTTP authentication for security
====> HTTP authentication is enabled, but no user is declared. Creating a default user: Review your configuration option “RegisteredUsers”. Your setup is INSECURE <====
To me, both setups are identical and this is what I observe too.
First thing to know is “how have you installed Orthanc” ?
If you have used Windows, here’s a quick-start guide that should help.
Same for other platforms.
I already able to run the orthanc,but when try to open from remote pc it kept asking username and password. Even with using “orthanc” as username and password still unable to load the explorer page.
I also done edit all the necessary in configuration file by enable remote access and remove authetication request.