Get your
click here
|
Support CenterWelcome to the LicenseCube Knowledgebase. Please click below on any of the questions that best match your question, and view the response. If your question isn't listed here, please feel free to get ahold of our support department, and they will be glad to assist you with your question. cPanel/WHM – How do I install cPanel/WHM?
Installing cPanel/WHM isn’t a complicated process. cPanel/WHM has an automated installer that can be used for a quick install. Below we have created a “code section” that will allow you to copy/paste the information from within our code boxes into your SSH window, and from there you will be able to sit back and watch everything get done for you. wget http://layer1.cpanel.net/latest && sh latest
Please note that you will need to keep your SSH window open during the whole installation process. Otherwise, the installation will be aborted and you will need to restart the whole installation process again. Once the installation completes successfully, you will be able to access your WHM to finish off the final installation steps by going to http://your-ip-address-here:2086 cPanel/WHM – Where do I find cPanel/WHM Documentation?
There are many resources out there for cPanel/WHM. However, they are not all correct, this is why we suggest sticking with the official resources provided by cPanel directly, this way you know that your questions will be answered correctly.
Additionally, if you have questions, you may want to post your questions on the cPanel Forum which is located at: http://forums.cpanel.net/ this forum is moderated by programmers of cPanel and administrators so your questions will be responded to quickly. cPanel/WHM – License error/license expired?
If your cPanel license has expired, there are a few things that need to be checked to ensure that your licensing is correctly connecting to the licensing server at cPanel.com. Please follow the outlined steps below:
/usr/local/cpanel/cpkeyclt
If you continue to experience issues after all the above has been completed, please contact our support department at support@licensecube.com for further assistance. cPanel/WHM – I can’t login to cPanel?
cPanel has a security feature called cPHulk. This feature ensures that no one is able to hack your login by disabling the login capability for x amount of time if you have entered your password wrong x amount of times. To flush your cPHulk database, please follow the below mentioned steps. Login as the root user via SSH, and run the following command: cat /root/.my.cnf
Now, we will need to copy the above-mentioned password to a safe place, after this, we will need to run the following line in the SSH window. echo "delete from brutes; delete from logins;" | mysql -uroot -p cphulkd
Next, you will be prompted for a MySQL password, this is the password that you have just obtained in step one, so please copy / paste this password into the SSH window and hit enter. You should now be able to login to your cPanel from your web browser. Parallels Plesk 10.x – How do I install Plesk?
Installation of Plesk is easy, because of their auto-installer that they have made available. Simply run the auto-installer and follow the on screen instructions, by default everything is preset so you can hit “next” on every step. The below mentioned auto-installer is for CentOS and Debian. CentOS 5.x i386 Installer: wget http://download1.parallels.com/Plesk/PP10/10.0.1/CentOS5/parallels_installer_v3.7.1_build101103.18_os_CentOS_5_i386
Debian 5.x i386 Installer: wget http://download1.parallels.com/Plesk/PP10/10.0.1/Debian5/parallels_installer_v3.7.1_build101015.08_os_Debian_5.0_i386
If you have an operating system that isn't listed above, please contact support@licensecube.com, and we will be glad to provide you with the auto-installer thats needed for your operating system. Parallels Plesk 10.x – Where can I find Plesk Documentation?
Plesk has a tremendous amount of support resources for users looking at learning about Plesk and its vast array of features. We have outlined some of the best official support resources below.
Each of the above resources is unique, if you don’t find the answer to one of your questions on the above mentioned resources, please feel free to get in contact with our support department at support@licensecube.com and we’ll be glad to assist you with any of the questions you have. Parallels Plesk 10.x – Unable to connect with licensing server?
When trying to retrieve a license key, the following error appears when the button “Retrieve Keys” is clicked on the License Management page. The error message that is displayed is: Licensing Server Unreachable: Unable to connect with licensing server. If you are seeing the above mentioned error then the issue is that the port 5224 seems to be blocked and not allowing you to connect. Please disable your firewall or add port 5224 into your allowed outgoing ports list. Below are just some of the commands that you can try to ensure that this port isn’t blocked. ~# nmap -P0 -p5224 ka.parallels.com
~# telnet ka.parallels.com 5224 ~# traceroute ka.parallels.com If you continue to experience issues with the license being retrieved, please get in contact with our support department, and we will be glad to assist you in getting t his issue resolved. Fantastico – How do I install Fantastico?
Installing Fantastico is pretty straightforward; the only thing is that you need to be logged in as root to your cPanel/WHM VPS/Dedicated. Once you are logged in, you will need to run the following code mentioned below: 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 Once the above has been run, you will need to login to your WHM, and scroll down on the left hand side menu all the way to the bottom, there you will find “Fantastico De Luxe Admin” and you will need to follow the on screen instructions to getting the final steps completed. Fantastico – Error within Fantastico admin?
When you have logged into Fantastico on your VPS/Dedicated, you should be seeing a list of applications that can be installed from the left hand side. If not, you might be seeing an error such as: “Fantastico is not installed at the default location /usr/local/cpanel/3rdparty/fantastico. Either move the Fantastico directory from it's current location to /usr/local/cpanel/3rdparty/fantastico OR enable ioncube loaders in WHM -> Tweak settings.” If you are seeing the above-mentioned error, then there is an easy way to fix this. Pleas follow the below mentioned steps.
Once the above is completed, cPanel will start installing IonCube, and once that is completed, you may return to the Fantastico screen, and it should be working. DirectAdmin – How to install DirectAdmin?
Installing DirectAdmin is pretty quick and easy. DirectAdmin has an auto-installer which is extremely useful and works great. You will need to be logged in as root before you run the installer, otherwise the installation will fail. If you are using FreeBSD you will need to su to root. Once you are in SSH, you will need to download and run the following code: RedHat Based OS: wget http://www.directadmin.com/setup.sh
FreeBSD Based OS: fetch http://www.directadmin.com/setup.sh
Once this has been completed, you will need to change the permission level on the installer to something more suitable then 644 which is set by default. Please copy/paste the below code to change this permissions level and start the installer. chmod 755 setup.sh && ./setup.sh
Please note, you will be prompted for a client ID number, license ID number, and hostname*. * The hostname should not be the same as the primary domain name. e.g. gary.com is not a good hostname, where server.gary.com is. Having the same host/main domain name will cause e-mail and FTP problems. Also, please make sure the hostname resolves once you setup DNS. More information on how to install DirectAdmin is available on the directadmin.com website. DirectAdmin – Where can I find support resources?
DirectAdmin has a good selection of support resources. Resources include items such as multi-language support, and tutorials that cover almost every function within DirectAdmin. Please view them below: There are many other resources on the Internet. However, we suggest that sticking with the official resources will provide you with exact answers to your questions, which will be correct. Virutozzo 4.x – How do I install Virtuozzo on Linux?
Installation of Virtuozzo isn’t as hard as you may think. There is an auto-installer that works on 32bit and 64bit operating systems, and it’s as simple as running it and following the steps that are presented to you on the screen. You will need to be already logged in SSH as root, so you may take advantage of this tutorial. Please follow the below mentioned steps: Download the Installer: http://download.parallels.com/virtuozzo/virtuozzo4.0/linux/vzinstall-linux.bin
Once downloaded, you will need to change permissions on the installer file and start the installation process, you can do this by doing the following: chmod a+x vzinstall-linux.bin && ./vzinstall-linux.bin
Once the installation has started, please follow the onscreen instructions, as they guide you through the setup process. Softaculous – How do I install it on cPanel?
Installing Softaculous is pretty straightforward. There is an auto-installer that needs to be run in SSH in order for the installation to complete successfully. Please follow the below outlined items, so this can get accomplished. Login to SSH (as the root user), and then run the following command: cd /usr/local/cpanel/whostmgr/docroot/cgi
wget -N http://www.softaculous.com/ins/addon_softaculous.php chmod 755 addon_softaculous.php Once this has been completed, you will need to login to WHM and scroll down to "Plugins" and then "Softaculous – Instant Installs." Now, just wait for the scripts to be downloaded, and the installation will be complete. Softaculous – How do I install it on Plesk?
To install Softaculous, you will need to the outlined steps below. Once all the steps are satisfied then the installation will be complete. Everything is very straightforward, so the installation shouldn't take more then a few minutes. Login to SSH (as the root user), and then run the following command: cd /usr/local
wget -N http://www.softaculous.com/pl/install_softaculous.php chmod 755 install_softaculous.php /usr/bin/php /usr/local/install_softaculous.php The installer will start showing the installation processes and when it is complete it will indicate the same. Please note, that the scripts will be downloaded during this process, and the download activity will be shown on the screen. Once this is complete, the Softaculous installation will be done. WHMCS – What is the process to install WHMCS?
Installation WHMCS is not complicated. However, it will require that you have access to certain items such as; FTP, Control Panel, and that you have the right decoder needed for installation. If any further assistance is needed, we’ll be glad to assist in answering any questions you may have. Simply contact our support department. To update your license, please fill out the below form. This will automatically update the license of your choice within your account. Please note, that your account must not have a past-due balance. Otherwise, update will have to be completed manually.
, thank you for logging in to manage your licenses. Below, you will see the list of licenses that are currently available for you to modify.
License Update Information
Success! Your new settings are applied.
Curabitur ullamcorper libero sed risus posuere gravida malesuada mauris eleifend dignissim pulvinar, metus tortor porttitor quam, sed laoreet augue justo non justo. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia.
, your ticket has been submitted.
To cancel your license, please fill out the below mentioned form. Please note, that this license must be within your account for it to be canceled. Additionally, if your account information doesn't match the information provided, your license will not be canceled.
, thank you for logging in to manage your licenses. Below, you will see the list of licenses that are currently available for you to cancel.
Cancel License
Success! Your license is cancelled.
Curabitur ullamcorper libero sed risus posuere gravida malesuada mauris eleifend dignissim pulvinar, metus tortor porttitor quam, sed laoreet augue justo non justo. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia.
To request the installation services, please provide the below requested information. Please note, that installation of software can take up to 24 hours based upon the complexity of the software application that is being installed. Additionally, please note that any incorrect information may cause delays. Additional terms may apply.
you have been successfully logged in. You may now select the type of license you are wishing to request installation services for, by choosing it from the menu listed below.,
Success! Your order was sent.
Curabitur ullamcorper libero sed risus posuere gravida malesuada mauris eleifend dignissim pulvinar, metus tortor porttitor quam, sed laoreet augue justo non justo. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia.
|
Multilingual WordPress by ICanLocalize
We want to hear everything you have to say, so please follow us on one of these:
Site Validations |