A bash script for listing the number of registered users on a Matrix homeserver
I wanted a quick and easy way to see how many registered users there are on my Matrix homeserver without having to log in to the admin interface, so I wrote a short bash script. To use it, replace <HOMESERVER> with the address of your own server, e.g. hingst.net. Here’s what it does: read -s …
A bash script for listing the number of registered users on a Matrix homeserver Läs mer »