bluelinq-computers
For those using premium plugins like Object Cache Pro, here’s how you can manage installations alongside LiteSpeed Cache:
You can install your paid plugin in bulk using one of these commands:
cpfence --bulk-install-wp-plugin /path/to/local/plugin.zip
Or:
cpfence --bulk-install-wp-plugin https://domain.com/plugin.zip
After installing your premium plugin, you can install LiteSpeed Cache without enabling Redis:
cpfence --bulk-install-wp-plugin litespeed-cache
This ensures both LiteSpeed Cache (without Redis) and your premium plugin are installed server-wide.
If you already have LiteSpeed Cache installed with Redis enabled and want to switch to your paid Redis plugin, you can reset LiteSpeed Cache to defaults:
cpfence --bulk-reset-ls-plugin
This resets LiteSpeed Cache to its default settings without Redis, allowing you to use your premium Redis plugin.