How to reset lost Plesk Administrator password in linux
Plesk Onyx plesk bin admin –set-admin-password -passwd ‘*****’
How to install Let’s Encrypt in Plesk Onyx?
1) Login to your Plesk Onyx control panel with admin user. 2) Once logged in at your left hand side pane under “Server management” section click on Tools & Settings…
How to install Free Let’s Encrypt SSL on a Domain in CentOS Web Panel?
Let’s Encrypt is a certificate authority that launched on April 12, 2016 that provides free X.509 certificates for Transport Layer Security (TLS) encryption via an automated process designed to eliminate…
How to Install Softaculous in CentOS Web Panel?
Requirements Note : Please allow access to the following domains to your firewall as these are the mirrors used to download the script packages. 192.198.80.3 # api.softaculous.com158.69.6.246 # s1.softaculous.com192.200.108.99 #…
How to install CentOS Web Panel?
CentOS Web Panel (CWP) is a free web hosting control panel that offers easy managemet of multiple servers (both Dedicated and VPS) without the need to access server through SSH…
Htaccess tips and tricks
Block IP: <RequireAll> Require all granted Require not ip 1.2.3.4 </RequireAll> Force www, or non www, redirect. #Force www: RewriteEngine on RewriteCond %{HTTP_HOST} ^examplecom RewriteRule ^(.*)$ http://www.examplecom/$1 #Force www: #Force…
OVH server not booting with centos7.6 kernel
One of our client was facing issue with OVH kernel. After rebooting the server it’s not coming up with normal kernel. I have checked the server using IPMI console and…
How to password protect directories in helm control panel
Log into your HELM control panel. Click the domains icon from the user’s menu and select the domain from the list. Under the Domain Menu, click the FTP Accounts icon.…