2026-02-16, 04:32 PM
i have successfully installed the image and get to login page localhost:8866 but i get login failed for regular admin/password
hence i have change my config.xml file to this to allow remote since docker image may see my local web as remote still ..no success
any idea ?
example of config file etsablished below- docker restart then xcode/NpvrTest123! ---> still login failed
<WebServer>
<Username>xcode</Username>
<Password>NpvrTest123!</Password>
<Pin>4321</Pin>
<AllowRemoteAPI>true</AllowRemoteAPI>
<AllowRemoteStreaming>true</AllowRemoteStreaming>
<AutoAuthLocalConnections>true</AutoAuthLocalConnections>
<Enabled>true</Enabled>
<Port>8866</Port>
</WebServer>
hence i have change my config.xml file to this to allow remote since docker image may see my local web as remote still ..no success
any idea ?
example of config file etsablished below- docker restart then xcode/NpvrTest123! ---> still login failed

<WebServer>
<Username>xcode</Username>
<Password>NpvrTest123!</Password>
<Pin>4321</Pin>
<AllowRemoteAPI>true</AllowRemoteAPI>
<AllowRemoteStreaming>true</AllowRemoteStreaming>
<AutoAuthLocalConnections>true</AutoAuthLocalConnections>
<Enabled>true</Enabled>
<Port>8866</Port>
</WebServer>