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 5 of 16
    • Jump to page:
  • Previous
  • 1
  • …
  • 3
  • 4
  • 5
  • 6
  • 7
  • …
  • 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 » Mon Mar 07, 2016 12:43 pm

leisegang wrote:Now i just get this:
NO LANGUAGE DEFINED

when trying to log in at the server web panel at port 8083
Not firewall issue, please see here: viewtopic.php?f=10&t=10174#p36759
Top

leisegang
Posts: 64
Joined: Mon Feb 29, 2016 7:24 pm

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

Post by leisegang » Mon Mar 07, 2016 1:31 pm

i got in with changing domain name iin url in firefox. but thats weird.

Anything i should do in CSF to have it optimal?
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 Mar 07, 2016 1:36 pm

leisegang wrote:i got in with changing domain name iin url in firefox. but thats weird.

Anything i should do in CSF to have it optimal?
Settings depend per user, just make sure Vesta's port is in the settings.
Top

hafeezksa
Posts: 81
Joined: Mon Apr 27, 2015 5:45 pm
Contact:
Contact hafeezksa
Website

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

Post by hafeezksa » Wed Mar 09, 2016 10:35 am

I am receiving a lot of messages "Suspicious process running under user... " in my email , Which option should be disable in conf. in order to ignore it?
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 Mar 09, 2016 1:12 pm

hafeezksa wrote:I am receiving a lot of messages "Suspicious process running under user... " in my email , Which option should be disable in conf. in order to ignore it?
PT_LIMIT = 0
Top

hafeezksa
Posts: 81
Joined: Mon Apr 27, 2015 5:45 pm
Contact:
Contact hafeezksa
Website

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

Post by hafeezksa » Thu Mar 10, 2016 7:15 am

SS88 wrote:
hafeezksa wrote:I am receiving a lot of messages "Suspicious process running under user... " in my email , Which option should be disable in conf. in order to ignore it?
PT_LIMIT = 0
ya, I already do it "0" but still receiving alerts in email.
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 » Thu Mar 24, 2016 1:15 pm

hafeezksa wrote:
SS88 wrote:
hafeezksa wrote:I am receiving a lot of messages "Suspicious process running under user... " in my email , Which option should be disable in conf. in order to ignore it?
PT_LIMIT = 0
ya, I already do it "0" but still receiving alerts in email.

Did this work for you? I did the same but it was still sending me e-mails from like 30 minutes ago so essentially the email server got them 'backed up' .
Top

hafeezksa
Posts: 81
Joined: Mon Apr 27, 2015 5:45 pm
Contact:
Contact hafeezksa
Website

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

Post by hafeezksa » Thu Mar 24, 2016 8:56 pm

SS88 wrote:
hafeezksa wrote:
SS88 wrote:
PT_LIMIT = 0
ya, I already do it "0" but still receiving alerts in email.

Did this work for you? I did the same but it was still sending me e-mails from like 30 minutes ago so essentially the email server got them 'backed up' .
Now its ok after adding process in /etc/csf/csf.pignore all of my emails was from imap-login process
so I add "exe: /usr/libexec/dovecot/imap-login" in csf.pignore file and restart csf-r
Top

Phantro
Posts: 15
Joined: Fri Jun 17, 2016 12:08 pm

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

Post by Phantro » Sun Jun 19, 2016 2:25 am

SS88 wrote:...
SS88, you are the best!

I hope the gods bless you!

---------------------------

The settings below, will make your Ubuntu 14.04 to block for 1 day (86400 seconds) IPs of that try more then 5 times wrong password.

Go in config settings, and change:

Code: Select all

RESTRICT_UI = from 1 to 0
Save it, and then you will be able to change this other settings:

Code: Select all

SMTPAUTH_LOG  = /var/log/exim4/mainlog
POP3D_LOG = /var/log/dovecot.log
IMAPD_LOG = /var/log/dovecot.log

Code: Select all

LF_POP3D = 5
LF_POP3D_PERM = 86400

LF_IMAPD = 5
LF_POP3D_PERM = 86400
These settings maybe can work with other linux distros, you just should find the correct log files.
I don't know what is the correct file for FTP because I'm not using FTP server, but if you want to block brute force over FTP, you should find the log file and configure in the same way of I posted above.

Other good settings, is to enable CSF lfd Blocklists. In the main page of CSF, find this button, and comment out lines with block lists (remove the #). After do it, go in configurations and use Safe Chain update = 1 to fast load these lists. This will block MILLIONS of spammers and hack IPs.

Thank you and sorry about my bad english, it's not my main language and I never use google translator! I just type it =P
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 Jun 28, 2016 5:46 pm

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


Post Reply
  • Print view

151 posts
  • Page 5 of 16
    • Jump to page:
  • Previous
  • 1
  • …
  • 3
  • 4
  • 5
  • 6
  • 7
  • …
  • 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