CPanel Scripts: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 10: | Line 10: | ||
<code>/scripts/pkgacct <i>user</i></code> - backs up the entire specified cPanel account, including databases, e-mail, settings, etc. Replace "user" with the cPanel username to backup. | <code>/scripts/pkgacct <i>user</i></code> - backs up the entire specified cPanel account, including databases, e-mail, settings, etc. Replace "user" with the cPanel username to backup. | ||
<code>/usr/local/cpanel/bin/checkallsslcerts</code> - Checks All SSL certificates. |
Revision as of 20:28, 3 June 2017
cPanel has a bunch of scripts in the /scripts
folder.
For most of them, you can run: /scripts/script_name_here --help
to see what the script does. (Except for upcp... --help is not available for it.)
Scripts
/scripts/whowns domain.com
- Tells you which cPanel account owns the specified domain.
/scripts/upcp --force
- Updates cPanel (use with caution)
/scripts/pkgacct user
- backs up the entire specified cPanel account, including databases, e-mail, settings, etc. Replace "user" with the cPanel username to backup.
/usr/local/cpanel/bin/checkallsslcerts
- Checks All SSL certificates.