Hi, I have the same problem. I have set the user name and password by executing
curl http://localhost:8086/query -u user:password --data-urlencode “q=SHOW DATABASES”. So I can manage user in chronograf now.
But do you know how to make the database remotely accessible? Do I need to make port 8086 open? I cannot simply change the localhost to the public IP. When use Chronograf on another computer, what should I put in connection string if I want to access my database? Thanks!