Install the UniFi controller on Ubuntu 16.04

This tutorial will show you how to install a UniFi controller on Ubuntu. First we will configure the firewall using ufw and secure our server before installing UniFi. For this example, we are using Ubuntu 16.04 but there is nothing stopping you from applying it to a newer version.

Read More »

SSH Key-Pair Authentication

Increase your server security by configuring the login to using SSH key-pair authentication. Key authentication allows for an automated encrypted login procedure which can be used across SSH servers. No more remembering passwords, just one public and one private key to manage your login(s). All more secure than those long and complicated passwords.

So let’s get rid of that password authentication and start configuring SSH key-pair authentication.

Read More »