Nginx Autoinstaller provide script to install pureFTP with MySQL support and a GUI, where you can create ftp accounts easily.
- How to install Nginx,MySQL,PHP using LNMP-Nginx Autoinstaller
- How to upgrade Nginx to latest version
- How to upgrade php to latest version
- PhpMyAdmin with Nginx Autoinstaller
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
root@venus:~/lnmp0.8-full# ./pureftpd.sh ========================================================================= Pureftpd for LNMP V0.8 , Written by Licess ========================================================================= LNMP is a tool to auto-compile & install Nginx+MySQL+PHP on Linux This script is a tool to install pureftpd for lnmp For more information please visit http://www.lnmp.org Usage: ./pureftpd.sh ========================================================================= Please input your root password of mysql:****** =========================== Your root password of mysql was:****** =========================== Please input password of User manager:******* =========================== Your password of User manager was:****** =========================== Please input password of mysql ftp user:****** Press any key to start install Pure-FTPd... Start download files... --2012-07-22 21:16:45-- http://soft.vpser.net/ftp/pure-ftpd/pure-ftpd-1.0.35.tar.gz Resolving soft.vpser.net... 96.44.153.111 Connecting to soft.vpser.net|96.44.153.111|:80... connected. HTTP request sent, awaiting response... 416 Requested Range Not Satisfiable The file is already fully retrieved; nothing to do. --2012-07-22 21:16:45-- http://soft.vpser.net/ftp/pure-ftpd/User_manager_for-PureFTPd_v2.1_CN.zip Resolving soft.vpser.net... 96.44.153.111 Connecting to soft.vpser.net|96.44.153.111|:80... connected. HTTP request sent, awaiting response... 416 Requested Range Not Satisfiable The file is already fully retrieved; nothing to do. Start install pure-ftpd... pure-ftpd-1.0.35/ pure-ftpd-1.0.35/aclocal.m4 pure-ftpd-1.0.35/AUTHORS pure-ftpd-1.0.35/ChangeLog pure-ftpd-1.0.35/compile . . . |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
Modify parameters of GUI User manager for PureFTPd... --2012-07-22 21:17:11-- http://soft.vpser.net/lnmp/ext/init.d.pureftpd Resolving soft.vpser.net... 96.44.153.111 Connecting to soft.vpser.net|96.44.153.111|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 1253 (1.2K) [application/octet-stream] Saving to: `init.d.pureftpd' 100%[===================================================================>] 1,253 --.-K/s in 0s 2012-07-22 21:17:12 (172 MB/s) - `init.d.pureftpd' saved [1253/1253] update-rc.d: using dependency based boot sequencing ======================================================================= Starting pureftpd... Starting Pure-FTPd: Running: /usr/local/pureftpd/sbin/pure-ftpd --daemonize -A -c50 -B -C5 -D -E -fftp -H -I15 -lmysql:/usr/local/pureftpd/pureftpd-mysql.conf -lunix -L2000:8 -m4 -p20000:30000 -s -U133:022 -u100 -k99 -Z ======================================================================= Install Pure-FTPd completed,enjoy it! Now you enter http://youdomain.com/ftp/ in you Web Browser to manager FTP users Your password of User manager was:***** Your password of mysql ftp user was:****** ======================================================================= Install Pure-FTPd for LNMP V0.8 , Written by Licess ======================================================================= LNMP is a tool to auto-compile & install Nginx+MySQL+PHP on Linux This script is a tool to install Pure-FTPd for lnmp For more information please visit http://www.lnmp.org ======================================================================= |
FTP GUI is in Chinese language by default, you can change language by editing
1 |
root@venus:~# nano -w /home/wwwroot/ftp/config.php |
and replace
1 |
$LANG = "Chinese"; |
with
1 |
$LANG = "English"; |
Comment Policy:
Your words are your own, so be nice and helpful if you can. Please, only use your real name, not your business name or keywords. Using business name or keywords instead of your real name will lead to the comment being deleted. Anonymous commenting is not allowed either. Limit the amount of links submitted in your comment. We accept clean XHTML in comments, but don't overdo it please.