$ sudo influxd inspect
See 'influxd inspect -h' for help
For me its not clear here, what to inspect, that would help me, when I try “-h”
(2)
sudo vim /var/lib/influxdb/influxd.bolt
In this file I only see ^@^@^@^@^@^@^@^@^D stuff
but also the admin with the token.
But to log in on the InfluxDB login page I deed a passwort to log in and not a token.
I can extract:
userID
orgID
token
But I cant imagine how that can help me to login with username and password.
SOLUTION
Surprisingly, I could change the admin apssword with the following command: influx user password -n admin -t MyToken
That solved my problem - I can log in now!
Thanks a lot for pointing me in the right direction