LowEndBox - Cheap VPS, Hosting and Dedicated Server Deals

How to install Webmin on Ubuntu 18.04

This How To is designed to help you install Webmin on your fresh install of Ubuntu 18.04 Bionic Beaver and then walk you through some basic functionality like creating a website and adding users.   Webmin is used to provide a web based interface for administration of your Ubuntu server rather than having to perform all of the tedious and easy to make mistakes via command line file editing.  Webmin offers a free alternativ...

Read More
How to install Webmin on Ubuntu 18.04

LEMP Stack Installation on Ubuntu 16.04

This tutorial will show you how to install and configure the LEMP stack on your VPS/LowEndBox. LEMP stands for Linux Nginx MySQL PHP, and is a lightweight variation of the LAMP stack, which includes A...

Read More
LEMP Stack Installation on Ubuntu 16.04

CentOS 7 LAMP Server Tutorial Part 6: Moving to NGINX

Welcome to the last installment in the CentOS 7 LAMP Server Tutorial: Modernized and Explained series! In this article we are going to turn our LAMP server into a LEMP server by removing Apache and in...

Read More
CentOS 7 LAMP Server Tutorial Part 6: Moving to NGINX

LEMP Stack Installation on Debian 9

This tutorial will show you how to install and configure the LEMP stack on your VPS/LowEndBox, running Debian 9. LEMP stands for Linux Nginx MySQL PHP, and is a lightweight variation of the LAMP stack...

Read More
LEMP Stack Installation on Debian 9

How To Create a DNS Server On Ubuntu 18.04

The DNS or Domain Name System is the distributed database that allows zone records, such as IP addresses, to be associated with domain names. When a computer, such as your laptop or phone, needs to co...

Read More
How To Create a DNS Server On Ubuntu 18.04

How to Install Moodle on Ubuntu 18.04

Moodle is an open source Learning Management System or LMS.  It hails as the worlds most popular learning platform with over 153M users worldwide.  Moodle is consumable in 3 basic hosted varieties: DI...

Read More
How to Install Moodle on Ubuntu 18.04

VPS2Day - 1GB KVM starting around $4.35/mo in many locations and more!

The team over at VPS2Day has sent over their second ever offer and we are honored to be able to offer these deals today! They've been around for a while, so it should be pretty safe to do business wit...

Read More
VPS2Day - 1GB KVM starting around $4.35/mo in many locations and more!

Package Management Walkthrough: apt, yum, dnf, pkg

In this tutorial, we will give you an overview of package management utilities on Ubuntu and Debian, Centos, Fedora, and FreeBSD. Once you install, say, Apache and Nginx, PHP, a MySQL database, all th...

Read More
Package Management Walkthrough: apt, yum, dnf, pkg

How To Create a DNS Server On Debian Stretch

The DNS or Domain Name System is the distributed database that allows zone records, such as IP addresses, to be associated with domain names. When a computer, such as your laptop or phone, needs to co...

Read More
How To Create a DNS Server On Debian Stretch

How To Set Up Cron On Your VPS

In this tutorial, we will see how to set up repetitive tasks on your VPS. You may want to automate system maintenance or administration so that you download email every day, download weekly new songs...

Read More
How To Set Up Cron On Your VPS

How To Install and Use A Plex Media Server On Raspbian Stretch

Plex is a media streaming application that allows you to keep your media collection - movies, music, photos - on a server attached to your local network and access them from a browser-based interface...

Read More
How To Install and Use A Plex Media Server On Raspbian Stretch

How to Secure Apache with Let's Encrypt Ubuntu 16.04

  In this tutorial, we will examine how to secure Apache with Let's Encrypt for the Ubuntu 16.04 operating system.   We will first examine an overview of Let's Encrypt, certificate authorities, a...

Read More
How to Secure Apache with Let's Encrypt Ubuntu 16.04

How To Create a DNS Server On CentOS 7

The DNS or Domain Name System is the distributed database that allows zone records, such as IP addresses, to be associated with domain names. When a computer, such as your laptop or phone, needs to co...

Read More
How To Create a DNS Server On CentOS 7

How to Setup & Configure VestaCP on Ubuntu 16.04

VestaCP is a versatile open-source control panel for Linux machines. It provides a point & click, clutter-free interface, simplifying server administration tasks at the same time.   In this tutori...

Read More
How to Setup & Configure VestaCP on Ubuntu 16.04

Install and Secure phpMyAdmin on Ubuntu 16.04 VPS

With this tutorial, you will be able to install and secure phpMyAdmin, the most popular program for accessing MySQL and MariaDB databases on Internet servers. What We Are Going To Cover Installing the...

Read More
Install and Secure phpMyAdmin on Ubuntu 16.04 VPS

CentOS 7 LAMP Server Tutorial: Modernized and Explained [Part 1]

Welcome to another LowEndBox Linux tutorial! In this post we're going to design and configure a high performance server that will allow you to run multiple websites using the latest software available...

Read More
CentOS 7 LAMP Server Tutorial: Modernized and Explained [Part 1]

VPSFortune - VPS Pool Specials in New York - Starting at 3 VPS's @ $25/year & more!

VPSFortune has recently submitted their first ever offer for the LowEndBox community! They are providing three different specials on VPS pools based out of New York. We were told that these are custom...

Read More
VPSFortune - VPS Pool Specials in New York - Starting at 3 VPS's @ $25/year & more!

Set Up And Configure Postfix E-Mail Server with Dovecot On Ubuntu 16.04

Set Up And Configure Postfix E-Mail Server with Dovecot With this tutorial, we assume that you have already installed Postfix, an open-source mail transfer agent. After that, we install and configure...

Read More
Set Up And Configure Postfix E-Mail Server with Dovecot On Ubuntu 16.04

How to Install ISPConfig 3 on Ubuntu 18.04

ISPConfig is arguably the most complete open source server administration control panel in existence. Developed by Till Brehm of projektfarm in 2005, it has stood the test of time and endured as the d...

Read More
How to Install ISPConfig 3 on Ubuntu 18.04

Migrating WordPress to a VPS

Migrating WordPress to a VPS This tutorial will show you how to migrate your present WordPress blog to a new VPS. Perhaps Your current site is on a shared hosting and you want more flexibility Your bl...

Read More
Migrating WordPress to a VPS

Installing ISPConfig3 on CentOS 7… or Not

Welcome to another LowEndBox tutorial- sort of. What started out as a tutorial for installing ISPConfig 3 on CentOS 7 has taken a drastic turn. Instead of telling you about how you can install ISPConf...

Read More
Installing ISPConfig3 on CentOS 7… or Not

How To Set Up A Laravel Application on Ubuntu 16.04 VPS

How To Set Up A Laravel Application on Ubuntu 16.04 VPS Let us presume that you have already set up an Ubuntu 16.04 VPS server with Apache and that you have installed a bare bones Laravel app. In this...

Read More
How To Set Up A Laravel Application on Ubuntu 16.04 VPS

Setup SSH Keys on Ubuntu 18.04

Who should read this? This tutorial is for novice to intermediate linux users who want to go beyond basic password security.  Security professionals recommend using ssh keys to make authentication int...

Read More
Setup SSH Keys on Ubuntu 18.04

How To Set Up CakePHP For Production: Ubuntu 16.04

How To Set Up CakePHP For Production: Ubuntu 16.04 We shall assume that you have developed a CakePHP app on the server and that you are going to launch it as a product. To bring your app to the produc...

Read More
How To Set Up CakePHP For Production: Ubuntu 16.04

How To Install CakePHP On Ubuntu 16.04 VPS

How To Install CakePHP On a Ubuntu 16.04 VPS With this tutorial, you will be able to create a CakePHP environment from scratch, define a database, and automatically generate a working web app. You wil...

Read More
How To Install CakePHP On Ubuntu 16.04 VPS

How to Use ServerPilot to Manage Your Server

In this tutorial, you will learn how to manage any server running Ubuntu (18.04 / 16.04) with ServerPilot. Founded in 2012, ServerPilot is one of the most established hosting control panels around, an...

Read More
How to Use ServerPilot to Manage Your Server

How to Setup SFTP to Securely Transfer Files on CentOS 7

Welcome to another LowEndBox tutorial. We're going to explore the world of SFTP: What it is, isn't, how to use it and why. Let's get to it! What is SFTP? We're glad you asked! SFTP is the Secure File...

Read More
How to Setup SFTP to Securely Transfer Files on CentOS 7

How to setup OpenVPN on your VPS: Ubuntu 18.04

Who should read this tutorial:   This tutorial is written for novice level Linux users and DevOps folks who need to add encryption to their internet traffic.  A virtual private network (an encrypted n...

Read More
How to setup OpenVPN on your VPS: Ubuntu 18.04
« Newer PostsOlder Posts »

Latest LowEndTalk Hosting Offers

View More