Page 1
Standard

List accounts from multiple WHM/cPanel Servers

Like many I run and look after multiple WHM/cPanel servers and find it frustrating that I have to keep looking for what server an account is on. Although it takes minutes with LastPass’ auto login feature it is still a task that wasted valuable time every day, for this reason I created a PHP script which enabled me to view what server the account I needed was on, quickly and with a search feature.

This can be found here: https://github.com/aaronhatton/WHM-cPanel-Multiple-Server-Account-List

Standard

WHM/cPanel CSV Account Termination

I was having a clean out of our WHM servers at work and had a list of domains to be removed; using another script (which will be posted after this one) I got the usernames of the accounts and proceeded to create a simple PHP/cURL script which would delete all of the accounts in a specified CSV. I appreciate it may not be the most efficient script but it is practical for what I needed it for. This can be found on my Public GitHub account

https://github.com/aaronhatton/WHM-cPanel-CSV-Account-Termination