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 13 of 16
    • Jump to page:
  • Previous
  • 1
  • …
  • 11
  • 12
  • 13
  • 14
  • 15
  • 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 » Sat Feb 10, 2018 12:15 pm

mephivio wrote: ↑
Sat Feb 10, 2018 9:57 am
hi..
could you certify your script is compatible with last update 0.9.8-19 ?
Thanks
It sure is! :)
Top

efkosay
Posts: 3
Joined: Tue Mar 13, 2018 11:50 pm

Os: Ubuntu 15x
Web: apache + nginx
Re: [HOWTO] Install CSF + Use it's GUI in VestaCP
  • Quote

Post by efkosay » Wed Mar 14, 2018 6:46 am

hello, I have a clean installation of ubuntu 16.xx + vestacp + CSF. after installing CSF, it works for me. But iptables does not work. I have tried reinstall iptables, but in vain. I installed a vest cp 19. on vestacp version 17 and 18 I also installed CSF and I had the same problem. any advice how to fix iptables? :(
Top

efkosay
Posts: 3
Joined: Tue Mar 13, 2018 11:50 pm

Os: Ubuntu 15x
Web: apache + nginx
Re: [HOWTO] Install CSF + Use it's GUI in VestaCP
  • Quote

Post by efkosay » Mon Mar 19, 2018 6:51 pm

efkosay wrote: ↑
Wed Mar 14, 2018 6:46 am
hello, I have a clean installation of ubuntu 16.xx + vestacp + CSF. after installing CSF, it works for me. But iptables does not work. I have tried reinstall iptables, but in vain. I installed a vest cp 19. on vestacp version 17 and 18 I also installed CSF and I had the same problem. any advice how to fix iptables? :(
Repair broken IPTALBES (work for me) "ubuntu"

Code: Select all

v-stop-service iptables
v-start-service iptables
/usr/local/vesta/bin/v-start-service iptables
Top

efkosay
Posts: 3
Joined: Tue Mar 13, 2018 11:50 pm

Os: Ubuntu 15x
Web: apache + nginx
Re: [HOWTO] Install CSF + Use it's GUI in VestaCP
  • Quote

Post by efkosay » Mon Apr 09, 2018 6:20 am

Friends, have anyone tested the new version of the vesta ? "V20"
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 Apr 09, 2018 8:51 am

efkosay wrote: ↑
Mon Apr 09, 2018 6:20 am
Friends, have anyone tested the new version of the vesta ? "V20"
Yes it works :)
Top

LDPS
Posts: 15
Joined: Sun Jan 28, 2018 12:35 pm

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

Post by LDPS » Mon Apr 09, 2018 8:16 pm

Hello!
I whant add blocking IP when Failed enter in vestaCP 8083.

What i DO:

open. /etc/csf/regex.custom.pm
add after # "1" = n/temporary (n = number of seconds ...

PUT:
#vestacp
if (($globlogs{CUSTOM1_LOG}{$lgfile}) and ($line =~ /^\S+\s+\S+\s+\S+\s+\S+\s+failed to login/)) {
return ("Failed vestacp control-panel login from",$1,"VESTAloginAttempt","5","8083","60");
}

open /etc/csf/csf.conf
add where you find CUSTOM1_LOG

PUT:
CUSTOM1_LOG = "/var/log/vesta/auth.log"


IN log
2018-04-09 23:09:05 111 77.74.187.242 failed to login
2018-04-09 23:09:07 1 77.74.187.242 failed to login
2018-04-09 23:09:08 1 77.74.187.242 failed to login
2018-04-09 23:09:57 1 77.74.187.242 failed to login
2018-04-09 23:09:58 1 77.74.187.242 failed to login
2018-04-09 23:09:59 1 77.74.187.242 failed to login
2018-04-09 23:10:00 1 77.74.187.242 failed to login
2018-04-09 23:10:01 1 77.74.187.242 failed to login
2018-04-09 23:10:02 1 77.74.187.242 failed to login
2018-04-09 23:10:03 1 77.74.187.242 failed to login
2018-04-09 23:10:04 1 77.74.187.242 failed to login
2018-04-09 23:10:05 1 77.74.187.242 failed to login
2018-04-09 23:10:06 1 77.74.187.242 failed to login
2018-04-09 23:10:08 1 77.74.187.242 failed to login
2018-04-09 23:10:10 1 77.74.187.242 failed to login


but my IP dont block.
please help.
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 » Tue Apr 10, 2018 12:36 am

viewtopic.php?f=20&t=10209&p=62062#p62062
Top

LDPS
Posts: 15
Joined: Sun Jan 28, 2018 12:35 pm

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

Post by LDPS » Tue Apr 10, 2018 8:20 am

Yes, I did everything also. but the lock does not happen ...
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 Apr 11, 2018 12:09 pm

LDPS wrote: ↑
Tue Apr 10, 2018 8:20 am
Yes, I did everything also. but the lock does not happen ...
Show me your new code. moucho code works for me.

@moucho can I add your code(s) to my Github? :)
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 » Wed Apr 11, 2018 9:48 pm

SS88 wrote: ↑
Wed Apr 11, 2018 12:09 pm
@moucho can I add your code(s) to my Github? :)
Sure! :)
Top


Post Reply
  • Print view

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