Number of users accounts issue

System Administrator users being hide. Need to similar 2 section number of users. But in top showing 2 users but bottom showing 3 users.

Is it the right approach to showing or 2 sections number of users should be same?

Show the output of these commands:

v-list-users json | jq -r 'to_entries[] | "\(.key): \(.value.U_USERS)"'
v-list-users list | wc -l

If you see a different number of users it could be because of this bug:

Edit: I forgot to add the link to the bug.

To fix it:

cd /usr/local/hestia/bin
mv v-update-user-counters v-update-user-counters.original
wget https://raw.githubusercontent.com/hestiacp/hestiacp/refs/heads/main/bin/v-update-user-counters
chmod +x v-update-user-counters
v-update-user-counters

And check again.

2 Likes