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 12 of 16
    • Jump to page:
  • Previous
  • 1
  • …
  • 10
  • 11
  • 12
  • 13
  • 14
  • …
  • 16
  • Next
amitz
Posts: 46
Joined: Mon Nov 09, 2015 10:52 am

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

Post by amitz » Fri May 12, 2017 12:43 pm

Thanks, it installed now :)
Top

ServerHost
Posts: 25
Joined: Fri May 05, 2017 12:18 am

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

Post by ServerHost » Sat May 27, 2017 5:54 pm

Is there a regex for vesta, dovecot, exim, imap, pop3, smtp?
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 » Sat May 27, 2017 6:05 pm

ServerHost wrote:Is there a regex for vesta, dovecot, exim, imap, pop3, smtp?
Vesta = no .I can make one after memorial day.

Dovecot, exim, imap, pop3, smtp already installed.
Top

ServerHost
Posts: 25
Joined: Fri May 05, 2017 12:18 am

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

Post by ServerHost » Thu Jun 01, 2017 12:00 am

SS88 wrote:
ServerHost wrote:Is there a regex for vesta, dovecot, exim, imap, pop3, smtp?
Vesta = no .I can make one after memorial day.

Dovecot, exim, imap, pop3, smtp already installed.

Where I find?
Top

moucho
Posts: 12
Joined: Tue Jun 28, 2016 5:32 pm

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

Post by moucho » Sun Aug 06, 2017 2:55 pm

Firstly, you have to edit /etc/csf/csf.conf with the right log file for VestaCP:

Code: Select all

CUSTOM1_LOG = "/var/log/vesta/auth.log"
Then, if you want to block that IP for 1 hour (3 attemps):

Code: Select all

# vestacp
if (($globlogs{CUSTOM1_LOG}{$lgfile}) and ($line =~ /(\S+) failed to login/)) {
  return ("Login attempt to VestaCP from",$1,"VESTAloginAttempt","3","8083","3600");
}
Or if you want to block that IP permanently (5 attemps):

Code: Select all

# vestacp
if (($globlogs{CUSTOM1_LOG}{$lgfile}) and ($line =~ /(\S+) failed to login/)) {
  return ("Login attempt to VestaCP from",$1,"VESTAloginAttempt","5","8083","1");
}
Top

bdacus01
Posts: 5
Joined: Mon Aug 28, 2017 6:21 pm

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

Post by bdacus01 » Tue Aug 29, 2017 3:52 pm

I added Blocklists in LFD. Looks like perl-LWP-Protocol-https is not in the default install. You might want to add this to the install script.


In the mean time the fix this error is :

yum install perl-LWP-Protocol-https
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 » Fri Jan 05, 2018 11:04 am

Hi

will you update your script for the fresh new 0.9.8-18 ?
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 » Fri Jan 05, 2018 1:01 pm

mephivio wrote:Hi

will you update your script for the fresh new 0.9.8-18 ?
Thanks
Thanks for letting me know - yep - already works! I've updated my first post! :)
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 » Fri Jan 05, 2018 3:34 pm

Great !
Happy new year !
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 » Sat Feb 10, 2018 9:57 am

hi..
could you certify your script is compatible with last update 0.9.8-19 ?
Thanks
Top


Post Reply
  • Print view

151 posts
  • Page 12 of 16
    • Jump to page:
  • Previous
  • 1
  • …
  • 10
  • 11
  • 12
  • 13
  • 14
  • …
  • 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
 

 

Login  •  Register

I forgot my password