Sentora Hosting Panel Installation on Linux server you can use SentOS 5x,6x,7x Minimal ISO or Debian 9 Minimal Server
Than Run below Command On Terminal
yum install wget —- wget for Downloade file frome web
yum update wget
yum upgrade wget
restart system
Theam Installer
zppy repo add repo.alio.dk
zppy update
zppy install Theam_installer
File Manager —- File Manager for manage files
zppy repo add repo.alio.dk
zppy update
zppy install ELFileManager
Sentastico —- Sentora Web Panel
zppy repo add zppy-repo.mach-hosting.com/repo
or
zppy repo add store.sentora.org/repo
zppy update
zppy install sentastico
Install the latest “EPEL” repo
Why We Use EPEL repo
1] Provide lots of open source packages to instal via yum.
2] Epel repo is free to use.
3] It does not provide any core duplicstion packages and no compatibility issues.
4] All Epel packages are maintained by Fedora repo.
# wget http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
# rpm -ivh epel-release-6-8.norch.rpm
sudo yum install epel-release —- YUM (Yellowdog Updater Modified)
Than
yum install php-mcrypt —- (encryption/decryption)
if
;Enable mcrypt extension module
extension=module.so
Replace With
;Enable mcrypt extension module
extension=mcrypt.so
service httpd restart