How to Change A record for all domains on Cpanel server

If you migrated all accounts from old server to new server with different IPs then you have to change DNS records with new IPs for all domains. Please use following step to replace the IPs on new server. #cd /var/named/ #replace “1.2.3.4”  “11.12.13.14” — * 1.2.3.4 is old IP  and 11.12.13.14 is new IP I […]

See More

Disable webmail interface for One domain

How  to disable ‘Horde’ and ‘Neomail’ for single user or domain on cPanel server Just go through following steps: vim /var/cpanel/users/anydomain_user and add the following lines  in it. skiphorde = 1 skipneomail = 1 Thats it.  

See More

Assign dedicated IP to a Sub-domain/Add-on/Park domain?

Using WHM we can assign one dedicated IP to one account. But if wants to set multiple IPs to an account for eg: to subdomain, addon domain or park domain. We have to it manually by editing following configuration files. 1.# vim /var/cPanel/userdata/[username]/subdomain.domain.tld Here, change the shared IP with new dedicated IP. 2. After that […]

See More