How to install a Control panel such as Webmin/Cpanel.
All distros that come from Quantact are fairly minimal, and do not have control panels
installed in them. However, several options are available. If you desire Cpanel or DirectAdmin,
simply open a help ticket, and a license will be assigned to your account.
Below are instructions on how to install the control panels: == Webmin == To install Webmin, you will need to download the Webmin package from the Webmin site.
http://www.webmin.com/download.html
Type the following from your linux command line, depending on which package you choose:
wget http://internap.dl.sourceforge.net/sourceforge/webadmin/webmin-1.340-1.n... rpm -ivh webmin*.rpm
Your control panel will be available as http://your.ip.add.ress:10000 login as root, with your root password. == Cpanel == To install cpanel, first order a cpanel license thru the support portal.
Then, when your license has been assigned, simply login to your vps, and type the following:
# cd /home # wget http://layer1.cpanel.net/latest # sh ./latest
Documentation on Cpanel is available at:
http://www.cpanel.net/docs/vps/ == Ravencore == To install the http://www.ravencore.com/ Ravencore control panel on the Centos 4.3 distro, simply download our Ravencore install script:
wget http://www.quantact.com/dl/installraven.tgz tar -xzf installraven.tgz chmod 755 installraven.pl ./installraven.pl
Your vm will download all of the necessary packages, and install them. After a installation is complete, which may take a few moments, you will be prompted to set your first administrator password.
/usr/local/ravencore/sbin/run_cmd passwd Enter in a new password: Re-enter the password: Success!!
Now you can login to your newly install Ravencore control panel at http://your.ip.add.ress:8000/ UPDATE This link in the forums has user contributed info on the current version of Ravencore: http://forums.quantact.com/showthread.php?t=111

