Module for VSFTPD Server

SYSTEM INFORMATION
OS type and version Oracle Linux 8.8
Webmin version 2.105

I have VSFTPD install as a FTP server. I could not locate the module for vsftp on webmin. I found a URL, but it will not install

https://download.webmin.com/download/plugins/virtualmin-git.wbm.gz

Can anyone help me?

any chance you would consider changing over to ProFTPd ?

I would consider ProFTPD, but have never used it before. I need it for one user at one IP location only.

You’ve linked the virtualmin-git module, which has nothing to do with vsftpd. There is a vsftpd Virtualmin plugin, but that won’t work without Virtualmin (and you should not install Virtualmin just to manage an FTP server, as the vsftpd support is rudimentary at best, and long unmaintained).

If you don’t know how to configure vsftpd already, it seems like you’re going to a lot of trouble to use an FTP server you don’t have any reason to use over alternatives? I mean, if all you’ve done is dnf install vsftpd, you shouldn’t consider yourself tied to vsftpd.

ProFTPd is in the EPEL repos, and it has a full Webmin module (not just Virtualmin plugin) that is maintained. If you need to manage your FTP server in Webmin, you need to use an FTP server that has a Webmin module.

Thanks. I was familiar with vsftpd having used it for about 20 years. I though I remembered sometime in the past using Webmin to manage VSFTPD. Not a big deal, I may try ProFTPD, but may also just do the simple cli config for vsftpd.

1 Like

You can try this module that I have been working on: https://github.com/rdmark/vsftpd-webmin/releases/tag/2023-12-10

I needed a vsftpd webmin module for my own project and decided to take the time to revive this 2009 module. It took an overhaul of the codebase but I think it should work well now. Please let me know if you have any feedback!

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.