Getting Started with cPanel/WHM

cPanel/WHM is a very powerful system when used correctly. Vultr offers One-Click cPanel so you can simply deploy a server with cPanel pre-installed, which includes a license. In this guide,... Read more

Configure Uncomplicated Firewall (UFW) on Ubuntu 14.04

Security is crucial when you run your own server. You want to make sure that only authorized users can access your server, configuration, and services. In Ubuntu, there is a... Read more

How to Install Open Eshop on Ubuntu 16.04

Open Eshop is a free and open source eCommerce software to sell digital goods, like MP3, eBooks, Movies, Software and much more. In this tutorial, we will explain how to... Read more

Track Bandwidth On Linux Using vnStat

vnStat is a comprehensive package for Linux operating systems used to track and monitor bandwidth usage. It is included in the default repositories of most package managers. This tutorial will... Read more

Create an HTML 5 RDP/SSH Frontend Using Guacamole on Ubuntu 16.04 LTS

Introduction The goal of this tutorial is to get rid of the public SSH and public RDP connections. By placing this all behind a very convenient HTML5 client, we can... Read more

Securing SSH on Ubuntu 14.04

After you create a new server, there are some configuration tweaks that you should make to harden the security of your server. Create a new user As the root user,... Read more

Setting up an Express.js Web Server on Ubuntu 16.04 LTS

In this tutorial, we will be installing a basic Express.js web server, using Node.js, a Javascript runtime based on Chrome’s V8 engine, on our Vultr VPS running Ubuntu 16.04. If... Read more

Installing Golang on Ubuntu 14.04

Golang is a programming language developed by Google that would keep the traditions of C, but focus on simplicity and safety. It has become a popular language used for server-side... Read more

How to Install Apache Maven on Ubuntu 16.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 documentation from a central piece... Read more

Installing MongoDB on Ubuntu 14.04

MongoDB is one of the leading NoSQL databases that is commonly used in modern web applications. This tutorial will walk you through setting up MongoDB. Please note that this tutorial... Read more