Category: Servers

How to Install LiteSpeed Web Server on CentOS 7

In this guide we go through the steps for installing LiteSpeed Web Server on CentOS 7. All commands – without sudo yum -y update yum groupinstall “Development Tools” -y wget http://www.litespeedtech.com/packages/5.0/lsws-5.3.7-ent-x86_64-linux.tar.gz tar -zxvf lsws* cd lsws-5.3.7 ./install.sh rpm -ivh http://rpms.litespeedtech.com/centos/litespeed-repo-1.1-1.el7.noarch.rpm yum install lsphp73 lsphp73-mysqlnd ln -sf /usr/local/lsws/lsphp73/bin/lsphp /usr/local/lsws/fcgi-bin/lsphp7 firewall-cmd –permanent –zone=public –add-service=http firewall-cmd –permanent –zone=public

Continue reading…

Setting up Storage VPS for use with JetBackup – JetBackup on Storage VPS

This guide will be similar to our previous guide on setting up JetBackup with our SSH & FTP Storage however, we will be backing up to a Storage VPS. If you’re using our SSH/FTP Storage and not a Storage VPS, please view our Setting up JetBackup with SSH/FTP Storage guide: https://www.veerotech.net/kb/setting-up-ftp-ssh-storage-for-use-with-jetbackup-jetbackup-ssh-storage/ This guide assumes your Storage

Continue reading…

How to Install MySQL on CentOS 7

This guide will outlined how to install MySQL on CentOS 7. MySQL is a widely used database management platform used by various applications. Many applications such as WordPress, Joomla and others rely on MySQL databases to function. MySQL however, must be installed with a few different steps since it’s no longer the default in the

Continue reading…

Setup mapped drive in Windows 10 using VeeroTech Storage Linux VPS

This guide will be a basic how-to on connecting to your VeeroTech Storage VPS server in Windows 10 as a mapped network drive. You will need to install 2 packages within Windows in order to connect to a Linux server, WinFsp & SSHF-Win https://github.com/billziss-gh/sshfs-win First, you’ll want to install the latest version of WinFsp from

Continue reading…

Common Firewall IP Block Reasons

Below, we will outline the most common firewall block reasons as well as what causes them & how to prevent them from happening. In some cases, you may be able to use our IP Unblock tool found inside your account management portal to unblock your IP. In the event you are unsuccessful at removing the

Continue reading…

General Pre-Sales Information

General Pre-Sales Q& A Q. How long does it take to setup my hosting account? A. Hosting accounts are typically set up instantly after you have signed up and your payment is made. You will be e-mailed all your account information within minutes! Q. What is your uptime guarantee? A. We have a 99.9%+ uptime guarantee,

Continue reading…

Install CSF (ConfigServer Security & Firewall) via SSH on CentOS 7

In this guide we’ll explain how to install CSF on your CentOS 7 VPS. All commands – without sudo. systemctl disable firewalld systemctl stop firewalld yum clean all yum -y update yum -y install wget perl ipset unzip net-tools perl-libwww-perl yum -y install perl-LWP-Protocol-https perl-GDGraph bind-utils cd /opt wget https://download.configserver.com/csf.tgz tar -xzf csf.tgz cd csf

Continue reading…

Dedicated IP Addresses

In some instances a dedicated IP, often referred to as a “static IP” may be required. We offer various options for dedicated IP addresses. In order to obtain a dedicated IP address, you must place an order from the URL below . Upon ordering, complete the required fields (if applicable) in addition to the justification

Continue reading…

Increase swap file size on cPanel WHM

Generally, you would want to have a dedicated partition for swap however, a swap file can also be used. You can follow the steps below to create/increase your swap file on a cPanel server. Please note, you must have root access to perform this action. If you’re unsure if you need to do this, please either consult our

Continue reading…