cPanelResources

FAQ: How can I find cPanel accounts on my server that are not integrated with WHMCS?

cPanelResources

Staff
Staff member
Apr 27, 2015
112
83
153
Houston, TX
cPanel Access Level
DataCenter Provider
cPanelResources submitted a new resource:

FAQ: How can I find cPanel accounts on my server that are not integrated with WHMCS? - Generate a list of any cPanel account on the server that lacks an integration link to WHMCS.

Question: How can I identify any cPanel account on my server that is not connected to my WHMCS billing ID?

Answer: You can use the steps below to generate a list of any cPanel account on the server without an integration link to WHMCS:

1. Log in to your server as the root user via SSH.

2. Enter the following command:

Code:
for cpuser in $(whmapi1 listaccts |awk '/user:/ {print $2}'); do apicheck=$(whmapi1 list_integration_links user="${cpuser}" | grep 'app:...
Read more about this resource...