Sentora is a FREE hosting control panel suitable for VPS. This allow you to host web sites and emails in VPS or dedicated server. This is good alternative for Cpanel if you only host few of your own personal web sites and don’t want all features of Cpanel.
Source code for Sentora available at
https://github.com/sentora/sentora-core
Install instructions available at
http://docs.sentora.org/?node=22
MySQL root Password
Sentora saves MySQL root password in file /etc/sentora/panel/cnf/db.php
# cat /etc/sentora/panel/cnf/db.php | grep pass $pass = 'aba$Svfg@8bv'; #
Config File Locations
All service related configs are saved in folder /etc/sentora/configs
Apache config = /etc/sentora/configs/apache/httpd-vhosts.conf
Bind Config (DNS) = /etc/sentora/configs/bind/named.conf
Postfix config = /etc/sentora/configs/postfix
Web Site Files
Web sites files are stored in folder
/var/sentora/hostdata/USERNAME/public_html/DOMAIN_TLD/
Restart Services
Apache
service httpd restart
Bind/dns
service named restart