Installing Nginx on FreeBSD

Update/Install FreeBSD Port Tree If this is from a fresh installation (and not a CustomISO), then you will likely need to install the port tree....

Setup Minecraft On FreeBSD 10

This article assumes you have a AKLWEB Host VPS with 2 CPU and 2GB of ram. Please change any settings accordingly to your VPS type. This...

Setup OpenBSD 5.5 64-bit

This article walks you through setting up OpenBSD 5.5 (64-bit) on KVM with a AKLWEB HOST VPS. Step 1. Login to the AKLWEB HOST control...

Build Your Own Pkg-Repository With Poudriere

Since version 9.2, FreeBSD has introduced a new tool to replace the old pkg_*-commands – pkg, also known as pkgng. It’s very similar to Debian’s apt or Fedora’s yum but has...

Setup XMPP Server With Prosody And FreeBSD

While ejabberd is very widespread, a competitor has gained a lot of popularity recently – Prosody. This tutorial will show you how to set up Prosody on FreeBSD...

Running Nsd And Unbound On OpenBSD 5.6

In this article, you will learn how easy and quick it is to have your own caching resolving DNS server (unbound), as well as an...

Protect SSH Access Using Spiped On OpenBSD

Since SSH access is the most important entry point for administrating your server, it has become a widely used attack vector. Basic steps to secure...

Setup OpenBSD 5.6 With Full Disk Encryption

This tutorial will show you how to setup OpenBSD 5.6 with a fully encrypted disk on your AKLWEB HOST VPS. A note on the encryption...

Simple Mailserver With Postfix, Dovecot, And Sieve On FreeBSD 10

This tutorial will show you how to get a simple mail server on FreeBSD 10, with Postfix as MTA, Dovecot as MDA and Sieve for...

Resize ZFS Storage Pool on FreeBSD/TrueOS

When upgrading a VPS instance on AKLWEB HOST, a Linux file system is automatically resized. When running FreeBSD with the advanced ZFS file system, some...

How to Use Sudo on Debian, CentOS, and FreeBSD

Using a sudo user to access a server and execute commands at root level is a very common practice among Linux and Unix Systems Administrator. The use...

Setup iRedMail on FreeBSD 10

This tutorial will show you how to install the groupware iRedMail on a fresh installation of FreeBSD 10. You should use a server with at...

Setup OpenBSD

Installing OpenBSD on a AKLWEB HOST instance is fairly straightforward, with a couple of minor caveats. These instructions are tested with OpenBSD 5.5 and 5.6,...

Nginx Reverse Proxy and Golang Setup on FreeBSD

Requirements Basic knowledge of UNIX. FreeBSD x64 with Nginx installed. Install Tools You will need several programs that are not shipped with FreeBSD. Run the...

How to Secure FreeBSD with PF Firewall

This tutorial will show you how to protect your FreeBSD server using OpenBSD PF firewall. We will assume that you have a clean FreeBSD installation...

How to Configure DJBDNS on FreeBSD

This tutorial will show you how to configure a DNS service that is easy to maintain, easy to configure, and that is generally more secure...

Setup httpd in OpenBSD

Introduction OpenBSD 5.6 introduced a new daemon called httpd, which supports CGI (via FastCGI) and TLS. No additional work is needed to install the new...

Nginx, PHP-FPM and MySQL setup on OpenBSD 5.6

OpenBSD is mostly used in firewall implementations, however, many people around the world are using OpenBSD as a web server. This includes programmers and sysadmins....

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...

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...