I can't add RegisteredUser to Orthanc on cloud server

Greeting All, I hosted orthanc on a cloud server, but Orthanc will refuse to open anytime i add the RegisteredUser command
“RegisteredUsers” : {
“admin” : “admin123”,
}

please what can i do, it only opens with the default password, “orthanc” “orthanc” which i can’t even locate in orthanc.json to edit

Hi,

That means that your configuration file is not taken into account by Orthanc.

Check how you can pass the configuration file here.

The orthanc/orthanc is not in any configuration file. That’s the default when you don’t provide any RegisteredUsers config.

Best,

Alain

1 Like

Hi, Alainmazy, thank you so much, i eventually created a separate file “credentials.json” and added RegisteredUsers, for orthanc to pull from. Thank you

Kind Regards
Taiwo