In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-04 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/02 Report--
Ajenti is a very powerful foreign lightweight Linux server management panel, using Python architecture, modification extension is very simple, including Apache, scheduled tasks (Cron), file system, firewall, MySQL, Nginx, Munin, Samba, FTP and Squid and other practical plug-ins, more suitable for building a small server management environment.
Ajenti V is an Ajenti Virtual Hosting Management Panel plugin, a bit similar to Virtualmin under Webmin, Ajenti V can be used to create and manage virtual hosts, facilitate website construction, and manage website operations. Ajenti can add Widgets, so that you can quickly monitor and manage the running status of various indicators of the server. The user interface is friendly, and non-professional personnel can also quickly get started.
From the use of Ajenti process, Ajenti background interactive interface, is a bright spot; installation deployment less than a minute, is a major feature; powerful server indicators monitoring, is a unique feature. BIND9, CSF Firewall, DHCP Server, Memcache, PostgreSQL, S.M.A.R.T. and other plug-ins can be installed online, eliminating the trouble of configuring yourself.
Ajenti Open Source Free Server Admin Panel and Ajenti V Web Hosting Panel: Installation and Usage Tutorials
I. Ajenti Installation Deployment Method
1. Ajenti official website:
Official homepage: ajenti.org/
Debian automatic installation (requires Debian 6 or above, if Debian 5 requires Python 2.6 installed):
wget -O- https://raw.github.com/Eugeny/ajenti/master/scripts/install-debian.sh | sh
Debian manual installation:
wget http://repo.ajenti.org/debian/key -O- | apt-key add -echo "deb http://repo.ajenti.org/debian main main debian" >> /etc/apt/sources.listapt-get update && apt-get install ajentiservice ajenti restart
4, Ubuntu automatic installation:
wget -O- https://raw.github.com/Eugeny/ajenti/master/scripts/install-ubuntu.sh | sudo sh
Ubuntu manual installation:
wget http://repo.ajenti.org/debian/key -O- | sudo apt-key add -sudo echo "deb http://repo.ajenti.org/ng/debian main main ubuntu" >> /etc/apt/sources.listsudo apt-get update && sudo apt-get install ajentisudo service ajenti restartufw allow 8000
6, CentOS/RHEL automatic installation:
curl https://raw.githubusercontent.com/Eugeny/ajenti/master/scripts/install-rhel.sh | sh #CentOS 6 / RHEL6curl https://raw.githubusercontent.com/Eugeny/ajenti/master/scripts/install-rhel7.sh | sh #CentOS 7 / RHEL7
7. CentOS/RHEL manual installation:
wget http://repo.ajenti.org/ajenti-repo-1.0-1.noarch.rpm rpm -i ajenti-repo-1.0-1.noarch.rpmyum install ajentiservice ajenti restart
8, wrong solution:
yum clean metadata #Package does not match intended downloadiptables -A INPUT -p tcp --dport 8000 -j ACCEPT #CentOS / RHEL 6 Unable to open port 8000 firewall-cmd --permanent --zone=public --add-port=8000/tcp #CentOS / RHEL 7 Unable to open port 8000 firewall-cmd --reload
9. The installation process of Ajenti takes less than one minute, and the default account and password are root and Admin.
10. The background access address is https://ip:8000.
II. Use of Ajenti Management
1. The first time to use Ajenti, after logging in, change the default password in the configuration.
2. Ajenti has Chinese language. You can switch Ajenti to Chinese in configuration.
3. This is Ajenti's management panel. On the left is the server function navigation bar, and on the right is the detailed operation of each function. (Click to enlarge)
4. You can set server access ports, SSL Certificates, add and delete users, etc. in "General Information" of "Configuration." (Click to enlarge)
5. In the Plug-in section of Configuration, you can configure the plug-in.
6, Ajenti's control panel can add some gadgets, these gadgets can read and write disk speed, CPU usage status, memory remaining and so on.
Third, Ajenti server management functions
1, Ajenti is a server management panel, the biggest feature is to provide a lot of plug-ins, these plug-ins have Apache, Nginx, MysqL and so on, you can click online installation.
2, Ajenti part of the plug-in does not meet the installation conditions are not able to install, click the corresponding plug-in only show the installation button can be installed.
3. Ajenti provides a web-side operation interface. In the pop-up plug-in installation command line page, you can enter commands to execute installation.
4. Install Apache, Nginx, MysqL, etc. from the Ajenti plug-in list. Log in to Ajenti again to see the corresponding management options in Ajenti.
5, but Ajenti does not directly provide PHP plug-in installation, if you want to build LNMP or LAMP environment, you also need to manually install PHP, code:
ptitude install php5 php5-mysql libapache2-mod-php5apt-get install php5-curl php5-gd php5-intl php-pear php5-imagick php5-imap php5-mcrypt php5-memcache php5-ming php5-ps php5-pspell php5-recode php5-snmp php5-sqlite php5-tidy php5-xmlrpc php5-xsl
5. Ajenti's Cron can set timed tasks.
6, you can directly modify Ajenti NS server address.
You can also edit firewall rules. (Click to enlarge)
Ajenti provides a file manager that helps you manage your server files online.
IV. Ajenti V Virtual Host Management Panel Installation and Use
1. After installing Ajenti, execute the following command to install Ajenti V:
apt-get remove apache2apt-get install ajenti-v ajenti-v-nginx ajenti-v-mysql ajenti-v-php-fpm php5-mysqlservice ajenti restart
2. After the installation is completed, log in to Ajenti again, and you can see the "Website" management option in the sidebar.
3. Click to activate Ajenti V.
First, give the website a name.
5. This is the website management panel of Ajenti V, with website directory, domain name, port, SSL, MysqL and so on.
6. Domain name binding can be added in the "Domain Name" column.
7. SSL can add its own SSL Certificates.
8, in the "content" can be their own website PHP for a series of parameter configuration.
9, in Mysql is to add and manage Mysql database.
10. After the domain name is bound, you can go to the DNS management office of the domain name to transfer the A record resolution of the domain name to the Ajenti server.
11, open the domain name, you can see the domain name displayed by Ajenti default website page.
V. Summary of Ajenti and Ajenti V Panel Installation and Use
1. Ajenti is powerful, and the details show the difficulty of Ajenti. Whether you are a professional or a novice friend, you can easily use Ajenti to manage your own server.
2, Ajenti V virtual host management features are not many, but for building a blog or small website is basically enough, like ISPconfig so many features, may be difficult to accept at once.
summary
The above is the Ajenti open source free server management panel and Ajenti V virtual host panel introduced by Xiaobian. I hope to help you. If you have any questions, please leave a message to me. Xiaobian will reply to you in time. Thank you very much for your support!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.