Ilker Kaan Asked: 2012-03-21 08:00:58 +0800 CST2012-03-21 08:00:58 +0800 CST 2012-03-21 08:00:58 +0800 CST How to create a new ftp user? 772 I have 10.04 32bit dedicated server. just installed 10min ago. I need to create ftp and ssh accounts. I used to use cpanel in my old server. Are there any free panel? or how can I create ftp accounts ? server ftp webmin 2 Answers Voted SirCharlo 2012-03-21T08:35:33+08:002012-03-21T08:35:33+08:00 Try Webmin. echo "deb http://download.webmin.com/download/repository sarge contrib" >> /etc/apt/sources.list echo "deb http://webmin.mirror.somersettechsolutions.co.uk/repository sarge contrib" >> /etc/apt/sources.list wget http://www.webmin.com/jcameron-key.asc apt-key add jcameron-key.asc apt-get update apt-get install webmin Now, you can access Webmin by browsing to http://your-server:10000/.To login, use root's username and password. dibs 2012-05-22T13:19:50+08:002012-05-22T13:19:50+08:00 Set up an ftp server. http://ubuntuforums.org/showthread.php?t=79588 This has a full process of how to get your ftp user problem sorted.
Try Webmin.
Now, you can access Webmin by browsing to
http://your-server:10000/
.To login, use root's username and password.
Set up an ftp server.
http://ubuntuforums.org/showthread.php?t=79588
This has a full process of how to get your ftp user problem sorted.