Hello; Good morning to you all.
Please I need help to finalize the setup of ORTHANC.
This is the answer the web browser is responding when I launched the address : http://135.181.176.237/:18042/ ( I have confiured an access from remote to the server through the port 18042
and
I have also set the option “RemoteAccessAllowed” to “true” in the configuration file.
but I am still receiving this message from my dispaly :
Désolé, impossible d’accéder à cette page.
135.181.176.237 a refusé la connexion.
Essayez :
- Vérification de la connexion
- Vérification du proxy et du pare-feu
ERR_CONNECTION_REFUSED
Masquer les détails
I configure the password already in the file credentials.json
as you can read below :
{
/**
- Sensitive configuration options. This file must not be
- publicly-readable. It must only be readable by the users that run
- the “orthanc” service.
**/
// The list of the registered users. Because Orthanc uses HTTP
// Basic Authentication, the passwords are stored as plain text.
“RegisteredUsers” :
{
“alice” : “alicePassword”
},
}
credentials.json (373 Bytes)
orthanc.json (37.1 KB)