[Sentora] Installation of Sentora Control Panel

Sentora server control panel by default comes with PHP 5.3.20, MySQL 5.5.29, Apache 2.4.3, yet these packets can be upgraded to another versions in the future from the Sentora creators side. This guide is compatible with our Standard VPS or KVM Linux services while using our Ubuntu 14.04 OS template.

Disclaimer
Sentora is currently not actively developed and we do not recommend it using on production server.

Requirements.
Root login access (sudo does not work).

Recommendations.
Sub-domain pointed to the server IP address for accessing the panel through it after installation. If required, you can change your server hostname if required before installation.

1. Minimizing OS template.
Since Sentora requires minimal distribution installation, the image has to be minimized. For this you can view our another guide prepared for different OS distributions:

https://techplushost.com/blog/make-minimal-os/

2. Installation initiation for the panel.
After minimizing the OS template, you would have to install curl to ease up the installation process:

apt-get install curl

After you will verify curl installation you can initiate the installation of the sentora panel:

bash <(curl -L -Ss http://sentora.org/install)

3. Ending of installation.
Whole installation of Sentora packages should be done automatically without more interaction from your side. At the end of installation, for configuration of the system, you will be asked to set up the geographical location for the panel (for timezone usage), the sub-domain that will be related to the panel and IP address.

Firstly for the location settings, you will have to choose the geographic area and the city related to your timezone region. In our example Europe have been used:

After time zone will be selected, you will have to set up the sub-domain and the IP address for the server to be used. By default the installation guide will offer your server hostname as the address for your panel, however you can change it for any other sub-domain that is pointed to the server. The IP address should remain as it is, since it also be filled automatically, unless you have ordered server with multiple IP addresses and you wish to set the additional IP for the usage (sub-domain has to be pointed to this IP):

Enter the sub-domain you want to access Sentora panel: your.sub-domain.tld
Enter (or confirm) the public IP for this server: 12.34.56.78

If the sub-domain will be pointed to the related IP address and the IP do belong to the VPS on which the configuration is done, DNS check will be initiated and installation will come to the end.

4. Finishing the installation:
At the end of installation, you will receive log-in information from the Sentora panel and passwords (generated randomly each time) as can be seen in the picture.

The login for the Sentora panel will be “zadmin” and the password will be provided blow of it. You can copy this information from the console during installation, or later on it can be seen in the /root/passwords.txt file that will be left on the server.

To finish up the installation, restart for the server will be required, that you can initiate by entering “y” into the console and pressing “Enter” button.

5. Password change
Password for the main zadmin user can be changed from the Sentora menu after log-in. To change it in the menu select “Account information” and choose “Change password”.

No Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

Linux Applications
How to resolve spamming issue with postfix

How to resolve the spamming issue with your postfix mailserver having CWP. Before starting we should stop the postfix mailserver. service postix stop For start lets count the number of emails stuck in the mail server queue: postqueue -p | grep -c “^[A-Z0-9]” Select few similar emails and use IDs …

Web hosting control panels
How to manually import emails

Instructions for manual import of the emails to your CWP server. 1. Create all required mailboxes via CWP2. Login in each created mailbox (this will create required file and folder structure)3. Copy the emails (like any other files) in /var/vmail/DOMAIN.COM/USERNAME4. Fix Permissions (chown uploaded files vmail:mail) Example path for email …

Web hosting control panels
[VestaCP] Getting started with VestaCP

Introduction The Vesta Control Panel is a free, open source website control panel with website, email, database, and DNS functionalities built in. More information can be found on official web page: https://vestacp.com/ VestaCP Template In Time4VPS you are able to install VestaCP template really easy and fast, only with few …