CPanel Scripts: Difference between revisions

From Psygen Wiki
Jump to navigation Jump to search
(Created page with "cPanel has a bunch of scripts in the <code>/scripts</code> folder.<br /> <br /> For most of them, you can run: <code>/scripts/<i>script_name_here</i> --help</code> to see what...")
 
No edit summary
Line 7: Line 7:
<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.


<code></code>
<code>/scripts/upcp --force</code> - Updates cPanel (use with caution)

Revision as of 04:40, 12 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)