404 page not found on http://ServerIP.address:8086

Hey,

I installed the influxDB 2.7.4 on my ubuntu sytem.

curl -O https://dl.influxdata.com/influxdb/releases/influxdb2_2.7.4-1_amd64.deb
sudo dpkg -i influxdb2_2.7.4-1_amd64.deb

Now the system ist running after.

sudo service influxdb start
sudo service influxdb status
 sudo service influxdb status
● influxdb.service - InfluxDB is an open-source, distributed, time series database
     Loaded: loaded (/lib/systemd/system/influxdb.service; enabled; vendor preset: enabled)
     Active: active (running) since Mon 2024-02-12 12:59:24 CET; 6min ago
       Docs: man:influxd(1)
   Main PID: 472078 (influxd)
      Tasks: 8 (limit: 4551)
     Memory: 59.3M
        CPU: 2.587s
     CGroup: /system.slice/influxdb.service
             └─472078 /usr/bin/influxd -config /etc/influxdb/influxdb.conf

Feb 12 12:59:25 cben influxd[472078]: ts=2024-02-12T11:59:25.913272Z lvl=info msg="Registered diagnostics client>Feb 12 12:59:25 cben influxd[472078]: ts=2024-02-12T11:59:25.913335Z lvl=info msg="Starting precreation service">Feb 12 12:59:25 cben influxd[472078]: ts=2024-02-12T11:59:25.913368Z lvl=info msg="Starting snapshot service" lo>Feb 12 12:59:25 cben influxd[472078]: ts=2024-02-12T11:59:25.913383Z lvl=info msg="Starting continuous query ser>Feb 12 12:59:25 cben influxd[472078]: ts=2024-02-12T11:59:25.913398Z lvl=info msg="Starting HTTP service" log_id>Feb 12 12:59:25 cben influxd[472078]: ts=2024-02-12T11:59:25.913411Z lvl=info msg="opened HTTP access log" log_i>Feb 12 12:59:25 cben influxd[472078]: ts=2024-02-12T11:59:25.913674Z lvl=info msg="Listening on HTTP" log_id=0nJ>Feb 12 12:59:25 cben influxd[472078]: ts=2024-02-12T11:59:25.913699Z lvl=info msg="Starting retention policy enf>Feb 12 12:59:25 cben influxd[472078]: ts=2024-02-12T11:59:25.914327Z lvl=info msg="Storing statistics" log_id=0n>Feb 12 12:59:25 cben influxd[472078]: ts=2024-02-12T11:59:25.914595Z lvl=info msg="Listening for signals" log_id>

Did anyone has an idea what I need to activate?

Thanks in advance.

The sudo service influxdb status command output indicates that the InfluxDB service is active and running, which is exactly what you want to see after installation and starting the service. What is the is problem exactly? I’m misunderstanding something.
I use influxd to start the service.
You can visit localhost:8086 to access the UI and create your account and finish setup.

Hey, I want to enter the webinterface of influxdb. But this is exactly the thing what is not working. If I try to enter the webinterface with ServerIp:8086 I get the Message “404 page not found”.