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

Was this answer helpful?

 Print this Article

Also Read

Installing Kloxo Web Server

Kloxo installation consists of downloading kloxo-installer.sh from download.lxcenter.org and...

LightSpeed WebServer (Standard Free)

wget http://www.litespeedtech.com/packages/4.0/lsws-4.0.15-std-i386-linux.tar.gz tar -xvf...

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...

Configuring DNS

    How to Configure DNS   Click here