How to create a new ftp user?

21,294

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.

Share:
21,294

Related videos on Youtube

Rafał Cieślak
Author by

Rafał Cieślak

Updated on September 18, 2022

Comments

  • Rafał Cieślak
    Rafał Cieślak almost 2 years

    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 ?

  • brasofilo
    brasofilo over 10 years
    I still haven't found how to setup FTP users, but am kind of not believing what Webmin is showing to me... awesome!
  • Goose
    Goose over 7 years
    I use Webmin and always have trouble figuring out how to set up an FTP user. This answer should explain the part after installing Webmin.