By default ray dashboard starts on the loopback address due to security issues. Allow ray dashboard to be started on publically available interface.... command to do this looks something like this:
ray start --head --port=6379 --dashboard-host 0.0.0.0 --dashboard-port 8265