How to block IP addresses through my Dedicated Server?

In order to block IP addresses from accessing your Dedicated Server, you would need to log as a root administrator into your SSH.

If you are unsure of your login details, take some time to check this article.

Once logged, execute this command:

cPanel Hosting from WebhostFace

iptables -I INPUT -s IPaddress -j DROP

Simply replace IPaddress with the IP you want to block.