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.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Restore Exim Configuration

We all are familiar with the name EXIM; it is a mail transfer agent which is included with...

Migrate Accounts from cPanel to DirectAdmin

cPanel is one of the most common and widely used control panels. But cPanel has recently...

How to Enable SELinux on CentOS 7

With exploits and vulnerabilities revealed almost daily and reports of cyber-crimes increasing,...

How to Reduce High Memory Usage by Apache / HTTPD on a cPanel Server ?

If Apache / HTTPS is using lots of memory on your server, here is how you can optimize Apache on...

Install Redis and Redis-PHP in DirectAdmin

Redis Redis is a database management system, used as the message broker, cache and in-memory...