Following the docs to spin up InfluxDB v2 alpha 15, which was easy and straightforward, everything went well so I wanted to access the UI to setup something to get started.
Unfortunately, I got “404 page not found” while accessing it: http://:9999/
But I could access http://:9999/api/v2
Checking through the process and configuration, everything was good so curious what’s wrong.
FYI:
-
influx setup
worked too; - Ports were fine:
# netstat -ntlp
...
tcp 0 0 0.0.0.0:9999 0.0.0.0:* LISTEN 21705/influxd
tcp 0 0 127.0.0.1:4222 0.0.0.0:* LISTEN 21705/influxd