Cant open web ui for influx db. #761
-
Ive installed the script via Influx DB using v1, everything reported OK but im not able to reach the web page via http://ip:8086 Are there any steps that i need to run before i can reach the ui? |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 8 replies
-
Where did you see InfluxDB Interface IP:8086? |
Beta Was this translation helpful? Give feedback.
-
Port 8086 is the default port for influx normally, am I wrong? |
Beta Was this translation helpful? Give feedback.
-
I thought Versions 1.3 and later do not support the web admin interface. 🤷🏻♂️ I've never used InfluxDB |
Beta Was this translation helpful? Give feedback.
-
I'm about 90% sure the install script doesn't actually start influx... once you've done that you can hit the web-ui |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
InfluxDB v1.x does not have a web UI included with the software by default. Instead, it provides a command-line interface (CLI) that allows you to interact with the database and perform administrative tasks. If you prefer a web UI for InfluxDB, it may be worth considering upgrading to InfluxDB v2.x, which includes a built-in web UI. This interface provides a range of features for working with the database, including data visualization, querying, and management tools, all accessible via a web browser. |
Beta Was this translation helpful? Give feedback.
InfluxDB v1.x does not have a web UI included with the software by default. Instead, it provides a command-line interface (CLI) that allows you to interact with the database and perform administrative tasks.
If you prefer a web UI for InfluxDB, it may be worth considering upgrading to InfluxDB v2.x, which includes a built-in web UI. This interface provides a range of features for working with the database, including data visualization, querying, and management tools, all accessible via a web browser.