cPanel To count users, run the following command: grep -Po '^(?<!#)\s\w+\s(?=:)' /etc/userplans | wc -l Also, it may be useful to list users. To do so, run the following command: cut -d":" -f1 /etc/userplans | sort -n | uniq Plesk To count users...
In DirectAdmin Multi PHP version selector can be enabled either from the GUI or the terminal: Enable PHP Selector on Directadmin from the GUI 1. Login into Directadmin and under Extra Feature select CustomBuild 2.0 2. Under Edit Options set the...