Question
How do you use the acctinfo utility to troubleshoot issues?
Answer
The acctinfo utility may help to diagnose the cause of an issue. It will provide information about the account or domain, as well as detect some common issues.
Create the alias so you can run the script via the acctinfo alias by running the following command:
# alias acctinfo='/usr/local/cpanel/3rdparty/bin/perl <(curl -s https://raw.githubusercontent.com/cPanelInc/tech-acctinfo/master/acctinfo)'
Run acctinfo on the account or domain:
# acctinfo ACCOUNT
# acctinfo DOMAIN.TLD
Note: You will want to replace "ACCOUNT" with the cPanel account username and "DOMAIN.TLD" with the actual domain.
The alias above can be added to your Bash profile to have access to the acctinfo script automatically.
Comments
0 comments
Article is closed for comments.