Install plesk C Panel on local server

To access a local server on your Windows system using SSH (Secure Shell) with the provided credentials,you can use Windows Subsystem for Linux (WSL)

  • Enable WSL:
  • Open PowerShell as Administrator.
  • Run the command: wsl --install.
  • Follow the prompts to install and set up WSL.
  • Open WSL Terminal:
  • Type wsl in the Start menu or Run dialog and press Enter.
  • This opens a terminal window that functions like a Linux terminal.
  • SSH from WSL:
  • In the WSL terminal, use the ssh command to connect:

ssh oracle@timesheet.rspindia.net

Enter the password when prompted (password).

Connected:

  • If successful, you’ll be logged into your server via SSH.

Now a command will be shown starting like:

Welcome to Ubuntu 24.04 LTS (GNU/Linux 6.8.0-31-generic x86_64)

Installing Plesk On Ubuntu

Prepare the System:

  • Ensure your Ubuntu server meets the minimum requirements for Plesk installation. Typically, this includes having sufficient RAM, disk space, and a supported Ubuntu version.
  • Make sure your system is up-to-date by running

sudo apt update

sudo apt upgrade

Download the Installer Script:

  • Plesk provides an installation script that handles the setup process. Download it using wget:

wget https://autoinstall.plesk.com/plesk-installer

Make the Installer Executable:

  • Once downloaded, make the installer script executable:

chmod +x plesk-installer

Run the Installer:

  • Execute the installer script with root privileges

sudo ./plesk-installer

This will start the Plesk installation wizard in the terminal

  • Follow the Installation Wizard:
  • The installer will guide you through the installation process. You’ll be prompted to choose installation type, enter your Plesk license key (if applicable), and configure basic settings.
  • Accept the license agreement and follow the prompts to customize your installation as needed.
  • Access Plesk:
  • Once the installation completes successfully, you can access Plesk by navigating to its web interface using your server’s IP address or domain name and port 8443 (https://server_ip_or_domain:8443).
  • Post-Installation Configuration:
  • After logging into Plesk for the first time, follow any additional prompts or setup steps to configure your hosting environment, add domains, and manage services as required.

Leave a comment

Your email address will not be published. Required fields are marked *