ProxySQL Admin binds on 127.0.0.1 by default.
To allow remote configuration, bind should be on 0.0.0.0 .
At the same time, in order to not compromise security, remove access should be denied for all default users (admin, stats, monitor)
I suggest to bind on ::0 by default, it's already 2017 :)
I think this is described in https://github.com/sysown/proxysql/issues/1103#issue-244439155:
in order to not compromise security, remove access should be denied for all default users (admin, stats, monitor)
You can connect remotely, but not using the insecure default credentials
Oh yeah, i realized after re-reading the first post that's why i deleted my previous comment. Thank you!
Most helpful comment
I suggest to bind on
::0by default, it's already 2017 :)