Skip to main content
Version: 2.1.26

Toolkit

The toolkit commands find and act on the WordPress and Joomla installations on this server. The panel's WordPress and Joomla Toolkits and HiTechAdmin's Applications page both read the same commands, so all three agree about what is installed.

Inventory

hitechcloudcli toolkit-inventory [--user <USER>] [--fast] [--refresh] [--max-age <SECONDS>]

Finds every WordPress and Joomla installation on the server by walking accounts' document roots — so an installation uploaded over SFTP is found the same way one the panel installed is.

--fast skips the per-installation CLI run. Without it the scan asks upstream about every plugin on every site, which on a busy server is minutes rather than seconds. --refresh ignores the cached result; --max-age sets how old a cached result may be before it is regenerated.

Run a site's own CLI

hitechcloudcli toolkit-wp <USER> <PATH> [--php=<VERSION>] -- <WP-CLI ARGS...>
hitechcloudcli toolkit-joomla <USER> <PATH> [--php=<VERSION>] -- <CONSOLE ARGS...>

Runs wp-cli or the Joomla console against one installation, as the account that owns it, with that site's PHP version unless --php says otherwise.

Harden

hitechcloudcli toolkit-harden <DOMAIN> [--rules='RULE1 RULE2' | --disable-all | --list-active]

Web-server hardening rules for Joomla sites. The WordPress equivalent is hitechcloudcli websites-secure.

Was this helpful?