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.
Once logged, execute this command:
iptables -I INPUT -s IPaddress -j DROP
Simply replace IPaddress with the IP you want to block.