Cannot login to http://localhost:8086/ in influxdb 1.8.6

I want to login to my influxdb local server using http://localhost:8086/ . I downloaded the “influxdb-1.8.6_windows_amd64.zip” version and used the “influxd.exe” to start the db. But I get a page not found error. I’m sure the db local server is up and running becasue I can write data to the db and read from it using my python code.

When I use the 2.0 version, I can use the http://localhost:8086/ . I want to do the same for 1.8.6 version.

InflxDB 1 does not have an integrated web interface…
you can use the CLI (influx.exe) to connect to your DB, if you want a web interface you must use Chronograf

1 Like