Forrest logo
back to the plesk tool

plesk:extension:install

This command installs a Plesk extension with the specified extension_name.
$ plesk bin extension -i extension_name
try on your machine

The command "plesk bin extension -i extension_name" is used in the Plesk control panel to install an extension.

Here's a breakdown of the command components:

  • "plesk" is the command-line interface (CLI) tool for managing the Plesk control panel.
  • "bin" stands for binaries and refers to the directory containing executable files.
  • "extension" is the command for managing Plesk extensions.
  • "-i" is the flag used to specify the action of installing an extension.
  • "extension_name" is the actual name of the extension you want to install.

Putting it all together, the command instructs Plesk to use its CLI tool to install the specified extension, whose name is represented by "extension_name".

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.

Questions that are answered by this command:

  • How to install a plesk extension?
back to the plesk tool