Page 1 of 1

Add Hestia Control Panel Support

Posted: 07 Oct 2019, 19:51
by martineliascz
Hestia CP is fork of Vesta CP.

Vesta CP - Support added in CSF v13.05 (changelog)
Hestia CP - Support will be added in which CSF version?

I was able to get CSF working on Hestia CP using the following simple sed snippet (from within the install directory):

Code: Select all

find . -type f -exec sed -i 's/VESTA/HESTIA/g' {} + && \
find . -type f -exec sed -i 's/Vesta/Hestia/g' {} + && \
find . -type f -exec sed -i 's/vesta/hestia/g' {} + && \
rename 's/VESTA/HESTIA/' * && \
rename 's/vesta/hestia/' *
There are no extra changes needed, other than string ones: "VESTA" -> "HESTIA".

Hestia CP guys are working hard to improve the fork with focus on design, quality, and reliability.
Anyone from Hestia community here? Raise your hand if you would find the CSF support beneficial.

BR, Martin

Re: Add Hestia Control Panel Support

Posted: 21 Oct 2020, 17:41
by positivit
+1 for me

Re: Add Hestia Control Panel Support

Posted: 16 Feb 2021, 13:52
by David-Spring
Thanks for producing such a great Firewall. I am also hoping CSF will add support for Hestia (and that Hestia will then make CSF one of the default install options).

Re: Add Hestia Control Panel Support

Posted: 03 Jan 2022, 08:57
by pavn
Please add Hestiacp Support. I used Vestacp earlier but now has shifted to Hestiacp on all my VPS. THis is much better than Vesta

Re: Add Hestia Control Panel Support

Posted: 19 Jan 2023, 21:11
by rrhode
Hello,

I've used CSF for years and was checking out HestiaCP and I'm surprised there isn't support built into CSF for it yet, especially since there is support for VestaCP already and since HestiaCP is based on VestaCP. This seems like it would be very easy to add. HestiaCP seems like a very nice panel so far. Please add support for it!

The HestiaCP community has a big post here with more info such as adding a button into HestiaCP for CSF:
https://forum.hestiacp.com/t/how-to-csf ... tia-cp/227

Thank you!

Re: Add Hestia Control Panel Support

Posted: 24 Apr 2023, 16:47
by MAN5
The latest Hestiacp v1.7.3 panel file names are changed. The below link has the latest working script . tested with Hestiacp v1.7.3
Ref : https://vvcares.com/blog/how-to-install ... -firewall/

Download the script from vvcares-github repo
It will check if there is an existing CSF installation in ‘/etc/csf/’.
If exists, it will proceed to just add the CSF link button into your ‘hestiacp panel > only in main admin dashboard’ & Exit.
If not exist, it will install fresh/new CSF & add the hestiacp backend port into ‘CSF > CONF > TCP_IN’
Exit.