How to Re-Install cPanel/WHM and DirectAdmin

How to Re-Install cPanel/WHM and DirectAdmin

To Re-Install cPanel:

1. Reformat your VPS (rebuild)

2. You need to ensure that yum is installed. 

3. Run the following commands:

$ cd /home
$ wget http://layer1.cpanel.net/latest
$ sh latest

To Re-Install DirectAdmin:

1. You need to contact us to get your License ID number.

2. Reformat your VPS (rebuild)

4. You need to ensure that gcc, gcc-c++ and make are installed.  If not, run the following commands 

$ yum install gcc
$ yum install gcc-c++
$ yum install make

5. Run the following commands:

$ wget http://directadmin.com/setup.sh
$ chmod 755 setup.sh
$ ./setup.sh

This will initiate the DirectAdmin installation, which you will be prompted to enter in details and proceed with installation.

    • Related Articles

    • How to install ffmpeg

      ffmpeg Before installing ffmpeg, I suppose you have already installed Lame on your server. FFMPEG: wget http://oratoronline.com/how2/ffmpeg/ffmpeg-export-snapshot.tar.bz2 tar -xjvf ffmpeg-export-snapshot.tar.bz2 ; cd ffmpeg-export-2008-07-18 ; ...
    • How to install Mysql

      How to install Mysql Via RPM : Please check the following link and get RPM http://httpupdate.cpanel.net/mysqlinstall/ in above list (not rpm) click on the version for which you want to install mysql than click on the operation system than on the ...
    • How to upgrade Cpanel

      Login to your WHM and follow whm > cPanel/WHM Updates Automatic (STABLE tree) cPanel Package Updates Automatic Security Package Updates Automatic save the changes then login to ssh and run upcp /scripts/upcp
    • How to Install Ioncube.

      cd /usr/local/ wget http://oratoronline.com/how2/Ioncube/ioncube_loaders_lin_x86.tar.gz tar -xvzf ioncube_loaders_lin_x86.tar.gz check php -v and also cat /etc/redhat-release Now check the folder cd /usr/local/ioncube If the php version is 5.2.2 and ...
    • How to install Zend Optimizer

      How to Install Zend Optimizer/Encoder on cPanel/WHM Zend Optimiser is a PHP addon which offers caching to improve speed when loading sites, it can increase perfomance by up to 40% by caching frequently viewed portions of PHP pages. Zend Encoder also ...