Very basic dashboard or "about" page for community edition

The community edition should have a very simplified dashboard with very basic information - i.e. the server version, and little more - maybe the configured IPs or something alike, nothing more. Or ab “About” screen somewhere. Otherwise checking the version before/after an update is not straightforward.

Perhaps using OpenTelemetry and Prometheus might work for you? I’ve set it up a while back and it was fairly easy. It provides a lot of good stats.

The version information is scheduled to be addd in the next WebUI release.

Isn’t this an enterprise feature?

Yes, the built-in dashboard is an Enterprise feature. However, you don’t need to have an Enterprise license to use Otel and Prometheus. It’s simply a question of using those tools to capture and present the data that Stalwart already exposes. Checkout more here: Prometheus | Stalwart

It looks to me quite complex to setup up telemetry just to look at the software version. A “about” page is OK too - just IMHO a default landing page saying “Hello, this is Stalwart 0.16. Get the Enterprise version for the complete dashboard. Clik here to start your trial.” would be nice.

The version of Stalwart running can be found in the terminal. On my system I call the binary like this; `stalwart --version’