Free Control Panel - Install Sentora on CentOS 6, CentOS 7, Ubuntu 12.04 and Ubuntu 14.04.

IMPERATIVE:

  • You must have read Pre-Installation Check HERE
  • You MUST have setup DNS for the sub-domain that will be assigned to Sentora panel PRIOR to install.


Once logged in SSH console as root, use this command line:

bash <(curl -L -Ss http://sentora.org/install)

 

If you have issues with curl you can try to copy and paste this command (for CentOS):

yum install wget -y && cd /tmp && wget sentora.org/install && bash install

 

Else you can do it manually:

1) Login to your server as root user:

sudo -i

2) Ensure you are in your home directory:
cd

3) download the installer

wget sentora.org/install

4) Make the installer executable
chmod +x install

5) Run the installer
sudo ./install

6) Follow the on screen instructions during the installation.
(See also Installer questions)

7) Return to user level ( or reboot server )
exit

 

Post install:

All passwords are saved in file /root/passwords.txt

  • 4 Users Found This Useful
Was this answer helpful?

Related Articles

Setting up DNS using Webmin

Here's a quick walkthrough for using Webmin to setup DNS. (Depending on your Distro, you may...

Installing Webmin (Tar Verison)

The following simple steps will install the webmin control panel for you.   wget...

How to Install Remote Desktop ( RDP ) using nomachine on your ubuntu instance

1) Install ubuntu desktop on your server instance By default X server, GNOME etc is not installed...

Installing cPanel Web Server

To begin your installation, use the following commands:   cd /home — Opens the...

Kloxo DNS

With Kloxo you can chose to run your own nameservers, which enable you to have custom DNS records...