Hi
I installed two Grafana Binary server in my CentOS 7.
Server 1: Poert = 3000
Server 2: Port = 3001
At a Time i couldn’t able to login and access. Its automatically logout which i logged in earlier server.
Hi
I installed two Grafana Binary server in my CentOS 7.
Server 1: Poert = 3000
Server 2: Port = 3001
At a Time i couldn’t able to login and access. Its automatically logout which i logged in earlier server.
Yes, because auth cookies are per IP/domain and they don’t account different ports = these 2 instances overwrite own auth cookies.
Try to create fake domain, which points to your local IP via hosts file and access one instance with IP and second one with that fake domain.
Thank you.
Your Method is working fine.