How to Set File and Directory Access Permissions in Plesk

How to Set File and Directory Access Permissions in Plesk In this article Hostripples will show you how to Set File and Directory Access Permissions in Plesk. Please follow the step-by-step. Setting File and Directory Access Permissions First – To review or change the permissions set for files and directories on Linux systems: Step 1 : Go to […]

How to access WHM on a Cloud VPS

WHM (Web Host Manager) is cPanel’s server administrative management software. All customers on a Cloud VPS hosting package can access their WHM (Web Host Manager) interface by opening http://yourdomain.com/whm Where yourdomain.com is your actual domain name. * If your domain is not yet pointed to your VPS, you will be able to access the VPS […]

How to Configuring Self-Signed SSL / HTTPS Access

To Configuring Self-Signed SSL / HTTPS Access 1) To install OpenSSL on your VPS: apt-get -y install openssl   2) To generate a self-signed certificate that ZPanel will use to secure your connection by using following commands: openssl req -x509 -nodes -days 365 -newkey rsa:2048 -out /etc/pki/tls/certs/zpanel.crt -keyout /etc/pki/tls/certs/zpanel.key   3) To be configured to use […]