Sentora is a completely free web hosting control panel for Linux, UNIX and BSD based servers written in PHP. It is fully featured and easy to use hosting control panel that can help users to manage their servers with ease through the user interface. Its installation is pretty easy and fast and includes all the software you will need to manage multiple websites and clients on a single server. 

 

Sentora comes with the following services installed out of the box:

  • Apache HTTPd
  • PHP
  • MySQL/MariaDB
  • ProFTPd
  • Postfix
  • Dovecot

 

It comes with a lot of handy features such as:

  • Quota management
  • Multi-client environment
  • Custom Themes
  • API integration
  • Language translation packs and much more…

 

Steps:

 

1.Login to your Ubuntu server via SSH as user root:

ssh root@IP_Address -p Port_Number

 

2. Update the installed packages and make sure that all installed packages are updated by running the following command:

apt-get update && apt-get upgrade

 

3. Download the Sentora installation script to your server:

wget http://sentora.org/install

 

4. Once downloaded, make the script executable:

chmod +x install

 

5. Run the script to start Sentora’s installation:

./install

 

6. Once the installation is completed, you can now open your favorite web browser and point it to https://sentora.yourdomain.com to access Sentora control panel.

 

Was this answer helpful? 543335 Users Found This Useful (55566 Votes)