Tag: ubuntu
-

Build your own games server with Pterodactyl
If you like hosting your own games servers, this article will show you how to do so with Pterodactyl and Docker. Previously I posted about building a Minecraft server, but I wanted to be able to host multiple games at the same time, with a reliable way to manage them. There are notable alternatives to…
-
Installing Docker on Ubuntu Server 22.04.4 LTS
This article is a walkthrough on installing Docker on Ubuntu Server 22.04.4 LTS Install prerequisites First we need to install some prerequisites: sudo apt install ca-certificates curl gnupg lsb-release Expected output: Reading package lists… DoneBuilding dependency tree… DoneReading state information… Donelsb-release is already the newest version (11.1.0ubuntu4).lsb-release set to manually installed.ca-certificates is already the newest…
-

Setting up a Minecraft Java Edition Server
My kids all play Minecraft. With the launcher now including both the Java and Bedrock versions, it means each of them has access to the Java version. There has long been an official Java server version, so they can play together or independently on a standalone server. The best thing is that it gives me…