CPanel Scripts: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
== Scripts == | == Scripts == | ||
<code>/scripts/whowns <i>domain.com</i></code> - Tells you which cPanel account owns the specified domain. | <code>/scripts/whowns <i>domain.com</i></code> - Tells you which cPanel account owns the specified domain.<br /> | ||
<br /> | |||
<code>/scripts/upcp --force</code> - Updates cPanel (use with caution) | |||
<code>/scripts/ | <code>/scripts/pkgacct</code> - backs up the entire specified cPanel account, including databases, e-mail, settings, etc |
Revision as of 02:45, 14 January 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
- backs up the entire specified cPanel account, including databases, e-mail, settings, etc