English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
We choose VPS, server host generally used to build websites, since we need to build a website, it is definitely necessary to install the website environment. This is different from the virtual host we usually use, because the virtual host is generally provided by merchants with cPanel or DA panel directly to add sites for website building use, while VPS requires us to install the Linux VPS management panel (or the corresponding one for Windows) or use one-click package compilation and installation.
In this article, Maizi is preparing to collect domestic and foreign VPS management panels. If we really have to collect each one, we can find at least dozens of them, but we usually use only a few. For our users, it is familiar1-2is also enough, because we are to achieve the environment, not to study in depth, so we are the same as everyone else, looking for popular panels or one-click packages.
First, commonly used free Linux VPS management panel
Note: If we like a visual interface for adding sites and databases, similar to the cPanel panel we use, such as a WEB interface, then we need to install a WEB management panel. Here we have familiar ones such as AHM, WDCP, BT Baota, VestaCP.
1, AMH panel
In the past, Maizi also liked to use the AMH panel, and to be honest, it was quite good at the beginning, up to AMH4.2The version has always been free, but from the subsequent versions, it is required to pay, with the minimum payment being6for one month. The free version of the software has a lower version number, but the basic website building functions are still sufficient.
wget http://amh.sh/file/AMH/4.2/amh.sh && chmod 775 amh.sh && ./amh.sh 2>1 | tee amh.log
The above is free AMH4.2version installation, if you need new versions of PHP, MYSQL, NGINX, etc., you need to pay for it5version .x, or we can choose other management panels.
2、WDCP panel
WDCP users are still quite a lot, and have been upgraded to WDCP3.1version can install new MYSQL5.7、PHP7.1Waiting for new version software, and the back-end interface has also been restructured, with a fairly good experience. For website building, personally, I think it's great, but the new3.1The version does not have RPM quick installation, and the default installation takes a little longer.
wget http://dl.wdlinux.cn/files/lanmp_v3.1.tar.gz tar zxvf lanmp_v3.1.tar.gz sh lanmp.sh Default installation sh lanmp.sh cus Custom installation
We can install it with one click by default. If you need to specify special versions of PHP, MYSQL, etc., you need to use custom installation.
3、BT Baota panel
BT Baota panel is a new panel that has emerged in the past half year and seems to be increasing in popularity among users. This panel has developed due to the factors of charging for previous domestic panels and the lack of timely updates. Currently, it has two versions, LINUX and WINDOWS, and updates are quite timely, with one update per week.
yum -y install screen wget && screen -S bt wget -O install.sh http://103.224.251.79:5880/src/install.sh && sh install.sh
Currently, Linux systems in CentOS 6.x/7is compatible with .x environment installation, and other environments are not supported.
4、VestaCP panel
VestaCP is an overseas panel, there are many overseas panels, but there are quite a lot of user documents and discussions about VestaCP panel. If we need to experience overseas panels, it is recommended to use this panel with more users.
curl -O http://vestacp.com/pub/vst-install.sh bash vst-install.sh
Can set the Chinese interface language.
Second, commonly used free Linux VPS management one-click package
Note: One-click package or compiled installation, different from the WEB panel is that there is no visual interface. Any site addition and management are operated through SSH client connections. The advantage is that it saves resources, at least the security of the WEB panel does not need to be considered.
1、LNMP
screen -S lnmp wget -c http://soft.vpser.net/lnmp/lnmp1.3-full.tar.gz && tar zxf lnmp1.3-full.tar.gz && cd lnmp1.3-full && ./install.sh lnmp
Junge LNMP one-click package users are still quite a lot, whether from stability and the update frequency of software or quite good, updated once a year.
2、OneInstack
yum -y install wget screen curl python #for CentOS/Redhat # apt-get -y install wget screen curl python #for Debian/Ubuntu wget http://mirrors.linuxeye.com/oneinstack-full.tar.gz tar xzf oneinstack-full.tar.gz cd oneinstack screen -S oneinstack ./install.sh
OneInstack one-click package has emerged in the past one or two years. Compared with the LNMP one-click package, the functions are almost the same, but the software update frequency and the combination of environments are more, such as lnmp, lamp, lnamp, etc., which can be installed in combination.
In summary, Maizi has sorted out the free management panels and one-click package commands for installing the website environment in Linux vps according to our actual needs. It's all commonly used by users.
Statement: The content of this article is from the Internet, the copyright belongs to the original author, the content is contributed and uploaded by Internet users spontaneously, this website does not own the copyright, does not undergo artificial editing, and does not assume relevant legal liability. If you find any content suspected of copyright infringement, please send an email to notice#w3Please send an email to codebox.com (replace # with @ when sending email) to report violations, and provide relevant evidence. Once verified, this site will immediately delete the infringing content.