Linux

Install Config Server Firewall (CSF)

On a VPS you get full control over your server, it means that you are responsible for updates, security, configuration of your server. To fully protect your server, you can install a firewall as CSF. This software is totally free and most people use this software because it has a simple and friendly interface. CSF can properly adjust to everything yourself so that your server is protected up!

How to install CSF:
– Install CSF (Config Server, Security and Firewall)
– Login with PuTTY SSH or the TransIP SSH console as root and install CSF with the following commands:

wget https://download.configserver.com/csf.tgz
tar -xzf csf.tgz
cd csf
sh install.sh

Once you have that then you can see it in DirectAdmin Config Server Firewall & Security under the heading Extra Features.

CSF is now installed on your server, you can configure security for your own needs.
Click on ConfigServer Firewall&Security

Next step is click on Firewall Configuration

You can also perform a server check in CSF, when you click Check Server Security, you will see the status of your secure and how to adjust this.

Pay attention! CSF is not yet active;
Remember to change TESTING = 1 to 0, once you’ve changed then your CSF is active.

Now you can restart CSF and using it.

Source

Share:
Leave a Comment
Share
Published by
Admin

Recent Posts

Configure IP Network with ‘nmtui’ Tool

An alternative for the nmcli is the nmtui, short for Network Manager Text User Interface,…

4 years ago

Install MariaDB on Debian 9 (Stretch)

MariaDB is an enhanced, drop-in replacement for MySQL. MariaDB can be a better choice for…

5 years ago

Install MariaDB on Ubuntu 18.04 LTS

MariaDB is an enhanced, drop-in replacement for MySQL. MariaDB can be a better choice for…

5 years ago

Sync Files Directories from Different Cloud Storage with Rclone

Rclone is a command line program written in Go language, used to sync files and…

5 years ago

Enable Authentication – Create Admin/Root User in MongoDB

By default, authentication is disabled in MongoDB, but this is not so critical as, out…

5 years ago

Python Pip Basic Commands

What is Pip? pip is a tool for installing and managing Python packages. With pip…

5 years ago