Easily Install Plesk Panel with One-Click Installer
Use the One-Click Installer to perform a clean installation of Plesk Panel in just one step! This handy tool automatically detects your Linux OS and installs the latest version of Plesk with the typical configuration. But first, double-check that your OS is supported by Plesk: Plesk OS Requirements.
To get started, run one of these commands as root:
- Using wget:
wget -O - http://autoinstall.plesk.com/one-click-installer | sh
- Using curl:
curl http://autoinstall.plesk.com/one-click-installer | sh
- Using fetch:
fetch -o - http://autoinstall.plesk.com/one-click-installer | sh