FTP added after instalation

Hi all,
I followed these instructions and everything seemed to go fine.
If I run systemctl status vsftpd it says that it’s running. However, I don’t see it on the GUI on the /list/server/ page.
Can anyone help please? I need to set an ftp account.
Thanks in advance

Hi @hribeiro

Execute this and try again:

v-change-sys-config-value FTP_SYSTEM vsftpd
1 Like

That was it! Thanks! You are amazing. Perhaps it would make sense to edit the original post to include this command as well?

That step is in the other post but doing it with other commands:

# Change FTP_SYSTEM variable
sed -i "s/FTP_SYSTEM=.*/FTP_SYSTEM='vsftpd'/g" "$HESTIA"/conf/hestia.conf
echo "FTP_SYSTEM variable changed to vsftpd in hestia.conf"
1 Like