404 page not found InfluxDB shell version: 1.8.3 via IP:8086

Hello, I’m sure the question has already been asked several times. But don’t find a solution.
I want to access InfluxDB via ip: 8086 and get the message

“404 page not found”

this indicates that there is a connection but something is not yet ok
I’ve already tried a few things, unfortunately without success

on my raspberry I use

Connected to http://localhost:8086 version 1.8.3
InfluxDB shell version: 1.8.3
Grafana ist runnig fine too on my ip computer

[http]
  # Determines whether HTTP endpoint is enabled.
  enabled = true

  # Determines whether the Flux query endpoint is enabled.
  # flux-enabled = false

  # Determines whether the Flux query logging is enabled.
  # flux-log-enabled = false

  # The bind address used by the HTTP service.
  # bind-address = "localhost:8086"
  # bind-address = ":8086"

  # Determines whether user authentication is enabled over HTTP/HTTPS.
  auth-enabled = true

if you go to :8086, that isn’t a valid path. You must go to /query, /write or one of the other supported endpoints

This is expected when you hit /