Knowledge Base   /   VPS
cPanel and Plesk Installation Guide for Your VPS
Posted on 07 July 2024 11:56 am

cPanel Installation Instructions

If you have purchased cPanel separately, you can install it with a simple one-step process.

  1. Login via SSH to your server and run the following command:
 
cd /home && curl -o latest -L https://securedownloads.cpanel.net/latest && sh latest
  1. To confirm the successful installation of cPanel, you can run the following command:
 
tail /var/log/cpanel-install.log

This will display the installation log and confirm whether cPanel was installed successfully.

For more details, refer to cPanel’s installation guide.

 

Plesk

Install Plesk with this simple one-step process.

  1. Login via SSH to your server and run the following command:
 
sh <(curl https://autoinstall.plesk.com/one-click-installer || wget -O - https://autoinstall.plesk.com/one-click-installer)
  1. Once the installation is complete, you will see the following message. You can log in to the Plesk interface using the IP-based URL:

This server is powered by Plesk. Log in by browsing https://1.1.1.1:8443 or https://1-1-1-1.webhostbox.net:8443.

You can log in as the user 'root' or 'admin'. To log in as 'admin', use the plesk login command. Use the plesk command to manage the server. Run plesk help for more information.

From the control panel, go to the VPS Hosting order you have purchased and click Admin Details. Copy the license key. This will be required when you log in to your Plesk account for the first time

Fill in the details in the form. Under the License section, select the Proceed with a paid license option and paste the license key.

For more details, refer to Plesk’s installation guide.

Do you still need help? Submit ticket