Last update at :2024-06-21,Edit by888u
Ajenti, an open source Web management panel, is suitable for Linux systems. It has complete functions and has been developed for many years. It is rich in functions and suitable for all types of Linux systems.
Supports Debian, Ubuntu, CentOS, Redhat, FreeBSD, etc. The latest version of the system is recommended.
It is recommended to use Ajenti 1, which contains various website building components; Ajenti 2 is too lightweight, but you can make your own components.
1. Installation and use of Ajenti 1, taking Centos7 as an example
Need to configure Ajenti V (website management) for use. 1. Install relevant components
wget ftp://ftp.pbone.net/mirror/ftp5.gwdg.de/pub/opensuse/repositories/home:/pstorz:/eric/RedHat_RHEL-6/noarch/python-chardet-2.1.1-25.1.noarch .rpm wget ftp://ftp.univie.ac.at/systems/linux/fedora/epel/6/i386/python-lockfile-0.8-3.el6.noarch.rpm rpm -ivh python-chardet-2.1.1-25.1.noarch.rpm rpm -ivh python-lockfile-0.8-3.el6.noarch.rpm2. Install Ajenti 1
a. centos6 system
curl https://raw.githubusercontent.com/Eugeny/ajenti/master/scripts/install-rhel.sh | sh
b. centos7 system
curl https://raw.githubusercontent.com/Eugeny/ajenti/master/scripts/install-rhel7.sh | sh
c, debian system
wget -O- https://raw.github.com/Eugeny/ajenti/master/scripts/install-debian.sh | sh
d. Ubuntu system
wget -O- https://raw.github.com/Eugeny/ajenti/master/scripts/install-ubuntu.sh | sudo sh
Browser access: https://IP:8000, user name is root, password is admin
3. Install Ajenti V
How to install Nginx, Mysql, PHP7.0
yum install ajenti-v ajenti-v-nginx ajenti-v-mysql ajenti-v-php7.0-fpm php7.0-mysql service ajenti restartAjenti V related help documents: https://support.ajenti.org/knowledge-bases/5-kb/categories/1-ajenti-v/articles
2. Installation of Ajenti 2, taking Centos7 as an example
1. Install related components Debian/Ubuntu system
sudo apt-get install build-essential python-pip python-dev python-lxml libffi-dev libssl-dev libjpeg-dev libpng-dev uuid-dev python-dbusRHEL/CentOS system
sudo yum install gcc python-devel python-pip libxslt-devel libxml2-devel libffi-devel openssl-devel libjpeg-turbo-devel libpng-devel dbus-python2. Automatically install Ajenti
curl https://raw.githubusercontent.com/ajenti/ajenti/master/scripts/install.sh | sudo bash -s -Browser access: IP: 8000, user name is root, password is root password
3. Install plug-in
a. Install NodeJS
# Using Ubuntu curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash - sudo apt-get install -y nodejs # Using Debian, as root curl -sL https://deb.nodesource.com/setup_7.x | bash - apt-get install -y nodejs # Using RHEL or centos, as root curl -sL https://rpm.nodesource.com/setup_7.x | bash - yum install nodejsb. Install build tools
npm -g install bower babel-cli babel-preset-es2015 babel-plugin-external-helpers less coffee-script angular-gettext-cli angular-gettext-tools # Ubuntu or Debian: apt-get install gettext #RHEL or CentOS yum install gettextc. Install ajenti-dev-multitool
pip install ajenti-dev-multitoold. Install plug-in
ajenti-dev-multitool --new-plugin "plugin name" cd plugin name ajenti-dev-multitool --build sudo ajenti-dev-multitool --run-devOfficial website: http://ajenti.org
Recommended site search: Japanese server rental Japanese server, free linux host, registered international domain name Guangzhou website registration, cloud server, Unicom virtual host, foreign virtual host, private server website space, Hong Kong server rental 99idc, domain name registration price,
p>
发表评论