Add Hestia Control Panel Support

Post Reply
martineliascz
Junior Member
Posts: 1
Joined: 07 Oct 2019, 10:43

Add Hestia Control Panel Support

Post 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
positivit
Junior Member
Posts: 1
Joined: 21 Oct 2020, 15:50

Re: Add Hestia Control Panel Support

Post by positivit »

+1 for me
David-Spring
Junior Member
Posts: 1
Joined: 16 Feb 2021, 13:49

Re: Add Hestia Control Panel Support

Post 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).
pavn
Junior Member
Posts: 1
Joined: 03 Jan 2022, 08:52

Re: Add Hestia Control Panel Support

Post 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
rrhode
Junior Member
Posts: 10
Joined: 18 May 2009, 21:08

Re: Add Hestia Control Panel Support

Post 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!
MAN5
Junior Member
Posts: 1
Joined: 24 Apr 2023, 16:44

Re: Add Hestia Control Panel Support

Post 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.
Post Reply