Skip to content
Discussion options

You must be logged in to vote

The issue you're experiencing—where you see "anonymous (admin)" regardless of login attempts—typically indicates you're accessing Frigate on the wrong port(1)(2).

Frigate has two distinct ports with different authentication behaviors(1):

  • Port 8971: Authenticated UI and API - this is where you should access Frigate when authentication is enabled(1)
  • Port 5000: Internal unauthenticated UI and API access - this port bypasses authentication and is intended for use within the Docker network for services that don't support authentication(1)

When you access Frigate through port 5000, authentication is not enforced regardless of your auth.enabled: true setting(1). On the unauthenticated port (50…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by OptimusGREEN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant