http://docs.sentora.org/?node=22
http://forums.sentora.org/showthread.php?tid=168
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
YOU MUST INSTALL EMERGENCY PATCHES. Read Security updates and patches doc page

