Login credentials pop-up on accessing web ui for first time

I deployed kopia, but when I access the web UI in firefox, I get a prompt asking me for a username and password. How do I figure out what this is?

those should be specified in the command you ran to get kopia running in the first place.

i run the below as a cronjob @reboot

/usr/bin/kopia server --insecure --address=0.0.0.0:51515 --server-username=USERNAME --server-password=PASSWORD

1 Like