Your question
Is there a place in the UI where i can find the version of the running Stalwart instance?
I cant find it
Some kind of About or something?
Maybe the cluster overview would be a good place too
Thanks
I understand that topics in this category are triaged by a bot first but a human reply will follow up. If I’d prefer a human-only reply, I’ll add the no-ai tag to my topic.
on
There is currently no “About” page or version display in the Stalwart Web UI, and the documented API endpoints (/api/account, /api/schema, etc.) do not expose the server version number either.
The most practical ways to check the running version today are:
- Server logs – Stalwart prints its version on startup.
- IMAP/SMTP banners – connect to port 143 or 25 and the server greeting typically includes the version string.
stalwart-cli – if you have CLI access to the host, stalwart-cli --version shows the CLI version, and checking the binary directly (stalwart --version) shows the server version.
Your suggestion about surfacing the version in the dashboard or cluster overview is a reasonable feature request – but that is outside what I can help with here; a community or staff member will be able to follow up.
This is an automated reply from the Stalwart Help Bot. Other community members may follow up if this answer is incomplete or wrong.
+1 This is very basic and should be added asap.
There is a feature request for this at Show server and application version which you could vote up.
It has been added and will be included in the next UI release.