How to install Cpanel and Fantastico in a VPS

Problem: Cpanel installs a little bit differantly in a VPS that it does on your traditional server. Solution: INSTALL CPANEL IN RH9 VPS: mkdir /home/cpins cd /home/cpins wget http://layer1.cpanel.net/latest sh latest cd /usr/local/cpanel/whostmgr/docroot rm -Rf fantastico* wget -N http://netenberg.com/files/free/fantasticoinstaller.tgz tar xzpf fantasticoinstaller.tgz rm -f fantasticoinstaller.tgz In /etc/xinetd.d/pop3ds Change 'disable = no' to 'disable = yes' restart xinetd restart cpanel INSTALL CPANEL IN FC1/FC2/CENTOS VPS: mkdir /home/cpins cd /home/cpins wget http://layer1.cpanel.net/latest sh latest cd /usr/local/cpanel/whostmgr/docroot rm -Rf fantastico* wget -N http://netenberg.com/files/free/fantasticoinstaller.tgz tar xzpf fantasticoinstaller.tgz rm -f fantasticoinstaller.tgz In /etc/xinetd.d/pop3ds Change 'disable = no' to 'disable = yes' restart xinetd ln -sf /bin/true /usr/bin/chattr comment out “ROOTDIR=/var/named/chroot” in /etc/sysconfig/named run rndc-confgen restart named restart cpanel

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to upgrade perl to v5.8.8

Installing and running cPanel 11 require you to have perl v5.8.8. If you run an older version...

Cannot install binary packages using pkg_add

Problem: Failure to install binary packages in older FreeBSD versions using "pkg_add -r"....

How to install and troubleshoot Fantastico for Cpanel

Problem: I can not access Fantastico in my WHM, How Do I install Fantastico. Solution: You don't...