how can i check the number of hosted users on my server?
ls -n /home|awk ‘$3 >= UID_MIN’|awk ‘{print $3}’|sort|uniq|wc -l
For DirectAdmin, we count every user in the access group in /home folder.
ls -n /home|awk ‘$4 == ACCESS_GID && $3 >= UID_MIN’|awk ‘{print $3}’|sort|uniq|wc -l
what are the requirements of starting the trial?
You only need to give your name and an email address to sign up on our website. After this, you receive a verification email to your mailbox with a confirmation link. Then, log into your account, add your servers and the trial starts instantly. No credit card needed to start the trial!