Hentet fra https://docs.influxdata.com/influxdb/v2/install/?t=Linux 1 - Install InfluxDB as a service with systemd # Ubuntu/Debian ARM64 curl -O https://dl.influxdata.com/influxdb/releases/influxdb2_2.7.4-1_arm64.deb sudo dpkg -i influxdb2_2.7.4-1_arm64.deb 2 - Start the InfluxDB service: sudo service influxdb start 3 - Restart your system and verify that the service is running correctly: sudo service influxdb status Set up InfluxDB through the UI With InfluxDB running, visit http://localhost:8086. Click Get Started Set up your initial user Enter a Username for your initial user. Enter a Password and Confirm Password for your user. Enter your initial Organization Name. Enter your initial Bucket Name. Click Continue. Copy the provided operator API token and store it for safe keeping.