Removing Modules
You can remove modules from Plesk in two ways: from the control panel (recommended), and from the command line.
To remove a module using a control panel:
- Login as admin to the control panel.
- Select the Modules shortcut in the navigation pane.
- Click Manage Modules.
- Select a checkbox corresponding to the module you wish to remove, and click
Remove Selected.
To remove a module from the command line:
- Login as root to the server, where Plesk is installed.
- Run the command
/plesk_installation_directory/admin/bin/modulemng --remove --module=<module_codename>.
Example:
/usr/local/psa/admin/bin/modulemng --remove --module=cs-gs
You can look up a module's codename by running the following command:
# echo "SELECT name, display_name FROM psa.Modules;" | mysql -u admin -p<admin_password> psa |