How to Identify cPanel account that are not integrated with WHMCS?

Follow the below mentioned steps to identify cPanl account that are not integrated with WHMCS.

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

Step::2 Execute the below given code.

for cpuser in $(whmapi1 listaccts |awk '/user:/ {print $2}'); do apicheck=$(whmapi1 list_integration_links user="${cpuser}" | grep 'app: WHMCS'); if [[ -z "${apicheck}" ]]; then echo "${cpuser}"; fi; done

A list of every cPanel account on the server without a WHMCS integration link will appear in the command’s output.

That's It !
You may check the above discussed procedure in our video tutorial or read the blog as well.
  • How can I identify any cPanel account on my server that is not c, How to Identify cPanel account that are not connected with WHMCS, How can I find cPanel accounts on my server that are not integra
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to Reset & Send cPanel Password to Client in WHMCS?

Follow the below given steps to reset and send password in WHMCS. Login to WHMCS dashboard....

HOW TO BYPASS AUTOMATIC SUSPENSION OF SERVICE IN WHMCS?

Follow the below given steps to bypass automatic suspension of service in WHMCS. Login to...

How to Create and Use Predefined Replies in WHMCS?

The below given steps will explain the procedure to create & use predefined replies in WHMCS....

How to Setup Domain Pricing for your domain in WHMCS?

Follow the below mentioned steps to setup Domain Pricing for domain in WHMCS. Step::1 Login to...

How to Setup DomainResell module in WHMCS?

Follow the steps to Setup DomainResell Module in WHMCS.Register in DomainResell.in you get a mail...