Aliante Search Engine Optimization | Internet Marketing Blog | SEO Web Design

phone - call us

Locked out of your own server?

On March 5, 2014, in Cpanel/WHM, Website Tips, by seo-admin

ip-address-blocked

Did you type your WHM root password in wrong too many times? If so, your IP address is most likely blocked from accessing SSH, WHM and FTP. In WHM there is a security protection called “cPHulk Brute Force Protection” that helps protect your server from hackers. What to do if you (the root user) are blocked?

Here are some solutions:

  • First if you know the password you can try resetting your IP address by turning off your router. This usually works if you are on a dynamic IP such as cable internet.
  • Static IP or your last known password isn’t working then reset the password in your Server Control Panel. Once you password has been reset open up a temporary Serial Console for one hour. This will give you a temporary username and password. Once you have SSH access type the following:
  • echo “delete from brutes; delete from logins;” | mysql cphulkd

    /usr/local/cpanel/etc/init/stopcphulkd

    Now you should be temporarily unblocked from WHM. Make sure you add your IP address to the White List (Trusted IP List).

Tagged with:  

Problem Using Addon Domain in Cpanel

On March 5, 2014, in Cpanel/WHM, Website Tips, by seo-admin

add-on-domain-error

Sorry, the domain is already pointed to an IP address that does not appear to use DNS servers associated with this server. Please transfer the domain to this servers nameservers or have your administrator add one of its nameservers to /etc/ips.remotedns and make the proper A entries on that remote nameserver.

If you getting the error above when using Addon Domains or Parked Domains in Cpanel then you need to add you name server IP to ips.remotedns via SSH. You will need root access to your VPS or Dedicated server.

Solution

  • Login via SSH as root
  • Type:pico /etc/ips.remotedns
  • Add at least 1 of your Name Server’s IP Address
  • Press CTRL-O and ENTER to save.

Try adding your domain again via cPanel.

Tagged with: