Try Plesk Now (original) (raw)

Get some hands-on experience with the latest stable Plesk release.

Plesk on a physical server or VM

The easiest way to install Plesk on your physical server or virtual machine running Linux is to use our Web Installer.

More of a Windows fan? Download the Windows Installer and run the following command:

plesk-installer.exe --select-product-id=panel --select-release-latest --installation-type=typical

click to copy to clipboard

Plesk is installed with a full-featured 14-day trial license. Always install Plesk on a fresh server, and make sure to read the software requirements before installation.

Plesk in the cloud

Do not have a server? Many cloud providers offer Plesk images in their marketplaces. It is a great way to quickly deploy a server with Plesk pre-installed.

Plesk in Docker

Plesk in Docker is great for developers looking to create an extension for Plesk, or as a local dev environment.

To run Plesk in Docker, follow these steps:

  1. Download and install Docker on your laptop/desktop.
  2. Once Docker is installed and running, run the following command:
    docker run -d -p 80:80 -p 443:443 -p 8880:8880 -p 8443:8443 -p 8447:8447 plesk/plesk
    click to copy to clipboard
  3. Access Plesk in your browser using the Docker host IP address and port 8880 (e.g.https://192.0.2.2:8880). The default administrator credentials are admin / changeme.

You can also find Plesk on Docker Hub!