Vesta Control Panel - Forum

Community Forum

Skip to content

Advanced search
  • Quick links
    • Main site
    • Github repo
    • Google Search
  • FAQ
  • Login
  • Register
  • Board index Dev Section Modification & Patches
  • Search

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

Section with modification and patches for Vesta
Post Reply
  • Print view
Advanced search
151 posts
  • Page 6 of 16
    • Jump to page:
  • Previous
  • 1
  • …
  • 4
  • 5
  • 6
  • 7
  • 8
  • …
  • 16
  • Next
SS88
Posts: 336
Joined: Thu Nov 19, 2015 12:40 pm

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

Post by SS88 » Wed Jun 29, 2016 7:30 am

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?
Top

mephivio
Posts: 198
Joined: Thu Mar 27, 2014 7:35 am

Os: Debian 8x
Web: nginx + php-fpm
Re: [HOWTO] Install CSF + Use it's GUI in VestaCP
  • Quote

Post by mephivio » Sun Jul 10, 2016 10:57 am

Hi all
Does the script works with Vesta 0.9.8-16 ?
thanks
Top

SS88
Posts: 336
Joined: Thu Nov 19, 2015 12:40 pm

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

Post by SS88 » Sun Jul 10, 2016 11:22 am

mephivio wrote:Hi all
Does the script works with Vesta 0.9.8-16 ?
thanks
Yes it does.
Top

mephivio
Posts: 198
Joined: Thu Mar 27, 2014 7:35 am

Os: Debian 8x
Web: nginx + php-fpm
Re: [HOWTO] Install CSF + Use it's GUI in VestaCP
  • Quote

Post by mephivio » Mon Jul 18, 2016 5:11 pm

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)
Top

SS88
Posts: 336
Joined: Thu Nov 19, 2015 12:40 pm

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

Post by SS88 » Mon Jul 18, 2016 6:35 pm

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.
Top

SS88
Posts: 336
Joined: Thu Nov 19, 2015 12:40 pm

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

Post by SS88 » Tue Sep 13, 2016 12:20 pm

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;
}
Last edited by SS88 on Wed Sep 14, 2016 5:10 pm, edited 1 time in total.
Top

flanders
Posts: 11
Joined: Thu Jun 12, 2014 4:46 pm

Os: CentOS 6x
Web: nginx + php-fpm
Re: [HOWTO] Install CSF + Use it's GUI in VestaCP
  • Quote

Post by flanders » Wed Sep 14, 2016 4:57 pm

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.
Top

SS88
Posts: 336
Joined: Thu Nov 19, 2015 12:40 pm

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

Post by SS88 » Wed Sep 14, 2016 5:06 pm

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"?
Top

SS88
Posts: 336
Joined: Thu Nov 19, 2015 12:40 pm

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

Post by SS88 » Wed Sep 14, 2016 5:12 pm

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.
Top

flanders
Posts: 11
Joined: Thu Jun 12, 2014 4:46 pm

Os: CentOS 6x
Web: nginx + php-fpm
Re: [HOWTO] Install CSF + Use it's GUI in VestaCP
  • Quote

Post by flanders » Wed Sep 14, 2016 5:35 pm

Done, but the issue is continuing....


edit: SOLVED !

Thanks for your support!
Top


Post Reply
  • Print view

151 posts
  • Page 6 of 16
    • Jump to page:
  • Previous
  • 1
  • …
  • 4
  • 5
  • 6
  • 7
  • 8
  • …
  • 16
  • Next

Return to “Modification & Patches”



  • Board index
  • All times are UTC
  • Delete all board cookies
  • The team
Powered by phpBB® Forum Software © phpBB Limited
*Original Author: Brad Veryard
*Updated to 3.2 by MannixMD
 

 

cron

Login  •  Register

I forgot my password