# sh <(curl https://autoinstall.plesk.com/one-click-installer || wget -O - https://autoinstall.plesk.com/one-click-installer)
Showing posts with label Hosting Control Panel. Show all posts
Showing posts with label Hosting Control Panel. Show all posts
Monday, September 30, 2024
Tuesday, July 16, 2024
How to install SSL on CWP hostname?
1 - Check that you should have an A record for the hostname. For example if your server hostname is cp.hostinpk.com, then you should have an A record for "cp" pointing to server IP
2 - Login to CWP Admin Panel>> Server Settings>>Change Hostname and then hit "Change Hostname" button after putting your desired hostname (in my case cp.hostinpk.com). This will only generate a valid LE SSL for your hostname when an A record is present against hostname
3 - Perform following command from shell
Saturday, August 7, 2021
How to install VestaCP
ssh root@your.server
# Download installation script
curl -O http://vestacp.com/pub/vst-install.sh
# Run it
bash vst-install.sh
Subscribe to:
Posts (Atom)
SQL to delete all WooCommerce products except those with "draft" status
-- Disable foreign key checks (important for InnoDB) SET FOREIGN_KEY_CHECKS = 0; -- Delete product meta DELETE pm FROM wp_p...
-
Put the following code in a TXT file and save as "file.cmd" then run the cmd file as administrator. @echo off title Activate Micr...
-
We can install PowerMTA on the server. rpm -ivh /home/PowerMTA-4.0r6.x86_64.rpm You will see the output like this Preparing... #############...
-
Instructions: Copy xf-adesk19 to your Desktop Open terminal (Command+Space and type Terminal and press enter/return key) Paste the followin...