InfluxDB3 failed to bind adress at startup

Hi,

i have installed Influxdb3 on my Raspberry with an Home License to test it.

I get the following Error at the End of Startup Process:

2025-06-09T12:58:02.229316Z  WARN executor: DedicatedExecutor dropped without calling shutdown()
2025-06-09T12:58:02.229394Z  WARN executor: DedicatedExecutor dropped without waiting for worker termination
Serve command failed: Failed to bind address

I started it with Standard Options:

influxdb3 serve --node-id host01 --cluster-id cluster01 --object-store file --data-dir ~/.influxdb3 --http-bind=‘0.0.0.0:8181’

Make sure no other process is using port 8181 and only single instance of InfluxDB3 is running as Home License is limited to single node.

It works with --http-bind='127.0.0.1:8181' without Errors.

But i cant access any Admin Interface on localhost:8181

Is there an Admin Interface in Enterprise-Home License ?

Good to hear you got it working, there is a separate app for that you can download, see this for more instructions: Get started using InfluxDB 3 Explorer | InfluxDB 3 Explorer Documentation

Yeah but this Explorer is only Docker :cry:

I dont want an extra Docker installation on my Raspberry.