Lost admin password influx v2.0. Reset?

@Noerr if you have access to the influxdb.bolt file you can cat it and inspect its contents. Metadata values are stored as JSON within the DB so you should be able to find a text matching a pattern like users<text>{"name": "<your-name>"}. I’m also able to see the operator token created by influx setup when I do this, which I think should give you the power to overwrite your password using the CLI.

2 Likes