root@xili:/var/lib/influxdb# curl http://localhost/api/v2/authorizations
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL was not found on this server.</p>
<hr>
<address>Apache/2.4.25 (Debian) Server at localhost Port 80</address>
</body></html>
root@xili:/var/lib/influxdb# ^C
root@xili:/var/lib/influxdb# curl http://localhost/api/v2/authorizations
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL was not found on this server.</p>
<hr>
<address>Apache/2.4.25 (Debian) Server at localhost Port 80</address>
</body></html>
root@xili:/var/lib/influxdb# ^C
Hello @ugvsffzawv,
Can you walk me through what you did to setup your InfluxDB instance?
Upon setting up your account, your admin token will automatically be generated.
You’ll need to grab that first (through the UI is easiest) and then configure your CLI config:
Thank you very much, not i’ve set a password on the InfluxDB 2.3 Web Gui… there i can see the token menu. Will look on it ASAP!
But, in the manual, i NEVER SAW that i have to open the Web GUI in the browser first and then set the “root” account password an then get some tokens… They always write about some console things - not about Web GUI in the official InfluxDB manuals… that’s interesting i.m.o…