Need help. password can't log in

OrthancInstaller-Win64-19.2.2

“AuthenticationEnabled” : true,

// The list of the registered users. Because Orthanc uses HTTP
// Basic Authentication, the passwords are stored as plain text.
“RegisteredUsers” : {
// “alice” : “alicePassword”

“ksv” : “12345”

/**

  • Configuration of the HTTP server
    **/

// Enable the HTTP server. If this parameter is set to “false”,
// Orthanc acts as a pure DICOM server. The REST API and Orthanc
// Explorer will not be available.
“HttpServerEnabled” : true,

my access:
http://192.168.1.59
login: ksv pass:12345
if my access http://localhost:8042/app/explorer.html. - password and login are correct
if my access http://192.168.1.59 - can’t log in

  • RemoteAccessAllowed to true.
  • AuthenticationEnabled to true.

you mean http://192.168.1.59:8042 right ?
If this still fails, disable your Windows firewall since everything is blocked by default.