getting following error while removing the addon domain : Error from park wrapper: Sorry, you do not control the domain usacellphoneplans.com

ARUN Posted in WHM BACKEND, WHM FRONTEND
0

Error from park wrapper: Sorry, you do not control the domain usacellphoneplans.com

Login to WHM and you can forcefully unpark it from >> Account Information >> List Subdomains.

RV admin

ARUN Posted in WHM BACKEND, WHM FRONTEND
0

Update rvkin

perl /root/rvadmin/auto_rvskin.pl

Disable custom ssh port in WHM server and enable login through port 22

ARUN Posted in PORT, SSH, WHM BACKEND, WHM FRONTEND
0

How to reset SSH port through WHM

Login to WHM through non secure port 2086

http://IP_address:2086

http://Ip_address:2086/scripts2/doautofixer?autofix=safesshrestart

Emails wont go out from a VPS server

ARUN Posted in MAIL, WHM BACKEND, WHM FRONTEND
0

Please check if the following is setup

SMTP TWEAK should be disabled in WHM >> Security setup

SMTP_BLOCK should be enabled in csf

IP/~username wont work in cpanel server

ARUN Posted in IP ADDRESS, WHM BACKEND, WHM FRONTEND
0

Main >> Security Center >> Apache mod_userdir Tweak

Uncheck :   Enable mod_userdir Protection

WHM continues showing “Updating Ip List from Whois database”

ARUN Posted in WHM FRONTEND
0

WHM continues showing “Updating Ip List from Whois database” when I click on “Nameserver IPs”

Solution :

WHM >> Tweak Settings >> Disable whois lookups for the nameserver IP manager.

vi /etc/nameserverips

Add the nameserver IP manually

Fatal! Write Failure: /etc/valiases/webhostingdevelopment.com Ignore any messages of success this can only result in failure!

ARUN Posted in WHM BACKEND, WHM FRONTEND
0

Getting following error while trying to add email forwarders in cpanel :

Fatal! Write Failure: /etc/valiases/ + Ignore any messages of success this can only result in failure!

Solution :

Check whether the file /etc/valiases/mydomain.co.uk exist on your server.

If not create that, and change permission of that file to :

chown UN:mail /etc/valiases/domain.com

This should fix the forwarder error.

Reset bandwidth

ARUN Posted in WHM BACKEND, WHM FRONTEND
0

Bandwidth Limit Exceeded

How to reset bandwidth for a single whm account

cd /var/cpanel/bandwidth.cache/

vi domainname.com

Change the value inside to 0

If that didnt change the “Bandwidth exeeded message” then open

WHM >> Account Functions >> Limit Bandwidth Usage

Select the user and make a slight change in his bandwidth limit. Update that and check. The error should vanish.

Error login to cpanel

ARUN Posted in WHM BACKEND, WHM FRONTEND
0

Error

Unable to understand response from admin binary: /usr/local/cpanel/bin/resellerwrap sent: [SORTEDRESELLERSUSERS xdollarx] received:[There was an error setting gids: 1 (Operation not permitted)
] error:[] at /usr/local/cpanel/Cpanel/AdminBin.pm line 195.
Cpanel::AdminBin::adminfetch(‘reseller’, ‘ARRAY(0x9e32cb8)’, ‘SORTEDRESELLERSUSERS’, ‘storable’, ‘xdollarx’) called at /usr/local/cpanel/Cpanel/Resellers.pm line 28
Cpanel::Resellers::Resellers_accountlistopt(”) called at (eval 62) line 1
eval ‘Cpanel::Resellers::Resellers_accountlistopt(@{$argref});’ called at cpanel line 918
main::real_exectag(‘<cpanel Resellers=”accountlistopt()”>’) called at cpanel line 3982
main::dotag_finished_headers(‘<cpanel Resellers=”accountlistopt()”>’, 0) called at cpanel line 3835
main::cpanel_parseblock(‘<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “…’) called at cpanel line 3811
main::cpanel_parse(‘GLOB(0x957b0e0)’) called at cpanel line 2126

Solution :

touch /var/cpanel/skipparentcheck

Its fixed.

Reseller skel directory

ARUN Posted in WHM BACKEND, WHM FRONTEND
0

Put an file inside this folder and when a new account is created under the reseller it copies the files from here.

/home/UN/cpanel3-skel/public_html/

Updating Ip List from Whois database

ARUN Posted in DNS, WHM FRONTEND
0

While adding the nameserver through WHM >> nameserver Ips > it shows

“Updating Ip List from Whois database” and wont update.

Solution :

The password for ‘username’ could not be changed because:

ARUN Posted in WHM BACKEND, WHM FRONTEND
0

The password for ‘username’ could not be changed because:

After that there is no error message.

Solution :

/scripts/upcp –force

/scripts/checkperlmodules

service cpanel restart

Download and install perl module from cpanel

http://layer1.cpanel.net/

tar -xzf perl588installer.tar.gz
cd perl588installer
./install

service cpanel restart

Custom nameserver in WHM

ARUN Posted in DNS, WHM BACKEND, WHM FRONTEND
0

ns1   IN   A  MAIN SERVER IP ADDRESS

ns2  IN   A  IP ADDRESS

WHM Chkservd not working

ARUN Posted in WHM BACKEND, WHM FRONTEND
0

If you have a file named /var/run/chkservd.suspend please remove that and try.

Error after cpanel install ” The requested URL could not be retrieved “

ARUN Posted in WHM BACKEND, WHM FRONTEND
0

Following error occur after the cpanel installation is complete and when we try to access

IP:2086  or  IP through the browser

===========================================

ERROR

The requested URL could not be retrieved

===========================================

Solution :

Please make sure there is no firewall installed. If so stop that and check.

Also you should stop iptables and check

service iptables stop
/etc/init.d/iptables status

This should fix the case