How To Set Up and Configure an OpenVPN Server on CentOS

A VPN allows you to connect to remote VPN servers, making your connection encrypted and secure and surf the web anonymously by keeping your traffic data private. There are many commercial VPN providers you can choose from, but you can never be truly sure that the provider is not logging your activity. The safest option … Read more

How to Choose the Right Control Panel for Your Server

Control panels generally should not be installed on existing servers with software and services already installed. Instead, we highly recommend you install control panels on new deployments. Control panels are generally simple to use, but they can also have their own amount of complexity that needs to be accounted for. What Does a Control Panel Do? A … Read more

How to install CSF (Config Server Firewall) on CentOS 8

ConfigServer Firewall, also known as CSF, is a firewall configuration script created to provide better security for your server while giving you an advanced, easy to use interface for managing firewall settings. ConfigServer Firewall also comes with a service called Login Failure Daemon, or LFD Prerequisites CentOS 8 (CentOS 7 will also work). root privileges to your CentOS Server What we … Read more

How Do I Change the SSH Port on my Server?

To Change the SSH Port for Your Linux Server Connect to your server via SSH Switch to the root user Run the following command:vi /etc/ssh/sshd_config Locate the following line:# Port 22 Remove # and change 22 to your desired port number. Restart the sshd service by running the following command: service sshd restart

How to Run Speedtests at Different Datacenters on The ServerHub Network

We get a lot of questions from our users about how they can test our multiple network sites across the internet. Here is a simple guide and link to each of our current datacenter speedtests, this is extremely helpful for users who wish to test speeds from each of our sites. Dallas TX Datacenter http://lg-dallas.serverhub.com … Read more