Category: Tech
-
Use Traefik and cert-manager to serve a secured website
Introduction This tutorial will guide you through the installation of Traefik on top of a fresh kubernetes cluster. With help of a simple nginx service different solutions will be shown on how to serve the page with a self-signed certificate, a let’s encrypt staging and production certificate. All certificate stuff is done with cert-manager. You should be familiar…
-
Setup HTTPS on Nginx on FreeBSD 12
Introduction Having a HTTPS (Hypertext Transfer Protocol Secure) certificate on your website will improve the security of your website (especially if your site processes personal information like passwords or payment details) and will make your site look more professional with the green lock. If you are already using a domain with your website, it’s completely…
-
Install & Configure Open Game Panel in Debian or Ubuntu
Introduction Open Game Panel (OGP) is a free, popular, easy to use open source gameserver management panel for both linux as well as windows based servers. OGP consists of 2 parts: Panel: Web Panel is the interface by which we will be able to manage various agents and gameservers. A single panel can have multiple agents.…
-
Create a Microk8s Cluster
Introduction MicroK8s is a lightweight Kubernetes that tracks upstream releases and is simple to install and configure for development, prototyping and testing. You can have a simple application running on a Kubernetes cluster on Hetzner Cloud in less than 30 minutes. Prerequisites To follow the steps in this tutorial, you will need the following: A Hetzner Cloud account…
-
Setup OpenLDAP server on Debian 10
Introduction In this tutorial we cover how to install OpenLDAP server on Debian 10. This tutorial should be more or less compatible with all Linux distros. OpenLDAP is a Lightweight Directory Access Protocol (LDAP) server which can be used to authenticate users against a centralized authority server. Step 1 – Update all packages First we…
-
How-to: Provisioning a highly available load balancer in Hetzner Cloud with Ansible
Introduction With the demand for online services growing each year at an exceptional pace, businesses face interesting opportunities but also challenges as they expand their operations in order to cope with this demand. One such challenge concerns the scaling of the IT infrastructure as the “load” on the underlying systems increases. These days, offering a…
-
How-to: Kickstart CentOS servers on Hetzner Cloud
Introduction Hetzner Cloud provides official pre-built CentOS images. The installimage script can be used to provision custom images. A much simpler approach exists that also grants the same control over package selection and disk partitioning without any external resources or manual image creation steps. CentOS and other Red Hat Enterprise Linux derivatives support a standard way to achieve…
-
Install and Secure Nginx with Let’s Encrypt in Debian 10
Introduction Nginx web service is one of the most popular web servers in the world and is used as a web service in large and highly visited websites. Let’s Encrypt is an SSL or CA security certificate issuer that is free to install on the web server and use as an HTTPS protocol. In this…
-
Install & Configure OGP Agent & CSGO Server in Debian or Ubuntu
Introduction In this tutorial we will be installing the Agent of OGP which is responsible for running game servers. We will also learn to run a basic CSGO game server using it. You can also follow similar procedure to run various other supported game servers. We can install Agent in same server where Panel is…
-
Install Jitsi Meet on Debian/Ubuntu
Introduction Jitsi Meet is an open-source (Apache) WebRTC JavaScript application that uses Jitsi Videobridge to provide high quality, secure and scalable video conferences. It can be used as a replacement for proprietary services like Zoom, Whereby, Teams, Skype and many others. You can try it out on meet.jit.si. There are more public instances available in the jitsi-meet…