Domains missing from WHM cpanel
August 21st, 2011 by ayadDid you try /scripts/updateuserdomains
Also please check the files /var/cpanel/users/username and /etc/trueuserdomains
Thank you.
Did you try /scripts/updateuserdomains
Also please check the files /var/cpanel/users/username and /etc/trueuserdomains
Thank you.
Main >> Software >> Module Installers) that allows Ruby Gems to be configured.
Last Updated on Monday, 30 November 2009 03:15 Written by Arian Jahansouz Monday, 30 November 2009 03:15
This article will give you a step by step guide on how to install Joomla from your cPanel. Sign into your cPanel and follow these steps:
1) Click Softaculous.

2) Scroll down to Portals/CMS. Find the Joomla link and click on it.

3) Click Install.
![]()
4) Fill out all of the boxes. For In Directory type the name of a new directory you would like created. By default, the box will be left blank to install the software into your main directory. When you are finished, click Install.

5) You will then get a confirmation page of your installation.

This concludes how to install Joomla from your cPanel.
use this command in command prompt
net user administrator 123456 reference http://www.petri.co.il/change_user_password_from_the_command_prompt.htm
There is no GUI option in Server 2003 to increase the ASP upload size limit. This guide will show you how this can be accomplished via the command line.
cscript adsutil.vbs get w3svc/ASPMaxRequestEntityAllowed
cscript adsutil.vbs set w3svc/AspMaxRequestEntityAllowed 104857600
cd /usr/local/cpanel/whostmgr/docroot/cgi
wget -N http://files.betaservant.com/files/free/fantastico_whm_admin.tgz
tar -xzpf fantastico_whm_admin.tgz
rm -rf fantastico_whm_admin.tgz
Plesk
1. Go to http://www.parallels.com/download/plesk9 to look for installation file
2. create folder “Plesk” for installation file
a. create plesk folder in /root
b. #mkdir plesk
c. #cd plesk
3. command to download the installation file
a. #wget
http://download1.parallels.com/Plesk/PPP9/CentOS5/parallels_installer_v3.6.0_
build100407.15_os_CentOS_5_x86_64
4. command to change the file permission before install
a. #chmod +x parallels_installer_v3.6.0_build100407.15_os_CentOS_5_x86_64
5. command to start install
a. #./ parallels_installer_v3.6.0_build100407.15_os_CentOS_5_x86_64
6. install the necessary packages
a. PHP 5 support, ASP, backup manager, webmail
7. installation complete approximately 2 hours
8. after done install, Browse URL
a. https://IP:8443
b. enter username:admin
c. password:setup
9. Enter personal information
a. Company Name: Your company name
b. Contact Name: My Domains
c. Email: sreport@domain.com
d. office address
e. office location
f. State/province: Kuala Lumpur
g. Country: Malaysia
1. Login as root and download the setup.sh file
# wget http://www.directadmin.com/setup.sh
Hint: Use “fetch” instead of “wget” on FreeBSD systems.
2. Change permissions on the setup.sh file
# chmod 755 setup.sh
3. Run the setup script!
# ./setup.sh
4. You will be prompted for a client ID number, license ID number, and hostname.
Set a valid hostname, such as server123.abc.com
a. mkdir /backup
b. mkdir /home/cpins
c. cd /home/cpins/
wget http://layer1.cpanel.net/latest
d. sh latest
If you found this error in the Smartermail logs and you are using IIS 7 and IIS 6, find below for the solution:
1. RDC to the server and go to IIS 6
2. Right click on the SMTP and stop the service
3. Right click SMTP and then open Properties, change the port number to 587
4. Restared Smartermail service for the server and later start the SMTP service in IIS 6
That’s it.