OneinStack: A Powerful One-Click LNMP Installer with PHP7 Support

OneinStackLNMP installationPHP7 supportLinux server managementvhost configuration
Published·Modified·

You are likely familiar with domestic host panels like AMH, WDCP, and Junge's LNMP, but recently a new one-click installation package called OneinStack has emerged. It is extremely powerful, supporting LAMP, LNMP, LNAMP, and LNMT (Tomcat) options during installation. Most importantly, it now supports PHP7, making it incredibly convenient for enthusiasts.

lnmp

This article will not cover how to install this one-click package, as the official documentation is sufficiently detailed. Please click here to view: LNMP, LAMP, LNMPA One-Click Installation Package. The author updates frequently and provides a Q&A community for user inquiries. This article mainly introduces the relevant configuration files and services to facilitate usage.

Related Configuration Files

Apache host configuration file: /usr/local/apache/conf/vhost
Nginx host configuration file: /usr/local/nginx/conf/vhost

Related Commands

./vhost.sh             # Add host
./vhost.sh del         # Delete host
./pureftpd_vhost.sh    # Add FTP
PHPmyadmin: http://IP/phpMyAdmin/
service nginx {start|stop|status|restart|reload|configtest}
service mysqld {start|stop|restart|reload|status}
service php-fpm {start|stop|restart|reload|status}
service httpd {start|restart|stop}
service supervisord {start|stop|status|restart|reload}
service pureftpd {start|stop|restart|status}
service redis-server {start|stop|status|restart|reload}
service memcached {start|stop|status|restart|reload}
./upgrade.sh      ## Update version
./uninstall.sh    ## Uninstall
Reinstall:
./uninstall.sh    # Please backup data before uninstalling; the author is not responsible for data loss
./install.sh      # Install again

The latest version supports PHP7 installation. I tested it on Vultr and noticed a significant performance boost with PHP7. Running WordPress was also incredibly fast. Enthusiasts are encouraged to try OneinStack.

Author's Blog: Linux Operations Notes