DirectAdmin not automatic create FTP account

defomaz

Verified User
Joined
Jun 26, 2008
Messages
130
Hii all,

this is my first time install DA,

i have succeed do directadmin installation, but when i try creating admin account in DA Admin panel FTP account not automatic created.

i use this script http://help.directadmin.com/item.php?id=205 for manually add to /etc/proftpd.passwd

here is the result :

[root@iserver users]# ./fix_ftp.sh
super:$1$vclORWva$spJrWP/734JVQ/XzKYnfc/:906:906:system:/home/super:/bin/false

then i try this
./fix_ftp.sh >> /etc/proftpd.passwd

can you all help me, how to automatic create FTP account? and it's usually automatic created right?
 
Hello,

System ftp accounts are only created when a domain is created at their User Level. Since by default, "Admin" accounts don't have domains, there is no default ftp account. Create a domain to add the account. You can delete the domain after if you want, the ftp should stay.

John
 
oh... sory, yes it's working when i add domain name.

Thank You very much.
 
Back
Top