Server Apps

Creating An Arma 3 Server On CentOS

In this article we will be going over how to setup an Arma 3 Server on CentOS. Notes: * This article assumes you are logged in...

How To Install Sinusbot For Teamspeak 3 On Debian

Teamspeak is VoIP software for voice chatting with friends, but you can also listen and play music directly to its channels. This tutorial will explain...

How To Install Unturned on Linux

Introduction In this guide, you’ll be learning how to setup and install an Unturned server on Linux. Unturned is a popular survival game, that is...

How To Install a Counter-Strike: Global Offensive Server on Windows

Introduction In this guide, you’ll be learning how to install a Counter-Strike: Global Offensive server on Windows. Prerequisites Before we begin, you’ll need to install the necessary tool provided...

How to Install Forge and Sponge (Minecraft) on a CentOS 6 Server

In this article, we will be covering the process of installing Sponge, a type of Minecraft server. Sponge is a project that aims to provide the ability...

How to Install Glowstone (Minecraft) on a CentOS 6 Server

Introduction Glowstone is indubitably the most optimized server for Minecraft. The software boasts low memory usage, and uses significantly less CPU on your server. Whether...

How to Install Glowstone (Minecraft) on a CentOS 7 Server

The article is a port of my “How to Install Glowstone (Minecraft) on a CentOS 6 Server” article. It has been updated for CentOS 7....

How to Install Unturned 2.2.5 on Debian 9

This article is a port of “How To Install Unturned on Linux” for Debian 9. Note: This is an edited version of Unturned that doesn’t require SteamCMD to install....

How to Setup a Minecraft Server on Ubuntu 18.04

Minecraft is still one of the most popular games in the world. If you play the game, you probably play on servers all the time. This...

How to Setup an Arma 3 Server on Windows Server

Introduction In this guide you will learn how to launch and run a base Arma 3 server with some extra tools, on Windows Server. ARMA 3 is...

Setting up a Dota 2 Server on Windows

If you’re reading this article, chances are that you want to create a Dota 2 server on Windows. The steps in this guide will work on Windows...

Install ISPConfig on CentOS 6 x64

ISPConfig is a hosting control panel to manage one or many web-servers, mail-servers, BIND DNS servers, MySQL databases and virtual servers though an easy-to-use, simple web-interface for admins,...

Setup ConfigServer Security and Firewall (CSF) on CentOS 7

ConfigServer Security & Firewall (CSF) is a stateful packet inspection firewall (SPI), login/intrusion detection, and security application for Linux servers. It is a very popular security suite, but...

ZPanel and Sentora on CentOS 6 x64

ZPanel, a popular web hosting control panel was forked in 2014 to a new project called Sentora. The Sentora team includes authors from ZPanel. Sentora is a free control panel,...

How to Set Up a Mail Server Using iRedMail on Ubuntu 16.04

Introduction If you have ever built a mail server from the ground up, you’ll know that it can be a tedious venture. There is another...

Installing Docker CE on Debian 9

Introduction Docker is an application that allows for deployment of software within virtual containers. It was written in the Go programming language. In this tutorial,...

How to Install Discourse on Debian 9

Discourse is a modern, open-source discussion and forum system. Visit the official site for a demo and a breakdown of the current feature set. This tutorial will...

How To Compile squid3 on Ubuntu 12.04

Archived Content Ubuntu 12.04 has reached end-of-life. The steps and commands used in this guide may no longer be relevant to newer versions of Ubuntu....

Setting Up VestaCP Control Panel on Ubuntu 14.04

VestaCP is a simple and easy to use control panel for web hosting, and it is also an alternative for cPanel. This simple guide will...

Setup OpenConnect VPN Server for Cisco AnyConnect on Ubuntu 14.04 x64

OpenConnect server, also known as ocserv, is a VPN server that communicates over SSL. By design, its goal is to become a secure, lightweight, and...

Install Adminer on Debian/Ubuntu

Adminer is a lightweight alternative to phpMyAdmin. In comparison, its total package size is 400KB, versus the 4.2MB of phpMyAdmin. Unlike phpMyAdmin, which can only...

Beanstalkd and Beanstalk Console on Ubuntu 14

Introduction Beanstalkd is a work queue server that runs time-consuming tasks asynchronously. It comes in very handy if you manage or develop an application (web,...

Add Teamspeak To Webmin

This article explains how to integrate a Teamspeak 3 server with the popular hosting panel, Webmin. I assume that you’ve already set up Teamspeak on...

Radio Streaming on FreeBSD 10 with IceCast and Ices

The following tutorial explains how to set up a IceCast radio streaming server and play audio files (music or podcasts) on the FreeBSD platform. This...

Installing Jenkins on Ubuntu

Jenkins is a CI (continuous integration) server. It can be a very handy tool for developers. In this tutorial, I will show you how to...

Build a Mail Server with hMailServer on Windows

If you run a website on your Windows Server, you probably also want to be able to receive email. There is an application called hMailServer that allows...

Setting up Munin for Monitoring on CentOS 6 x64

Munin is a server monitoring and status application that provides two components: munin – The server component in which munin-node reports. This program generates the HTML...

Install phpBB on the One-Click LEMP Application

Introduction At the time of writing, phpBB is the most popular open-source bulletin board software on the web. In this article, I will show you...

Install Drupal 7 on the One-Click LEMP Application

Introduction Drupal is a popular open-source content management platform. In this article, we will show you how to install Drupal 7 on a AKLWEB HOST...

Install Simple Machines Forum on the One-Click LEMP Application

Introduction Simple Machines Forum (SMF) is a popular open-source forum. In this article, I will show you how to install Simple Machines Forum on a...

Installing InfluxDB on Ubuntu 14

Introduction InfluxDB is an open-source, distributed, time series database with no external dependencies. Yes, you read the “no external dependencies” part correctly. InfluxDB can make...

Setup Fail2ban Ubuntu x64

Fail2ban is a program that monitors login activity on your server and blocks offending IP addresses. By default, it will block IP addresses for 10 minutes...

Install Piwigo on the One-Click LEMP Application

Introduction Piwigo is a popular open-source photo gallery software. In this article, I will show you how to install Piwigo on a AKLWEB HOST server...

Setup Spigot on Ubuntu

Spigot is a modification of the Minecraft server software, CraftBukkit. Spigot optimizes server resource usage, ensuring your players have the best experience and is also...

Hot Backups with Percona XtraBackup on the One-Click WordPress App

Table of Contents Introduction Prerequisites Step 1: Create a non-root system user Step 2: Check the storage engine Step 3: Create a database user for...

How to Install AirSonic on CentOS 7

AirSonic is a free and open source media streaming server. In this tutorial, I will guide you through the process of deploying an AirSonic server...

How to Install Koel on CentOS 7

Koel is a simple web-based personal audio streaming app written in Vue on the client side and Laravel on the server side. Koel source code is...

Install Icecast on Ubuntu 18.04

Introduction Icecast is a popular and flexible solution for streaming audio used primarily for Internet radio stations. It supports Ogg, MP3, Opus and WebM streaming...

How to Install Mosquitto MQTT Broker/Server on Ubuntu 16.04

MQTT is a publish/subscribe model based, “lightweight” messaging protocol over TCP/IP for communication between “Internet of Things” devices such as ESP8266, Raspberry Pi, etc. It is...

Install Apache Maven on Ubuntu 18.04

Introduction Apache Maven is a free and open source project management tool used for Java projects. You can easily manage a project’s build, reporting, and...

Install an FTP Server With ProFTPd on CentOS 6 or CentOS 7

In this guide, we will see how to configure an FTP server (ProFTPd) to transfer files between your PC and your server. Prerequisites Installation Update...

Install an FTP Server With ProFTPd on Debian or Ubuntu

In this guide, we will see how to configure an FTP server (ProFTPd) to transfer files between your PC and your server. Prerequisites Installation Update...

How To Install Zikula on CentOS 7

Introduction PHP-based Zikula is an open-source framework for online applications. With Zikula, you can create editable and interactive webpages. It is a cross-platform program that...

How to Install OroCRM on CentOS 7

OroCRM is a free and open source Customer Relationship Manager (CRM) application built on OroPlatform. OroPlatform is fully customizable open source business application platform software....

How to Install Vanilla Forum on CentOS 7

Vanilla forum is an open source forum application written in PHP. It is a fully customizable, easy to use, and supports external themes and plugins....

How to Install PyroCMS on CentOS 7

PyroCMS is an open source CMS written in PHP. PyroCMS source code is hosted on GitHub. In this guide we’ll walk through the entire PyroCMS installation process...

How to Install Cachet on CentOS 7

Cachet is an open source status page system written in PHP. Cachet source code is hosted on this Github repo. In this article we will go over...

How to Install Vanilla Forum on FreeBSD 12

Vanilla is a simple discussion forum written in PHP. Vanilla source code is publicly hosted on Github. This guide will walk you through the Vanilla installation process...