Page 6 of 16

Re: [HOWTO] Install CSF + Use it's GUI in VestaCP

Posted: Wed Jun 29, 2016 7:30 am
by SS88
Hi Moucho,

Just re-run my script and it will work again.


moucho wrote:Since CSF versión 9.0 the frontend ui for VestaCP isn't working anymore.

According to their changelog, one of the features is:
"Convert csfui.pl, csfuir.pl and cseui.pl to perl modules and modify the calling UI specific scripts"

The template for VestaCP calls csfui.pl , but this perl script is no loger used, and moving it from his src/old folder to /usr/local/csf/bin doesn't work either.

Have anyone been able to make it work with this new feature, and if not do anyone have an older versión of csf (8.26 should be great) that can be shared here so we could continue to use it on VestaCP?

Re: [HOWTO] Install CSF + Use it's GUI in VestaCP

Posted: Sun Jul 10, 2016 10:57 am
by mephivio
Hi all
Does the script works with Vesta 0.9.8-16 ?
thanks

Re: [HOWTO] Install CSF + Use it's GUI in VestaCP

Posted: Sun Jul 10, 2016 11:22 am
by SS88
mephivio wrote:Hi all
Does the script works with Vesta 0.9.8-16 ?
thanks
Yes it does.

Re: [HOWTO] Install CSF + Use it's GUI in VestaCP

Posted: Mon Jul 18, 2016 5:11 pm
by mephivio
Hi
During the backup process, i have at the end a ftp to a remote server in passive mode
when csf is enabled, i obtain some timeout and the ftp doesn't work
if i disable csf all works fine.. any idea ?
(i have of course indicate my passive range in the csf conf file)

Re: [HOWTO] Install CSF + Use it's GUI in VestaCP

Posted: Mon Jul 18, 2016 6:35 pm
by SS88
mephivio wrote:Hi
During the backup process, i have at the end a ftp to a remote server in passive mode
when csf is enabled, i obtain some timeout and the ftp doesn't work
if i disable csf all works fine.. any idea ?
(i have of course indicate my passive range in the csf conf file)
Can you post your CSF config?

One thing to try is put the IP Addressof the FTP in the CSF allow list and this will make it work.

Re: [HOWTO] Install CSF + Use it's GUI in VestaCP

Posted: Tue Sep 13, 2016 12:20 pm
by SS88
The script has been updated because there was a security flaw.

Please re-install the script using
wget https://vestacp.ss88.uk/Install_CSF_on_ ... Install.sh
chmod 777 ./Install.sh
sudo ./Install.sh
For those who would prefer to fix the security bug, please add the following after include($_SERVER['DOCUMENT_ROOT']."/inc/main.php"); (line 6) in the file /usr/local/vesta/web/list/csf/index.php

Code: Select all

// Check user
if ($_SESSION['user'] != 'admin') {
    header("Location: /list/user");
    exit;
}

Re: [HOWTO] Install CSF + Use it's GUI in VestaCP

Posted: Wed Sep 14, 2016 4:57 pm
by flanders
hi,

I have a issue after the Vesta upgrade to release 16. your script has stopped to work.
I installed your last version (13 september). In the vesta panel is displayed the text CSF but when I click the link is

https://xxxxxxxxxxxx.com:8083/list/user/

For 1 second is displayed https://xxxxxxxxxxxx.com:8083/list/csf/ but it changes immediately.

I can't see the CSF settings !

I use Centos 7.

Re: [HOWTO] Install CSF + Use it's GUI in VestaCP

Posted: Wed Sep 14, 2016 5:06 pm
by SS88
flanders wrote:hi,

I have a issue after the Vesta upgrade to release 16. your script has stopped to work.
I installed your last version (13 september). In the vesta panel is displayed the text CSF but when I click the link is

https://xxxxxxxxxxxx.com:8083/list/user/

For 1 second is displayed https://xxxxxxxxxxxx.com:8083/list/csf/ but it changes immediately.

I can't see the CSF settings !

I use Centos 7.

Are you logged in as "Admin"?

Re: [HOWTO] Install CSF + Use it's GUI in VestaCP

Posted: Wed Sep 14, 2016 5:12 pm
by SS88
flanders wrote:hi,

I have a issue after the Vesta upgrade to release 16. your script has stopped to work.
I installed your last version (13 september). In the vesta panel is displayed the text CSF but when I click the link is

https://xxxxxxxxxxxx.com:8083/list/user/

For 1 second is displayed https://xxxxxxxxxxxx.com:8083/list/csf/ but it changes immediately.

I can't see the CSF settings !

I use Centos 7.
Please re-download or view updated post here: viewtopic.php?f=20&t=10209&p=50268#p50268

Including the code should be after line 6, not line 3.

Re: [HOWTO] Install CSF + Use it's GUI in VestaCP

Posted: Wed Sep 14, 2016 5:35 pm
by flanders
Done, but the issue is continuing....


edit: SOLVED !

Thanks for your support!