How to Create a cPanel Full Account Backup

c. Creating a cPanel Backup This useful tool will generate a compressed file that you can then save to your local computer. Please be aware that we do not allow backups to be stored in File Manager; they must be kept off the server. Log in to your cPanel account. Click on the cPanel Backup […]

Continue Reading…

How to Block all ports in IPtables

We’ve included an example of one of the most common iptables configurations. Except for particular ports, we will block all connections. To begin, we’ll erase all present iptables rules to eliminate any errors caused by the prior configuration. SSH into your server as root and run the following commands: iptables -t filter -F  iptables -t […]

Continue Reading…

How to Check if IP is blocked from IPtables

Iptables is an application that uses policy chains to allow or block traffic using the IP packet filter rules of the Linux kernel firewall. For example, to secure your server workloads, you can install this firewall on your Linux Dedicated or Virtual Server. If a user tries to connect to your server using SSH, iptables […]

Continue Reading…

What is Raid (& Why is It Used)?

Dedicated Servers While RAID is a commonly used technique, how it is applied has changed dramatically with the emergence of Solid State Drives, Many clients have inquired about RAID, including what it is, how it affects them, and how they can get the best reliability and performance while staying within their budget. So I decided […]

Continue Reading…