![]() |
|
[REQUEST] CSF install with Webgui - Printable Version +- Sentora Support Forums (https://senforums.mach-hosting.com) +-- Forum: Sentora Forum Archives (https://senforums.mach-hosting.com/forumdisplay.php?fid=5) +--- Forum: Sentora Public Support Forums v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=32) +---- Forum: 3rd Party Module Support v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=41) +---- Thread: [REQUEST] CSF install with Webgui (/showthread.php?tid=519) |
[REQUEST] CSF install with Webgui - Active8 - 10-25-2014 On the old forum there was a module to have a CSF Firewall install with a Webgui, now the old forum is gone i dont know the author anymore, i do have link to the old thread but isnt working anymore Is it possible to have this again (im asking this to the author who made that) RE: [REQUEST] CSF install with Webgui - Me.B - 10-25-2014 Code: cd /tmp&&wget http://configserver.com/free/csf.tgz&&tar xfz csf.tgz&&cd csf
bash install.shBy default testing is enabled. So you can disble it in /etc/csf/csf.conf set TESTING = “0″ csf -r Key config file: /etc/csf/csf.conf official site: http://www.configserver.com/cp/csf.html install instructions: http://download.configserver.com/csf/install.txt Another tutoral: http://www.liquidweb.com/kb/csf-config-server-firewall-installation/ RE: [REQUEST] CSF install with Webgui - TGates - 10-25-2014 (10-25-2014, 07:35 AM)Active8 Wrote: On the old forum there was a module to have a CSF Firewall install with a Webgui, now the old forum is gone i dont know the author anymore, i do have link to the old thread but isnt working anymore Can you remember if it was an older post, say before January? If so, I can look it up... RE: [REQUEST] CSF install with Webgui - Active8 - 10-25-2014 Dear Me B i do no how to install CSF, but this was script developed by someone from the community, and it was one single line of code, it was very handy, anyway thanks for your help @TGates I have a link to the old forum if its help ![]() forums.zpanelcp.com/Thread-ConfigServer-Firewall-w-GUI-Installer-CentOS-Ubuntu-SSL-Install-for-10-1-1?highlight=firewall RE: [REQUEST] CSF install with Webgui - Me.B - 10-25-2014 cd /tmp&&wget http://configserver.com/free/csf.tgz&&tar xfz csf.tgz&&cd csf&& bash install.sh in one line ;-) Any way RE: [REQUEST] CSF install with Webgui - Active8 - 10-26-2014 Hahah thanks but this wasnt the code of line i meant It was a installer like sentora installer with options and questions (like desired username &pass for the webgui) you could fill in and the script did the rest
RE: [REQUEST] CSF install with Webgui - dsystem - 01-11-2015 (10-25-2014, 07:35 AM)Active8 Wrote: On the old forum there was a module to have a CSF Firewall install with a Webgui, now the old forum is gone i dont know the author anymore, i do have link to the old thread but isnt working anymore Found what you're looking for. http://portaldohost.com.br/forum/topic/15740-tutorial-csf-interface-web-sem-cpaneldawebmin/ https://github.com/stokes84/ConfigServer-Firewall-Installer RE: [REQUEST] CSF install with Webgui - Active8 - 02-03-2015 @dsystem Thanks for those links, it would be wonderful if this can be a part of the standard Sentora install RE: [REQUEST] CSF install with Webgui - Me.B - 02-03-2015 Might be an option... But don't think it's time into CORE. M B |