Artiklid

 Change SSH Port (CentOS)

It is always dangerous to run SSH on port 22. So better not to be late one should always change...

 DDOS Prevention Settings in CSF firewall

 Downgrade PHP7 to PHP5.6 CentOS

To downgrade PHP version you need to stop you webserver stop Apache service httpd stopthenyum...

 Fix Domain already exists error in Apache Configuration

We might get an error when adding an addon or parked domain via cPanel. The domain name never...

 Fix The GPG keys listed for the "CyberPanel" repository

This is the known issue for cyber panel when you try to install on centOS7 warning:...

 How To Install Vestacp

Web Server DNS server Database Server Mail Server FTP Server Nginx out...

 How To Install cPanel

What is cPanel?cPanel is a web-based hosting control panel provided by many hosting providers to...

 How to Delete all cloudflare records at once

Create a file named cf.sh in your Linux server   #!/bin/bash TOKEN="xxxxxxxxxxxxxxxxxxx"...

 How to Increase PHP memory limit in WHM

Go To WHM >> Software >> MultiPHP INI Editorselect your PHP version here I'm using...

 How to Install New Os Or Reinstall Current Os

To install or reinstall os in your vps you need to login on our VPS Management Panel To login on...

 How to Install Softaculous on cPanel/WHM

What is Softaculous for cPanel ? Softaculous is integrated into cPanel and can be installed...

 How to Test Disk Speed (I/O) in centos/ubuntu

To test Disk Speed in CentOSrun dd if=/dev/zero of=/root/testfile bs=1G count=1 oflag=directyou...

 How to Test Internet Speed of Your VPS/Server

How to Install SpeedTest CLI Step 1 – Login to your VPS as root or any user with superuser...

 How to install CyberPanel

Introduction CyberPanel is a web hosting control panel powered by OpenLiteSpeed. This guide...

 How to install Pyxsoft Anti Malware for cPanel server

How to install Pyxsoft Anti Malware for Cpanel Servers Today We Learn How to Install pyxsoft and...

 How to reset Litespeed admin password

WebAdmin console is a centralized control panel to control and configure all LiteSpeed Web Server...

 Install ConfigServer Security & Firewall (CSF)

Installing ConfigServer Security & Firewall is very easy. Just Follow the Setps Below cd...

 Install Cloudflare Plugin for WHM/cPanel

CloudFlare plugin integrates CloudFlare services with cPanel server and allows your customers to...

 Install Redis for cPanel/WHM

Installing the Redis daemon: for CentOS 6/RHEL 6 rpm -ivh...

 Install and Use Checkmk Monitoring Server on Ubuntu 20.04

First, update the package list on your Ubuntu 20.04 system:   sudo apt update...

 Install mcrypt for centos

To install mcrypt for PHP5.6run this command yum install php56-php-mcryptto install for PHP7run...

 Installing Redis and Redis PHP extension in cPanel

This is a quick guide on how to install both the Redis PHP extension as well as the daemon via...

 Test Network and Disk of your server

You are able to use this tool to view system information and test the network, disk of your Linux...

 Tune MySQL/MariaDB Performance with MySQLTuner

MySQLTuner is a script written in Perl that allows you to review a MySQL installation quickly and...

 [Solved] fix Cpanel Account Permissions

Fixing file and directory permission. find /home/*/public_html/* -type f -exec chmod 644 {}...