Tampilkan postingan dengan label Cpanel. Tampilkan semua postingan
Tampilkan postingan dengan label Cpanel. Tampilkan semua postingan

Kamis, 29 Januari 2015

How to easy Installation Control Panel (CP) Ajenti On server Ubuntu

Ajenti is a server administration panel for FreeBSD distributions and Linux . It is similar to cPanel, ISPConfig and others like them, but more light in features it is a Free Software application whose development is spear-headed by Eugene Pankov.
Besides being a server administration panelAjenti may also be used by developers as a rapid-development platform to create Web frontends, and by hardware vendors to create Web interfaces.
Install Ajenti

Add repository key:
tri@linux:~$sudo wget http://repo.ajenti.org/debian/key -O- | apt-key add -

Add repository to /etc/apt/sources.list
tri@linux:~$sudo echo "deb http://repo.ajenti.org/ng/debian main main ubuntu">>/etc/apt/sources.list

Install the package:
tri@linux:~$sudo apt-get update
tri@linux:~$sudo apt-get install ajenti

Start the service:
tri@linux:~$sudo /etc/init.d/ajenti restart

Remote access to the server is via https://ip.ad.re.ss:8000. Username is root and the password is admin.

ajenti login screen
Ajenti configuration


nterface for adding a cron job




How to easy Installation ZPanel in Centos 6.4

In this article I will tell you about one interesting free control panel which is Zpanel and I will show you how to install it on a Dedicated/VPS server with Centos 6.4.

zPanel is a php-based free control panel ( free alternative to CPanel) for windows, mac, and linux servers. The program run on top of an Apache, MySQL, PHP stack on which platform is used.

Install zPanel

Log in to your server via SSH (use Putty or Terminal) as root.
First install pre-required packages:
tri@linux#yum install wget ld-linux.so.2 curl -y

Download zPanel installer:
64 bit installer
tri@linux#wget http://www.zvps.co.uk/downloads/centos/10-1-0/installer-10-1-0-centos-64.sh.x.tar.gz

32 bit installer
tri@linux#wget http://www.zvps.co.uk/downloads/centos/10-1-0/installer-10-1-0-centos-32.sh.x.tar.gz

Unzip installer:
64 Bit Installer
tri@linux#tar -xvzf installer-10-1-0-centos-64.sh.x.tar.gz

Or
32 Bit Installer
tri@linux#tar -xvzf installer-10-1-0-centos-32.sh.x.tar.gz

Change the script to be executable:
64 Bit Installer
tri@linux## chmod +x installer-10-1-0-centos-64.sh.x

Or
32 Bit Installer
tri@linux# chmod 777 installer-10-1-0-centos-32.sh.x

Run the ZPanelX installer:
64 Bit Installer
tri@linux# ./installer-10-1-0-centos-64.sh.x

Or
32 Bit Installer
tri@linux# ./installer-10-1-0-centos-32.sh.x

Follow the  images instructions below for installation
Zpanel installation


End zPanel installation
The zadmin, MySQL root & postfix passwords are all stored in /root/passwords.txt after installation.
Zpanel login screen
zPanelcp


How to Easy Install VestaCP on Debian/Ubuntu and Centos/RHEL Linux

"Vesta is an open source hosting control panel currently supports RHEL 5.x/6.x, CentOS 5.x/6.x and Ubuntu LTS 12.04, Ubuntu 13.04 and Ubuntu 13.10. It comes with all necessary software to run and manage your websites hosted on your VPS, including:
Web Server (Apache with Nginx as Reverse Proxy)"

  • DNS server
  • Database Server
  • Mail Server
  • FTP Server
  • Nginx out of the box
  • SSL certificates & SNI
  • Wildcard support
  • Configuration Templates
  • DKIM support
  • Fast Backups
  • System Monitoring
  • AntiSpam / Antivirus
  • WHMCS billing support
  • EPEL integration
  • Simple and Clean GUI
  • Powerfull CLI
  • Reliable Platform
  • Open Data Format

Install VestaCP on RHEL/CentOS and Debian/Ubuntu linux
First, login to your server via ssh as root and type following command:
# curl -O http://vestacp.com/pub/vst-install.sh
# chmod +x vst-install.sh
# ./vst-install.sh
Install VestaCP 
The installer asks to confirm disabling SELinux and start the install process. Type Y and hit Enter.
Type your valid email address where they will is VestaCP send your admin password.
Wait for the finish installer process.
VestaCP Complite Installation

Now open up your favorite browser and login to VestaCP web-based UI using your VPS IP at port 8083.
https://ip.add.re.ss:8083/

Login as admin and use given password:
VestaCP Login
You should now see the main UI of VestaCP hosting control panel.
Main UI of VestaCP