How to DISABLE a service?

I’m kinda blown away.
I STOP a service.

Then I reboot, and it’s STARTED again.

Is there a way, in the GUI to PERMANENTLY DISABLE a service like VSFTP?

I’ll go ahead and vote for ANYONE that is on board with ‘banning FTP everywhere’.

It’s OK. I’ll go flatten the machine again.

AFAIK, no, there is nothing to disable a service from Hestia’s Web UI but command line is your friend :wink:

systemctl disable vsftpd.service
systemctl stop vsftpd.service
v-change-sys-config-value FTP_SYSTEM ''

You can also purge the package:

apt purge vsftpd

Thank you. I just detest FTP servers.

1 Like

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