Dashboard asking for Extra permissions

Have been banging my head against the wall for a day on this one,
Single cluster installation of EventStore on Windows 2016 server.

Every time I run and try to enter the dashboard I get prompted with this additional panel:

Can anyone shed any light on how I stop this form happening ?

Thanks,

Hi Dominic,

Have you tried adding an acl record for Event Store?

For example:

netsh http add urlacl url=http://+:2113/ user=DOMAIN\username

``

I’m getting the same issue as well. Did adding the urlacl fix things for you, Dominic?

When I add the ACL I get a 503 when I try to connect using a browser.

Oh I should also add that the account used is a custom one, but the same issue occurred when I set it up to use Local Service too.