SlideShare a Scribd company logo
1 of 2
Download to read offline
Ajenti Control Panel
CHACHENG OO
Sr. System Engineer
DBL Group
BGMEA Complex( 12th Floor )| 23/1 Panthapath Link Road | Karwan Bazar | Dhaka-1215 | Bangladesh |
Cell: +8801755647625 Personel: +8801812490773 | Skype ID : chacheng.oo |
E-mail : chacheng@dbl-group.com Per : chacheng.oo@gmail.com or chacheng.oo@yahoo.com
Web : www.dbl-group.com
Install Ajenti Control Panel on a CentOS Server
Login to your server as user ‘root’ :
# ssh root@hostname
Update your CentOS 6.5 VPS using the yum package manager.
# yum update -y
# yum upgrade -y
We need to enable EPEL repo because Ajenti package is not available by default.
Enter the following commands:
# wget http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
# rpm -ivh epel-release-6-8.noarch.rpm
Done. We added the EPEL repo on our server.
Next, we need to download and install Ajenti’s official repository by using the following commands:
# wget http://repo.ajenti.org/ajenti-repo-1.0-1.noarch.rpm
# rpm -i ajenti-repo-1.0-1.noarch.rpm
Now, let’s install Ajenti Control Panel.
# yum install ajenti -y
# service ajenti restart
NO NEEDED
Done, we have installed Ajenti.
But since we also want to have Nginx, PHP-fpm, Exim etc… we need to install the Ajenti V plugin suite.
Ajenti V comes in form of small packages.
Currently available packages include:
ajenti-v (main package)
ajenti-v-mail (Exim and Courier mail)
ajenti-v-mysql (MySQL DB support)
ajenti-v-php-fpm (PHP support via PHP-FPM)
ajenti-v-ruby-unicorn (Rails support via Unicorn)
ajenti-v-ruby-puma (Rails support via Puma)
Ajenti Control Panel
ajenti-v-ftp-pureftpd (FTP support via PureFTPd)
ajenti-v-nginx (NGINX webserver support)
ajenti-v-python-gunicorn (Python WSGI support via gunicorn)
ajenti-v-nodejs (Node.js support)
If you have Apache or Postfix/Sendmail installed and you don’t use them, remove them first.
# yum remove httpd postfix sendmail
…............................................................................................
Install Ajenti-V with the packages according to your needs.
# yum install ajenti-v ajenti-v-nginx ajenti-v-mail ajenti-v-mysql ajenti-v-php-fpm php-mysql
Common issues:
If you get a ‘[Errno -1] Package does not match intended download’ error you will need to clean the metadata.
# yum clean metadata
Then proceed with the installation.
# yum install ajenti-v ajenti-v-nginx ajenti-v-mail ajenti-v-mysql ajenti-v-php-fpm php-mysql
Usually, CentOS blocks port 8000 with firewall. Run the following to unblock port temporarily.
# iptables -A INPUT -p tcp --dport 8000 -j ACCEPT
We have successfully installed Ajenti control panel with it’s plugin suite Ajenti-V.
The Ajenti control panel will be available on HTTPS port 8000 by default. Open your favorite browser and navigate
to https://yourdomain.com:8000 or https://server-ip:8000.
The default username is root, and the password is admin.
CHACHENG OO
Sr. System Engineer
DBL Group
BGMEA Complex( 12th Floor )| 23/1 Panthapath Link Road | Karwan Bazar | Dhaka-1215 | Bangladesh |
Cell: +8801755647625 Personel: +8801812490773 | Skype ID : chacheng.oo |
E-mail : chacheng@dbl-group.com Per : chacheng.oo@gmail.com or chacheng.oo@yahoo.com
Web : www.dbl-group.com

More Related Content

What's hot

Cloudy with a Chance of Fireballs: Provisioning and Certificate Management in...
Cloudy with a Chance of Fireballs: Provisioning and Certificate Management in...Cloudy with a Chance of Fireballs: Provisioning and Certificate Management in...
Cloudy with a Chance of Fireballs: Provisioning and Certificate Management in...
Puppet
 
V mware converter best practices
V mware converter best practicesV mware converter best practices
V mware converter best practices
Venkata Ramana
 

What's hot (18)

How to install squid proxy on server or how to install squid proxy on centos o
How to install squid proxy on server  or how to install squid proxy on centos oHow to install squid proxy on server  or how to install squid proxy on centos o
How to install squid proxy on server or how to install squid proxy on centos o
 
OSTU - Using Microsoft Netsh (by Tony Fortunato)
OSTU - Using Microsoft Netsh (by Tony Fortunato)OSTU - Using Microsoft Netsh (by Tony Fortunato)
OSTU - Using Microsoft Netsh (by Tony Fortunato)
 
Puppet Camp DC 2014: Keynote
Puppet Camp DC 2014: KeynotePuppet Camp DC 2014: Keynote
Puppet Camp DC 2014: Keynote
 
How to Upgrade Openfire on CentOS 7
How to Upgrade Openfire on CentOS 7How to Upgrade Openfire on CentOS 7
How to Upgrade Openfire on CentOS 7
 
How To Install and Configure Apache SSL on CentOS 7
How To Install and Configure Apache SSL on CentOS 7How To Install and Configure Apache SSL on CentOS 7
How To Install and Configure Apache SSL on CentOS 7
 
How To Disable IE Enhanced Security Windows PowerShell
How To Disable IE Enhanced Security Windows PowerShellHow To Disable IE Enhanced Security Windows PowerShell
How To Disable IE Enhanced Security Windows PowerShell
 
Cloudy with a Chance of Fireballs: Provisioning and Certificate Management in...
Cloudy with a Chance of Fireballs: Provisioning and Certificate Management in...Cloudy with a Chance of Fireballs: Provisioning and Certificate Management in...
Cloudy with a Chance of Fireballs: Provisioning and Certificate Management in...
 
DENOG9 - Automating Juniper Devices with Ansible
DENOG9 - Automating Juniper Devices with AnsibleDENOG9 - Automating Juniper Devices with Ansible
DENOG9 - Automating Juniper Devices with Ansible
 
How To Install and Configure AWS CLI for Windows
How To Install and Configure AWS CLI for WindowsHow To Install and Configure AWS CLI for Windows
How To Install and Configure AWS CLI for Windows
 
Installation CentOS 6.3
Installation CentOS 6.3Installation CentOS 6.3
Installation CentOS 6.3
 
How to install and configure firewall on ubuntu os
How to install and configure firewall on ubuntu osHow to install and configure firewall on ubuntu os
How to install and configure firewall on ubuntu os
 
Nginx bind() to 0.0.0.0:9080 failed
Nginx bind() to 0.0.0.0:9080 failedNginx bind() to 0.0.0.0:9080 failed
Nginx bind() to 0.0.0.0:9080 failed
 
How to install and configure LEMP stack
How to install and configure LEMP stackHow to install and configure LEMP stack
How to install and configure LEMP stack
 
V mware converter best practices
V mware converter best practicesV mware converter best practices
V mware converter best practices
 
How To Create RDS Database for WordPress in AWS on RHEL 7 or CentOS 7
How To Create RDS Database for WordPress in AWS on RHEL 7 or CentOS 7How To Create RDS Database for WordPress in AWS on RHEL 7 or CentOS 7
How To Create RDS Database for WordPress in AWS on RHEL 7 or CentOS 7
 
How To Configure FirewallD on RHEL 7 or CentOS 7
How To Configure FirewallD on RHEL 7 or CentOS 7How To Configure FirewallD on RHEL 7 or CentOS 7
How To Configure FirewallD on RHEL 7 or CentOS 7
 
Easy Install - CentOS 6.5 / VMware 9.04
Easy Install - CentOS 6.5 / VMware 9.04Easy Install - CentOS 6.5 / VMware 9.04
Easy Install - CentOS 6.5 / VMware 9.04
 
StackiFest16: Stacki 1600+ Server Journey - Dave Peterson, Salesforce
StackiFest16: Stacki 1600+ Server Journey - Dave Peterson, Salesforce StackiFest16: Stacki 1600+ Server Journey - Dave Peterson, Salesforce
StackiFest16: Stacki 1600+ Server Journey - Dave Peterson, Salesforce
 

Viewers also liked

The future of volunteering in events management education
The future of volunteering in events management educationThe future of volunteering in events management education
The future of volunteering in events management education
James Kennell
 
Derecho de los alumnos en la retícula
Derecho de los alumnos en la retículaDerecho de los alumnos en la retícula
Derecho de los alumnos en la retícula
111430383-5
 
Hbs ag positive in special situation dr. prarthana kalgaonkar
Hbs ag positive in special situation   dr. prarthana kalgaonkarHbs ag positive in special situation   dr. prarthana kalgaonkar
Hbs ag positive in special situation dr. prarthana kalgaonkar
Sanjeev Kumar
 
Trabalho transportes ferroviários, 9º4
Trabalho transportes ferroviários, 9º4Trabalho transportes ferroviários, 9º4
Trabalho transportes ferroviários, 9º4
Mayjö .
 
Wilson disease with acute liver failure case presentation
Wilson disease with acute liver failure case presentationWilson disease with acute liver failure case presentation
Wilson disease with acute liver failure case presentation
Sanjeev Kumar
 
Transportes ferroviários em portugal
Transportes ferroviários em portugalTransportes ferroviários em portugal
Transportes ferroviários em portugal
Mayjö .
 
10 step-marketing-plan-the generics pharmacy
10 step-marketing-plan-the generics pharmacy10 step-marketing-plan-the generics pharmacy
10 step-marketing-plan-the generics pharmacy
Joan Soliven
 

Viewers also liked (19)

Примеры брифов
Примеры брифовПримеры брифов
Примеры брифов
 
The future of volunteering in events management education
The future of volunteering in events management educationThe future of volunteering in events management education
The future of volunteering in events management education
 
Derecho de los alumnos en la retícula
Derecho de los alumnos en la retículaDerecho de los alumnos en la retícula
Derecho de los alumnos en la retícula
 
Trivago summer review 2016
Trivago summer review 2016Trivago summer review 2016
Trivago summer review 2016
 
European Travel Trends Q1 2016
European Travel Trends Q1 2016European Travel Trends Q1 2016
European Travel Trends Q1 2016
 
Закупка digital-услуг. Постановка проблемы. Тендеры. Пример качественного брифа
Закупка digital-услуг. Постановка проблемы. Тендеры. Пример качественного брифаЗакупка digital-услуг. Постановка проблемы. Тендеры. Пример качественного брифа
Закупка digital-услуг. Постановка проблемы. Тендеры. Пример качественного брифа
 
HLHresearchweb
HLHresearchwebHLHresearchweb
HLHresearchweb
 
Regular buffer v/s Clock buffer
Regular buffer v/s Clock bufferRegular buffer v/s Clock buffer
Regular buffer v/s Clock buffer
 
How High Will They Go? Managing Rising Drug Prices in a Changing Healthcare E...
How High Will They Go? Managing Rising Drug Prices in a Changing Healthcare E...How High Will They Go? Managing Rising Drug Prices in a Changing Healthcare E...
How High Will They Go? Managing Rising Drug Prices in a Changing Healthcare E...
 
Brand Evolution - Keds
Brand Evolution - KedsBrand Evolution - Keds
Brand Evolution - Keds
 
Hbs ag positive in special situation dr. prarthana kalgaonkar
Hbs ag positive in special situation   dr. prarthana kalgaonkarHbs ag positive in special situation   dr. prarthana kalgaonkar
Hbs ag positive in special situation dr. prarthana kalgaonkar
 
Trabalho transportes ferroviários, 9º4
Trabalho transportes ferroviários, 9º4Trabalho transportes ferroviários, 9º4
Trabalho transportes ferroviários, 9º4
 
Tematiche per un'agenzia di viaggi moderna
Tematiche per un'agenzia di viaggi modernaTematiche per un'agenzia di viaggi moderna
Tematiche per un'agenzia di viaggi moderna
 
Evolution of cadcamcae techonology and value to the industry v1.compressed
Evolution of cadcamcae techonology and value to the industry v1.compressedEvolution of cadcamcae techonology and value to the industry v1.compressed
Evolution of cadcamcae techonology and value to the industry v1.compressed
 
Wilson disease with acute liver failure case presentation
Wilson disease with acute liver failure case presentationWilson disease with acute liver failure case presentation
Wilson disease with acute liver failure case presentation
 
Case analysis papa john's pizza group 1_final draft
Case analysis papa john's pizza group 1_final draftCase analysis papa john's pizza group 1_final draft
Case analysis papa john's pizza group 1_final draft
 
Transportes ferroviários em portugal
Transportes ferroviários em portugalTransportes ferroviários em portugal
Transportes ferroviários em portugal
 
10 step-marketing-plan-the generics pharmacy
10 step-marketing-plan-the generics pharmacy10 step-marketing-plan-the generics pharmacy
10 step-marketing-plan-the generics pharmacy
 
European tourism 2016 trends and prospects q3
European tourism 2016 trends and prospects q3European tourism 2016 trends and prospects q3
European tourism 2016 trends and prospects q3
 

Similar to Ajenti control panel

Nuxeo5 - Continuous Integration
Nuxeo5 - Continuous IntegrationNuxeo5 - Continuous Integration
Nuxeo5 - Continuous Integration
PASCAL Jean Marie
 
the NML project
the NML projectthe NML project
the NML project
Lei Yang
 
Instalando Cacti no CentOS 5
Instalando Cacti no CentOS 5Instalando Cacti no CentOS 5
Instalando Cacti no CentOS 5
Carlos Eduardo
 
Dockerfish-Tutorial
Dockerfish-TutorialDockerfish-Tutorial
Dockerfish-Tutorial
Brian Hood
 

Similar to Ajenti control panel (20)

Install VMWare Tools CentOS 7
Install VMWare Tools CentOS 7Install VMWare Tools CentOS 7
Install VMWare Tools CentOS 7
 
Nuxeo5 - Continuous Integration
Nuxeo5 - Continuous IntegrationNuxeo5 - Continuous Integration
Nuxeo5 - Continuous Integration
 
the NML project
the NML projectthe NML project
the NML project
 
How To Install OpenFire in CentOS 7
How To Install OpenFire in CentOS 7How To Install OpenFire in CentOS 7
How To Install OpenFire in CentOS 7
 
Instalando Cacti no CentOS 5
Instalando Cacti no CentOS 5Instalando Cacti no CentOS 5
Instalando Cacti no CentOS 5
 
Essential security for linux servers
Essential security for linux serversEssential security for linux servers
Essential security for linux servers
 
Dev ops
Dev opsDev ops
Dev ops
 
Install PostgreSQL on CentOS
Install PostgreSQL on CentOSInstall PostgreSQL on CentOS
Install PostgreSQL on CentOS
 
Kickstart
KickstartKickstart
Kickstart
 
Linux Troubleshooting
Linux TroubleshootingLinux Troubleshooting
Linux Troubleshooting
 
Instalar PENTAHO 5 en CentOS 6
Instalar PENTAHO 5 en CentOS 6Instalar PENTAHO 5 en CentOS 6
Instalar PENTAHO 5 en CentOS 6
 
Free radius billing server with practical vpn exmaple
Free radius billing server with practical vpn exmapleFree radius billing server with practical vpn exmaple
Free radius billing server with practical vpn exmaple
 
RAC-Installing your First Cluster and Database
RAC-Installing your First Cluster and DatabaseRAC-Installing your First Cluster and Database
RAC-Installing your First Cluster and Database
 
Manage appium dependencies with -appium-home in appium 2.0
Manage appium dependencies with  -appium-home in appium 2.0Manage appium dependencies with  -appium-home in appium 2.0
Manage appium dependencies with -appium-home in appium 2.0
 
Tutorial to make sure of nginx files starterpack.
Tutorial to make sure of nginx files starterpack.Tutorial to make sure of nginx files starterpack.
Tutorial to make sure of nginx files starterpack.
 
How to configure Nagios in Fedora ?
How to configure Nagios in Fedora ?How to configure Nagios in Fedora ?
How to configure Nagios in Fedora ?
 
CentOS 6 to CentOS 7 Upgrade Procedure
CentOS 6 to CentOS 7 Upgrade ProcedureCentOS 6 to CentOS 7 Upgrade Procedure
CentOS 6 to CentOS 7 Upgrade Procedure
 
Linux
LinuxLinux
Linux
 
Powervc upgrade from_1.3.0.2_to_1.3.2.0
Powervc upgrade from_1.3.0.2_to_1.3.2.0Powervc upgrade from_1.3.0.2_to_1.3.2.0
Powervc upgrade from_1.3.0.2_to_1.3.2.0
 
Dockerfish-Tutorial
Dockerfish-TutorialDockerfish-Tutorial
Dockerfish-Tutorial
 

Recently uploaded

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ssuser89054b
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
amitlee9823
 
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
ankushspencer015
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
dollysharma2066
 
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoorTop Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
dharasingh5698
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
dharasingh5698
 

Recently uploaded (20)

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.ppt
 
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoorTop Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
 
NFPA 5000 2024 standard .
NFPA 5000 2024 standard                                  .NFPA 5000 2024 standard                                  .
NFPA 5000 2024 standard .
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 

Ajenti control panel

  • 1. Ajenti Control Panel CHACHENG OO Sr. System Engineer DBL Group BGMEA Complex( 12th Floor )| 23/1 Panthapath Link Road | Karwan Bazar | Dhaka-1215 | Bangladesh | Cell: +8801755647625 Personel: +8801812490773 | Skype ID : chacheng.oo | E-mail : chacheng@dbl-group.com Per : chacheng.oo@gmail.com or chacheng.oo@yahoo.com Web : www.dbl-group.com Install Ajenti Control Panel on a CentOS Server Login to your server as user ‘root’ : # ssh root@hostname Update your CentOS 6.5 VPS using the yum package manager. # yum update -y # yum upgrade -y We need to enable EPEL repo because Ajenti package is not available by default. Enter the following commands: # wget http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm # rpm -ivh epel-release-6-8.noarch.rpm Done. We added the EPEL repo on our server. Next, we need to download and install Ajenti’s official repository by using the following commands: # wget http://repo.ajenti.org/ajenti-repo-1.0-1.noarch.rpm # rpm -i ajenti-repo-1.0-1.noarch.rpm Now, let’s install Ajenti Control Panel. # yum install ajenti -y # service ajenti restart NO NEEDED Done, we have installed Ajenti. But since we also want to have Nginx, PHP-fpm, Exim etc… we need to install the Ajenti V plugin suite. Ajenti V comes in form of small packages. Currently available packages include: ajenti-v (main package) ajenti-v-mail (Exim and Courier mail) ajenti-v-mysql (MySQL DB support) ajenti-v-php-fpm (PHP support via PHP-FPM) ajenti-v-ruby-unicorn (Rails support via Unicorn) ajenti-v-ruby-puma (Rails support via Puma)
  • 2. Ajenti Control Panel ajenti-v-ftp-pureftpd (FTP support via PureFTPd) ajenti-v-nginx (NGINX webserver support) ajenti-v-python-gunicorn (Python WSGI support via gunicorn) ajenti-v-nodejs (Node.js support) If you have Apache or Postfix/Sendmail installed and you don’t use them, remove them first. # yum remove httpd postfix sendmail …............................................................................................ Install Ajenti-V with the packages according to your needs. # yum install ajenti-v ajenti-v-nginx ajenti-v-mail ajenti-v-mysql ajenti-v-php-fpm php-mysql Common issues: If you get a ‘[Errno -1] Package does not match intended download’ error you will need to clean the metadata. # yum clean metadata Then proceed with the installation. # yum install ajenti-v ajenti-v-nginx ajenti-v-mail ajenti-v-mysql ajenti-v-php-fpm php-mysql Usually, CentOS blocks port 8000 with firewall. Run the following to unblock port temporarily. # iptables -A INPUT -p tcp --dport 8000 -j ACCEPT We have successfully installed Ajenti control panel with it’s plugin suite Ajenti-V. The Ajenti control panel will be available on HTTPS port 8000 by default. Open your favorite browser and navigate to https://yourdomain.com:8000 or https://server-ip:8000. The default username is root, and the password is admin. CHACHENG OO Sr. System Engineer DBL Group BGMEA Complex( 12th Floor )| 23/1 Panthapath Link Road | Karwan Bazar | Dhaka-1215 | Bangladesh | Cell: +8801755647625 Personel: +8801812490773 | Skype ID : chacheng.oo | E-mail : chacheng@dbl-group.com Per : chacheng.oo@gmail.com or chacheng.oo@yahoo.com Web : www.dbl-group.com