Hi, Before I open a PR I just wanted to verify a few things about the new dashboard. I set up the Mimic v13 RC and enabled the dashboard, but it wouldn't work by default. At first, the docs [0] say it will run on port 7000, but it is actually 8080 [1] Second, you need to generate a SSL cert before it can run: $ ceph dashboard create-self-signed-cert You can now go to: httpS://<manager>:8080/ Mind the capital 'S', because port 8080 seems to suggest a non-SSL connection, but it needs to be SSL enabled. My suggestions would be: - Keep 7000 the default port - Or choose port 8443 - Add generating SSL cert to docs Let me know if I can assist, but want to prevent doing redundant work. Wido [0]: http://docs.ceph.com/docs/master/mgr/dashboard/ [1]: https://github.com/ceph/ceph/blob/master/src/pybind/mgr/dashboard/module.py#L117 -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html