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

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 Kloxo Web Server

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

cPanel Wildcard Subdomains

Ever wanted to setup subdomains on your Cpanel server, such that a keyword is the wildcard part...

Kloxo DNS

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

Installing cPanel Web Server

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