Development Install (all supported OS)

Before downloading please consider donating, the project relies on the kind donations from our users!

 

Before continuing, it is expected that you are familiar with Sentora and it's installation and how it works!

This is for the latest development version from the master branch on github.

This version is not intended for production servers!

IMPORTANT!:

  • Your server must comply with our Pre-installation Check. Read more
  • 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:(You MUST use root! Not sudo!)

bash <(curl -L -Ss https://sentora.org/dev-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/dev-install && bash install

 

Alternatively 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/dev-install

If you get a certificate error from github try one of the two lines below

wget --no-check-certificate sentora.org/dev-install

wget https://sentora.org/dev-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 Installation configuration)

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

 

Post install:

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

From time to time we find security loopholes in Sentora. We fix them and release emergency patches. You need to install these.
Read more

PenWant to help ? Click here to report mistake or to send complement to add.