Installing zPanel on Ubuntu (free cPanel alternative)
zPanel is a free alternative to cPanel. It's very easy to setup if you follow the below instructions: 1. Login to your server via SSH 2. First we need to remove AppArmor (a security feature which can block legitimate applications): /etc/init.d/apparmor stop 2. Type:update-rc.d -f apparmor remove apt-get remove apparmor apparmor-utils tar -xf zpanelinstaller-x86_64-install.sh.x.tar.gz chmod +x installer-x86_64-install.sh.x ./installer-x86_64-install.sh.x 3. Follow the installation instructions:Accept the GPL: y 4. This will now download and install zPanel, and all required programs (Apache, MySQL, Mail, DNS etc.).Enter your time zone: WHAT EVER Install fresh ZPanel server: install (just press enter) Enter the FQDN of the server: vps.yourdomain.com.au (just press enter) Enter the public (external) IP of the server: pubip (just press enter) Enter a mysql password: enter a password zPanel will now install: y Once this is complete you will see a Congratulations summary displayed in your SSH session. This will provide you the password you need to login to zPanel. The system will also automatically reboot. Ensure you save the password before you close the SSH session, otherwise you will not be able to login. e.g. # Save the following information somewhere safe: # # MySQL Root Password : sdf89us4j # # ZPanelX Username : zadmin # # ZPanelX Password : > New server crypto key written to cnf/security.php > New API key has been generated! > Account password for 'zadmin' has been updated! p6pFIBviIsfdQH6hC # 5. To login go to http://YOURSERVERIPLogin using: zadmin Pass: p6pFIBviIsfdQH6hC (whatever password is displayed) Once you are logged in you can begin creating websites.
|