Hi,
I just installed Rancher to a fresh server, I can’t access it through my browser, not sure why at all. I have opened that port so there is nothing blocking it, there are no programs running that conflict on port 8080 either?
docker ls shows that rancher is running.
I used: sudo docker run -d --restart=unless-stopped -p 8080:8080 rancher/server to run?
I have also tried sudo docker run -d --network=host --restart=unless-stopped -p 8080:8080 rancher/server